/* ── Google Translate Overrides ── */
.skiptranslate,
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element,
.goog-te-combo {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

body .goog-text-highlight {
    background: transparent !important;
    box-shadow: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}

font {
    background: transparent !important;
    box-shadow: none !important;
}

/* ── Language Selector Dropdown ── */
.lang {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-lang-wrapper {
    flex-shrink: 0;
}

#dropBlock_wrapper,
#dropBlock_wrapper_landing {
    position: relative;
    display: flex;
    align-items: center;
}

/* PPrince Theme Styles */
#dropBlock_wrapper_landing select.no-search {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #000000;
    color: #ffffff;
    font-family: 'PP Telegraf', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    height: 50px;
    padding: 0 35px 0 1.25rem;
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    outline: none;
    min-width: unset;
    width: auto;
    white-space: nowrap;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#dropBlock_wrapper select.no-search {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #000000;
    color: #ffffff;
    font-family: 'PP Telegraf', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px 35px 12px 18px;
    margin: 8px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#dropBlock_wrapper_landing select.no-search:hover,
#dropBlock_wrapper select.no-search:hover {
    background-color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

#dropBlock_wrapper_landing select.no-search:focus,
#dropBlock_wrapper select.no-search:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

#dropBlock_wrapper_landing select.no-search option,
#dropBlock_wrapper select.no-search option {
    background: #ffffff;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 12px;
}

.profile-lang #dropBlock_wrapper {
    width: 100%;
}

/* ── Loader Overlay ── */
.loader {
    z-index: 999999;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .nav-actions .header-lang-wrapper {
        width: 100%;
        justify-content: center;
        margin-top: 0;
    }

    #dropBlock_wrapper_landing select.no-search {
        width: auto;
        min-width: unset;
        margin: 0 auto;
    }

    #dropBlock_wrapper {
        width: 100%;
    }

    #dropBlock_wrapper select.no-search {
        width: 100%;
        margin: 8px 16px;
    }
}
