.custom-logo {
    display: block;
    height: 100%;
    max-height: 3.5rem;
    width: auto;
}

.site-logo .custom-logo {
    max-height: 2.5rem;
}

.site-logo-footer .custom-logo {
    max-height: 3.5rem;
}

#site-header .menu {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#site-header .menu a {
    color: #14245c;
    display: inline-flex;
    font-family: Poppins, "Hind Siliguri", ui-sans-serif, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color 150ms ease;
}

#site-header .menu a:hover,
#site-header .menu .current-menu-item > a {
    color: #c9a227;
}

#mobile-menu .menu {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#mobile-menu .menu a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    font-size: 1.125rem;
    font-weight: 600;
    min-height: 48px;
}

#mobile-menu .menu a:hover,
#mobile-menu .menu .current-menu-item > a {
    color: #e2c56b;
}

footer .menu {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

footer .menu a {
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    min-height: 40px;
    text-decoration: none;
    transition: color 150ms ease;
}

footer .menu a:hover {
    color: #e2c56b;
}

.prose > * + * {
    margin-top: 1rem;
}

.prose h2,
.prose h3,
.prose h4 {
    margin-top: 2rem;
}

.prose ul,
.prose ol {
    padding-left: 1.25rem;
}

.prose a {
    color: #c9a227;
    font-weight: 600;
}

.navigation.pagination {
    font-family: Poppins, "Hind Siliguri", ui-sans-serif, system-ui, sans-serif;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.page-numbers {
    align-items: center;
    border: 1px solid #e3e6ec;
    border-radius: 0.375rem;
    color: #14245c;
    display: inline-flex;
    font-weight: 600;
    min-height: 2.5rem;
    padding: 0.5rem 0.875rem;
    text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
    background: #14245c;
    border-color: #14245c;
    color: #ffffff;
}
