/* ── Scandi UI overrides not handled by the Tailwind config ────────────── */
.dropdown-menu { display: none; opacity: 0; transform: translateX(-25%) translateY(10px); }
.desktop-nav li:hover .dropdown-menu { display: block; opacity: 1; transform: translateX(-25%) translateY(0); }
.mobile-accordion-content { display: none; }
.mobile-accordion-content.show { display: block; }
.mobile-accordion-toggle.open svg { transform: rotate(180deg); }

/* ── Keep the site mark a predictable size in the desktop header ───────── */
.site-branding { flex: 0 0 auto; line-height: 0; }
.site-branding .site-logo-anchor { display: block; }
.site-branding .site-logo-img {
    display: block;
    width: auto;
    height: 2.5rem;
    max-width: 12rem;
    object-fit: contain;
}

/* ── TranslatePress Custom Pill Design Override ────────────────────────── */
.trp-shortcode-switcher {
    padding: 0 !important;
}
.trp-shortcode-switcher__wrapper {
    --border-color: #E2E8F0 !important;
    --text: #334155 !important;
    --font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    display: flex;
    box-shadow: none !important;
}
.trp-shortcode-switcher__wrapper .trp-language-item {
    padding: 2px 18px !important;
    min-height: 26px !important;
}
.trp-shortcode-switcher__wrapper .trp-flag-image {
    border-radius: 2px !important;
    width: 14px !important;
    height: auto !important;
}
.trp-shortcode-switcher__wrapper .trp-shortcode-arrow {
    width: 14px !important;
    height: 14px !important;
}

@media (max-width: 767px) {
    .top-announcement-text { display: none !important; }
}
