.text-logo {
visibility:hidden;
}
.normal-logo {
height:50px !important;
}
@media only screen and (max-width: 600px) {
.text-logo {
visibility:visible;
}
.post-content {margin-left:10px;margin-right:10px;}
}
.single-post-intro-row {
margin-top:-30px !important;
}
#breadcrumbs {
margin-top:-30px !important;
} .post-content-outer.single-post .single-post-intro-row{
display: grid;
grid-template-columns: 1fr;
gap: 18px;
margin: 18px 14px 26px;
} @media (min-width: 1024px){
.post-content-outer.single-post .single-post-intro-row{
grid-template-columns: 1.1fr 1fr 1fr;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
}
}
.post-content-outer.single-post .intro-box{
background: linear-gradient(
180deg,
rgba(192, 226, 200, 0.92),
rgba(214, 238, 220, 0.92)
);
border: 1px solid rgba(85, 135, 105, 0.5);
border-radius: 16px;
padding: 18px 18px 16px;
box-shadow: 0 8px 20px rgba(30, 70, 45, 0.14);
hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
word-break: normal;
overflow-wrap: normal;
} .post-content-outer.single-post .intro-box h3{
margin: 0 0 10px;
font-size: 15px;
font-weight: 600;
color: rgba(16, 50, 32, 0.96);
} .post-content-outer.single-post .intro-box p{
margin: 0;
line-height: 1.6;
color: rgba(16, 50, 32, 0.92);
hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
word-break: normal;
overflow-wrap: normal;
} .post-content-outer.single-post .author-mini{
display: grid;
grid-template-columns: 80px 1fr;
gap: 14px;
align-items: start;
}
.post-content-outer.single-post .author-mini__avatar img{
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 16px;
border: 1px solid rgba(85, 135, 105, 0.55);
}
.post-content-outer.single-post .author-mini__name{
font-weight: 700;
color: rgba(16, 50, 32, 0.96);
}
.post-content-outer.single-post .author-mini__bio{
margin-top: 6px;
line-height: 1.55;
color: rgba(16, 50, 32, 0.86);
hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
word-break: normal;
overflow-wrap: normal;
} .post-content-outer.single-post .toc-list{
margin: 0;
padding-left: 18px;
}
.post-content-outer.single-post .toc-list li{
margin: 6px 0;
hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
word-break: normal;
overflow-wrap: normal;
}
.post-content-outer.single-post .toc-list a{
color: rgba(18, 60, 40, 0.96);
text-decoration: none;
border-bottom: 1px dotted rgba(85, 135, 105, 0.75);
}
.post-content-outer.single-post .toc-list a:hover{
border-bottom-style: solid;
}
#ez-toc-container {
border:none !important;
}