.corika-contact {
margin-bottom: 10px;
margin-right: 10px;
border-radius: 10px;
border: solid silver 1px;
padding: 10px;
height: 180px;
width: 400px;
overflow: hidden;	
float: left;
}
.corika-contact .ccont-photo-area {
height: 180px;
float: left;
width: 150px;
}
.corika-contact img {
margin-top:-10px;
margin-left:-10px;
height: 180px;
float: left;
margin-right: 10px
}table.fz-table {
width: 100%;
}
table.fz-table tr {
border-bottom: solid silver 1px;
}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
} :where(pre) {
overflow-x: auto;
}h1.wp-block-post-title {
font-family: Montserrat, Arial, Helvetica, sans-serif;
font-weight: 700;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
border-radius:15px;
background-image: linear-gradient(#59adc8,#b8dde6);
color: white;
box-shadow: 0px 0px red, 5px 0 .4em silver;
}
header.wp-block-template-part {
background: #f4f5f7;
}
.rounded-shadow {
margin-bottom: 10px;
}
img.rounded-shadow {
border-radius: 20px;
box-shadow:5px 5px 5px rgba(0, 0, 0, .5);
}
.clear {
clear:both;
float:none;
}
ul.wp-block-latest-posts__list li {
margin: 10px;
border: solid silver 1px;
border-radius:10px;
}
ul.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
background: darkgray;
padding:10px;
margin: 0px;
text-align: center;
display:block;
border-radius:10px 10px 0 0;
color: white;
}
ul.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
padding:10px 10px 1px 10px;
}