.header-main .nav > li > a {
font-size: 18px;
}
.nav-spacing-xlarge>li {
margin: 0 20px;
}
.widget_basepress_nav_widget .bpress-nav-accordion button.toggle {
display: none !important;
}
@media only screen and (max-width: 48em) { } .fcb-author-box {
display: flex;
align-items: flex-start;
gap: 24px;
margin-top: 40px;
padding: 28px 32px;
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 12px;
}
.fcb-author-avatar {
flex-shrink: 0;
}
.fcb-author-avatar img {
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #ffffff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.fcb-author-details {
flex: 1;
}
.fcb-author-subheading {
display: block;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #64748b;
margin-bottom: 4px;
}
.fcb-author-name {
margin: 0 0 10px 0;
font-size: 1.25rem;
line-height: 1.3;
font-weight: 700;
}
.fcb-author-name a {
color: #0f172a;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
.fcb-author-name a:hover {
color: #0284c7;
}
.fcb-author-bio {
margin: 0;
font-size: 0.95rem;
line-height: 1.65;
color: #475569;
} @media (max-width: 640px) {
.fcb-author-box {
flex-direction: column;
align-items: center;
text-align: center;
gap: 16px;
padding: 24px 20px;
}
.fcb-author-avatar img {
width: 72px;
height: 72px;
}
}