img
{
    aspect-ratio: 16 / 16;
}
/* ====== Featured Posts Styles ====== */
.featured-posts-block h2 {
    font-family: 'Libre Caslon Display', serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(94, 94, 94);
    font-size: 41px;
    line-height: 45px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.featured-posts-block h2 em {
    font-style: italic;
}

.featured-posts-block .card {
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.featured-posts-block .card-title {
    font-family: 'Libre Caslon Display', serif;
    font-style: normal;
    font-weight: 400;
    color: #717070; /* <— h3 color */
    font-size: 22px;
    line-height: 28px;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.featured-posts-block .card-title a {
    text-decoration: none;
    color: inherit;
}

.featured-posts-block .card-text {
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: 400;
    color: #aaaaaa; /* <— p color */
    font-size: 12px;
    line-height: 15px;
}

.featured-posts-block img {
    width: 100%;
    height: auto;
    display: block;
}


/* Navigation Links Styling */
.main-navigation .nav-link,
.drawer-nav .nav-link {
    font-family:"Montserrat", "Helvetica", "Arial", sans-serif;
    line-height: 1.65em;
    text-transform: uppercase;
    color: #5e5e5e;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    display: flex
;
}

/* Optional: Add hover state for better UX */
.main-navigation .nav-link:hover,
.drawer-nav .nav-link:hover {
    color: rgb(0, 0, 0);
    opacity: 0.7;
}

/* Optional: Remove default link underline */
.main-navigation .nav-link,
.drawer-nav .nav-link {
    text-decoration: none;
}
