/* ============================================================
   Stage 9 additions
   ============================================================ */

.nav-right-tools {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-switch {
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 2px solid #dbe5f1;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #031b3d;
    background: #fff;
    font-weight: 950;
}

.language-switch:hover {
    color: #fff;
    background: #073b82;
    border-color: #073b82;
}

.honeypot-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 960px) {
    .nav-right-tools {
        margin-left: auto;
    }

    .language-switch {
        height: 42px;
    }
}
