

.crypto-header,
.crypto-header * {
    box-sizing: border-box;
}

.crypto-header {
    width: 100%;
    position: relative;
    z-index: 50;
    color: inherit;
}

.crypto-header__inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    min-height: 70px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(7, 26, 45, 0.05);
    position: relative;
}

.crypto-header a {
    text-decoration: none;
}

.crypto-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    min-width: max-content;
    color: inherit;
}

.crypto-header__mark,
.crypto-header__logo-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: auto;
    flex: 0 0 auto;
}

.crypto-header__mark svg,
.crypto-header__logo-image {
    display: block;
    width: 100%;
    height: auto;
}

.crypto-header__brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
    letter-spacing: 0.02em;
}

.crypto-header__brand-copy strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 0.95;
}

.crypto-header__brand-copy span {
    display: block;
    color: #ffb900;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 2px;
}

.crypto-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: 28px;
    min-width: 0;
}

.crypto-header__nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 42px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    transition: color 180ms ease;
}

.crypto-header__nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background: #ffb900;
    border-radius: 999px;
    transition: width 180ms ease;
}

.crypto-header__nav-link:hover,
.crypto-header__nav-link.is-active {
    color: #ffb900;
}

.crypto-header__nav-link:hover:after,
.crypto-header__nav-link.is-active:after {
    width: 100%;
}

.crypto-header__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
    min-width: max-content;
}

.crypto-header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.crypto-header__button:hover {
    transform: translateY(-1px);
}

.crypto-header__button--outline {
    color: #ffb900;
    background: #111111;
    border-color: #ffb900;
}

.crypto-header__button--outline:hover {
    background: #111111;
    color: #ffb900;
}

.crypto-header__button--primary {
    color: #ffffff;
    background: #ffb900;
    border-color: #ffb900;
    box-shadow: 0 8px 18px rgba(22, 166, 121, 0.18);
}

.crypto-header__button--primary:hover {
    background: #ffb900;
    border-color: #ffb900;
    color: #ffffff;
}

.crypto-header__currency-slot {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}


.crypto-header__shortcode-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid #2a2a2a;
    border-radius: 9px;
    background: #111111;
    color: #ffffff;
    line-height: 1;
    flex: 0 0 auto;
    overflow: hidden;
}

.crypto-header__shortcode-slot > * {
    width: 100%;
    min-width: 0;
    margin: 0 !important;
}

.crypto-header__shortcode-slot :is(form, select, button, .gtranslate_wrapper, .gt_switcher_wrapper, .trp-language-switcher) {
    max-width: 100%;
}

.crypto-header__shortcode-slot :is(.gtranslate_wrapper, .gt_switcher_wrapper, .trp-language-switcher) {
    width: 100% !important;
}

.crypto-header__shortcode-slot img,
.crypto-header__shortcode-slot svg {
    display: block;
    max-height: 22px;
    width: auto;
}

.crypto-header__shortcode-slot a {
    color: inherit;
    text-decoration: none;
}

.crypto-currency-selector {
    position: relative;
    display: inline-block;
    z-index: 3;
    color: #ffffff;
}

.crypto-currency-selector__button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 13px;
    border: 1px solid #2a2a2a;
    border-radius: 9px;
    background: #111111;
    color: inherit;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.crypto-currency-selector__button:hover,
.crypto-currency-selector.is-open .crypto-currency-selector__button {
    border-color: #ffb900;
    box-shadow: 0 8px 20px rgba(7, 26, 45, 0.08);
}

.crypto-currency-selector__icon,
.crypto-currency-selector__arrow {
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.crypto-currency-selector__arrow {
    width: 15px;
    height: 15px;
}

.crypto-currency-selector__icon svg,
.crypto-currency-selector__arrow svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    display: block;
}

.crypto-currency-selector__list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 100%;
    list-style: none;
    margin: 0;
    padding: 6px;
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(7, 26, 45, 0.12);
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
}

.crypto-currency-selector.is-open .crypto-currency-selector__list {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.crypto-currency-selector__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 32px;
    padding: 8px 10px;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 160ms ease, color 160ms ease;
}

.crypto-currency-selector__item:hover,
.crypto-currency-selector__item[aria-selected="true"] {
    background: #111111;
    color: #ffb900;
}


.crypto-header__mobile-utility {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    flex: 0 0 auto;
}

.crypto-header__currency-slot--mobile-inline {
    display: none;
    align-items: center;
}

.crypto-header__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #2a2a2a;
    border-radius: 11px;
    background: #111111;
    cursor: pointer;
}

.crypto-header__toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #111111;
    transition: transform 180ms ease, opacity 180ms ease;
}

.crypto-header.is-open .crypto-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.crypto-header.is-open .crypto-header__toggle span:nth-child(2) {
    opacity: 0;
}

.crypto-header.is-open .crypto-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.crypto-header__mobile-panel {
    display: none;
}

.crypto-header__mobile-nav,
.crypto-header__mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.crypto-header__mobile-link {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 160ms ease, color 160ms ease;
}

.crypto-header__mobile-link:hover,
.crypto-header__mobile-link.is-active {
    background: #111111;
    color: #ffb900;
}


@media (max-width: 1280px) {
    .crypto-header__nav {
        gap: 16px;
    }

    .crypto-header__nav-link,
    .crypto-header__button,
    .crypto-currency-selector__button {
        font-size: 12px;
    }

    .crypto-header__button {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 1024px) {
    .crypto-header__inner {
        gap: 14px;
        min-height: 76px;
        padding: 10px 14px;
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .crypto-header__nav,
    .crypto-header__actions {
        display: none;
    }

    .crypto-header__mobile-utility {
        display: inline-flex;
    }

    .crypto-header__currency-slot--mobile-inline {
        display: inline-flex;
    }

    .crypto-header__currency-slot--mobile-inline .crypto-currency-selector__button {
        min-height: 42px;
        padding: 6px 2px 6px 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        gap: 8px;
        color: #ffffff;
        font-size: 15px;
    }

    .crypto-header__currency-slot--mobile-inline .crypto-currency-selector__label,
    .crypto-header__currency-slot--mobile-inline .crypto-currency-selector__arrow {
        display: none;
    }

    .crypto-header__currency-slot--mobile-inline .crypto-currency-selector__icon {
        width: 21px;
        height: 21px;
    }

    .crypto-header__currency-slot--mobile-inline .crypto-currency-selector__current {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.02em;
    }



    .crypto-header__shortcode-slot--mobile-inline {
        min-width: 112px;
        min-height: 42px;
        padding: 6px 12px;
    }

    .crypto-header__shortcode-slot--mobile {
        width: 100%;
        justify-content: flex-start;
    }
    .crypto-header__toggle {
        display: inline-flex;
        margin-left: 0;
        width: 52px;
        height: 52px;
        border: 1px solid #1f1f1f;
        border-radius: 12px;
        background: #171717;
        box-shadow: none;
    }

    .crypto-header__toggle span {
        width: 24px;
        height: 3px;
        background: #ffffff;
    }

    .crypto-header__mobile-panel {
        display: block;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        padding: 14px;
        background: #111111;
        border: 1px solid #2a2a2a;
        border-radius: 18px;
        box-shadow: 0 18px 44px rgba(7, 26, 45, 0.16);
        opacity: 0;
        transform: translateY(-10px) scale(0.98);
        transform-origin: top right;
        pointer-events: none;
        transition: opacity 190ms ease, transform 190ms ease;
    }

    .crypto-header.is-open .crypto-header__mobile-panel {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .crypto-header__mobile-actions {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #2a2a2a;
    }

    .crypto-header__mobile-actions .crypto-header__button,
    .crypto-header__currency-slot--mobile,
    .crypto-header__currency-slot--mobile .crypto-currency-selector,
    .crypto-header__currency-slot--mobile .crypto-currency-selector__button {
        width: 100%;
    }

    .crypto-header__currency-slot--mobile {
        display: none;
    }

    .crypto-header__currency-slot--mobile .crypto-currency-selector__button {
        justify-content: space-between;
    }

    .crypto-header__currency-slot--mobile .crypto-currency-selector__list {
        left: 0;
        right: 0;
    }
}

@media (max-width: 600px) {
    .crypto-header__inner {
        min-height: 70px;
        padding: 8px 8px 8px 10px;
    }

    .crypto-header__brand {
        gap: 8px;
        min-width: 0;
    }

    .crypto-header__mark,
    .crypto-header__logo-image {
        width: 34px;
    }

    .crypto-header__brand-copy strong {
        font-size: 17px;
    }

    .crypto-header__brand-copy span {
        font-size: 10px;
        letter-spacing: 0.2em;
    }

    .crypto-header__mobile-utility {
        gap: 8px;
    }

    .crypto-header__currency-slot--mobile-inline .crypto-currency-selector__button {
        min-height: 38px;
        font-size: 14px;
    }

    .crypto-header__currency-slot--mobile-inline .crypto-currency-selector__icon {
        width: 19px;
        height: 19px;
    }

    .crypto-header__currency-slot--mobile-inline .crypto-currency-selector__current {
        font-size: 14px;
    }



    .crypto-header__shortcode-slot--mobile-inline {
        min-width: 104px;
        min-height: 38px;
        padding: 6px 10px;
        font-size: 13px;
    }
    .crypto-header__toggle {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .crypto-header__toggle span {
        width: 22px;
    }
}

.crypto-currency-selector-widget,
.crypto-currency-selector-widget * {
    box-sizing: border-box;
}

.crypto-currency-selector-widget {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* PandaEX black and gold reference theme */
.crypto-header {
    color: #ffffff;
    background: #000000;
}
.crypto-header__inner,
.crypto-header__mobile-panel,
.crypto-currency-selector__list {
    background: #0b0b0b;
    border-color: #2a2a2a;
}
.crypto-header__brand,
.crypto-header__nav-link,
.crypto-header__mobile-link,
.crypto-currency-selector__button,
.crypto-currency-selector__item {
    color: #ffffff;
}
.crypto-header__nav-link:hover,
.crypto-header__nav-link:focus,
.crypto-header__nav-link.is-active,
.crypto-header__mobile-link:hover,
.crypto-header__mobile-link:focus,
.crypto-currency-selector__item:hover,
.crypto-currency-selector__item:focus {
    color: #ffb900;
}
.crypto-header__button--primary {
    color: #111111;
    background: #ffb900;
    border-color: #ffb900;
}
.crypto-header__button--outline {
    color: #ffb900;
    background: transparent;
    border-color: #ffb900;
}
.crypto-header__toggle {
    color: #ffb900;
    border-color: #2a2a2a;
    background: #111111;
}

/* PandaEX submenu and WordPress menu support */
.crypto-header__menu,
.crypto-header__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.crypto-header__menu--desktop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.crypto-header__menu--desktop > .menu-item,
.crypto-header__menu--desktop > .crypto-header__menu-item {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
}

.crypto-header__menu--desktop > .menu-item > a,
.crypto-header__menu--desktop > .crypto-header__menu-item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 42px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    transition: color 180ms ease;
}

.crypto-header__menu--desktop > .menu-item > a::after,
.crypto-header__menu--desktop > .crypto-header__menu-item > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background: #ffb900;
    border-radius: 999px;
    transition: width 180ms ease;
}

.crypto-header__menu--desktop > .menu-item:hover > a,
.crypto-header__menu--desktop > .menu-item:focus-within > a,
.crypto-header__menu--desktop > .menu-item.current-menu-item > a,
.crypto-header__menu--desktop > .menu-item.current-menu-ancestor > a,
.crypto-header__menu--desktop > .menu-item.is-submenu-open > a {
    color: #ffb900;
}

.crypto-header__menu--desktop > .menu-item:hover > a::after,
.crypto-header__menu--desktop > .menu-item:focus-within > a::after,
.crypto-header__menu--desktop > .menu-item.current-menu-item > a::after,
.crypto-header__menu--desktop > .menu-item.current-menu-ancestor > a::after,
.crypto-header__menu--desktop > .menu-item.is-submenu-open > a::after {
    width: 100%;
}

.crypto-header__submenu-toggle {
    width: 24px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: -4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: color 180ms ease, transform 180ms ease;
}

.crypto-header__submenu-toggle svg {
    width: 15px;
    height: 15px;
    display: block;
    fill: currentColor;
    transition: transform 180ms ease;
}

.crypto-header__menu--desktop .menu-item:hover > .crypto-header__submenu-toggle,
.crypto-header__menu--desktop .menu-item:focus-within > .crypto-header__submenu-toggle,
.crypto-header__menu--desktop .menu-item.is-submenu-open > .crypto-header__submenu-toggle,
.crypto-header__menu--desktop .current-menu-ancestor > .crypto-header__submenu-toggle {
    color: #ffb900;
}

.crypto-header__menu--desktop .menu-item.is-submenu-open > .crypto-header__submenu-toggle svg {
    transform: rotate(180deg);
}

.crypto-header__nav .sub-menu {
    position: absolute;
    z-index: 120;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    padding: 8px;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    background: #0b0b0b;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 170ms ease, visibility 170ms ease, transform 170ms ease;
}

.crypto-header__nav .menu-item:hover > .sub-menu,
.crypto-header__nav .menu-item:focus-within > .sub-menu,
.crypto-header__nav .menu-item.is-submenu-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.crypto-header__nav .sub-menu .menu-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
}

.crypto-header__nav .sub-menu a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    transition: color 160ms ease, background-color 160ms ease;
}

.crypto-header__nav .sub-menu a:hover,
.crypto-header__nav .sub-menu a:focus,
.crypto-header__nav .sub-menu .current-menu-item > a,
.crypto-header__nav .sub-menu .current-menu-ancestor > a,
.crypto-header__nav .sub-menu .is-active > a {
    color: #ffb900;
    background: #151515;
}

.crypto-header__nav .sub-menu .crypto-header__submenu-toggle {
    margin: 0 4px 0 -2px;
}

.crypto-header__nav .sub-menu .sub-menu {
    top: -8px;
    left: calc(100% + 8px);
}

.crypto-header__mobile-nav .crypto-header__menu--mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.crypto-header__mobile-nav .crypto-header__menu--mobile > .menu-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    border-radius: 10px;
}

.crypto-header__mobile-nav .crypto-header__menu--mobile > .menu-item > a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 160ms ease, color 160ms ease;
}

.crypto-header__mobile-nav .crypto-header__menu--mobile > .menu-item > a:hover,
.crypto-header__mobile-nav .crypto-header__menu--mobile > .menu-item > a:focus,
.crypto-header__mobile-nav .crypto-header__menu--mobile > .menu-item.current-menu-item > a,
.crypto-header__mobile-nav .crypto-header__menu--mobile > .menu-item.current-menu-ancestor > a,
.crypto-header__mobile-nav .crypto-header__menu--mobile > .menu-item.is-submenu-open > a {
    color: #ffb900;
    background: #151515;
}

.crypto-header__mobile-nav .crypto-header__submenu-toggle {
    width: 42px;
    height: 42px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #ffffff;
}

.crypto-header__mobile-nav .menu-item.is-submenu-open > .crypto-header__submenu-toggle {
    color: #ffb900;
    background: #151515;
    border-color: #2a2a2a;
}

.crypto-header__mobile-nav .menu-item.is-submenu-open > .crypto-header__submenu-toggle svg {
    transform: rotate(180deg);
}

.crypto-header__mobile-nav .sub-menu {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0 !important;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 12px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid #2a2a2a;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: none;
    transition: max-height 240ms ease, padding-top 180ms ease, padding-bottom 180ms ease;
}

.crypto-header__mobile-nav .menu-item.is-submenu-open > .sub-menu {
    max-height: 1200px;
    padding-top: 6px;
    padding-bottom: 4px;
    pointer-events: auto;
}

.crypto-header__mobile-nav .sub-menu .menu-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
}

.crypto-header__mobile-nav .sub-menu a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 9px 11px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
}

.crypto-header__mobile-nav .sub-menu a:hover,
.crypto-header__mobile-nav .sub-menu a:focus,
.crypto-header__mobile-nav .sub-menu .current-menu-item > a,
.crypto-header__mobile-nav .sub-menu .current-menu-ancestor > a,
.crypto-header__mobile-nav .sub-menu .is-active > a {
    color: #ffb900;
    background: #151515;
}

@media (max-width: 1280px) {
    .crypto-header__menu--desktop {
        gap: 16px;
    }

    .crypto-header__menu--desktop > .menu-item > a {
        font-size: 12px;
    }
}

@media (min-width: 1025px) {
    .crypto-header__mobile-nav .crypto-header__menu--mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .crypto-header__nav .sub-menu {
        min-width: 0;
    }
}

/* PandaEX 1.0.7 — desktop mega submenu with title and supporting description */
.crypto-header__submenu-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
}

.crypto-header__submenu-title {
    display: block;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.crypto-header__submenu-description {
    display: block;
    margin-top: 7px;
    color: #9299a7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    white-space: normal;
}

@media (min-width: 1025px) {
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item-has-children {
        padding: 0 9px;
        border-radius: 7px;
        transition: background-color 170ms ease;
    }

    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item-has-children:hover,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item-has-children:focus-within,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item-has-children.is-submenu-open,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item-has-children.current-menu-ancestor {
        background: #1a1d22;
    }

    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu {
        top: calc(100% + 10px);
        left: 0;
        right: auto;
        width: min(820px, calc(100vw - 32px));
        min-width: 0;
        max-width: calc(100vw - 32px);
        padding: 24px 28px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
        row-gap: 2px;
        overflow: visible;
        border-color: #23262c;
        border-radius: 12px;
        background: #070707;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
        transform: translateY(-8px);
    }

    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item.is-submenu-align-right > .sub-menu {
        left: auto;
        right: 0;
    }

    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item:hover > .sub-menu,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item:focus-within > .sub-menu,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item.is-submenu-open > .sub-menu {
        transform: translateY(0);
    }

    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .menu-item {
        display: block;
        min-width: 0;
    }

    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .menu-item > a {
        display: flex;
        align-items: flex-start;
        width: 100%;
        min-height: 0;
        padding: 15px 16px;
        border-radius: 9px;
        color: #ffffff;
        white-space: normal;
        transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
    }

    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .menu-item > a:hover,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .menu-item > a:focus,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .current-menu-item > a,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .current-menu-ancestor > a,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .is-active > a {
        color: #ffb900;
        background: #121418;
        transform: translateY(-1px);
    }

    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .menu-item > a:hover .crypto-header__submenu-description,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .menu-item > a:focus .crypto-header__submenu-description,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .current-menu-item > a .crypto-header__submenu-description,
    .crypto-header--submenu-mega .crypto-header__menu--desktop > .menu-item > .sub-menu > .is-active > a .crypto-header__submenu-description {
        color: #b7bdc8;
    }

    .crypto-header--submenu-classic .crypto-header__menu--desktop .crypto-header__submenu-description {
        display: none;
    }

    .crypto-header--submenu-classic .crypto-header__menu--desktop .crypto-header__submenu-title {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }
}

@media (max-width: 1024px) {
    .crypto-header__mobile-nav .sub-menu a {
        align-items: flex-start;
    }

    .crypto-header__mobile-nav .crypto-header__submenu-title {
        font-size: 14px;
        font-weight: 700;
    }

    .crypto-header__mobile-nav .crypto-header__submenu-description {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.45;
    }
}

/* PandaEX 1.0.8 — mobile header refined to match premium dark reference layout */

/* PandaEX 1.0.14 — header shortcode utility slot support */

/* PandaEX 1.0.16 — wider responsive shortcode utility slot */


/* PandaEX 1.0.17 — horizontal GTranslate flag, language label and arrow */
.crypto-header__shortcode-slot .gtranslate_wrapper,
.crypto-header__shortcode-slot .gt_container--cn7lqf {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
}

.crypto-header__shortcode-slot a.gt_switcher-popup,
.crypto-header__shortcode-slot a.glink {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    text-align: left !important;
}

.crypto-header__shortcode-slot a.gt_switcher-popup > img,
.crypto-header__shortcode-slot a.glink > img {
    grid-column: 1 !important;
    display: block !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 20px !important;
    max-height: 20px !important;
    margin: 0 !important;
    object-fit: cover !important;
    flex: none !important;
}

.crypto-header__shortcode-slot a.gt_switcher-popup > span {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    line-height: 1.15 !important;
}

.crypto-header__shortcode-slot a.gt_switcher-popup > span:first-of-type {
    grid-column: 2 !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.crypto-header__shortcode-slot a.gt_switcher-popup > span:last-of-type {
    grid-column: 3 !important;
    justify-content: flex-end !important;
    color: #b8b8b8 !important;
    font-size: 10px !important;
}

@media (max-width: 600px) {
    .crypto-header__shortcode-slot a.gt_switcher-popup,
    .crypto-header__shortcode-slot a.glink {
        column-gap: 6px !important;
    }

    .crypto-header__shortcode-slot a.gt_switcher-popup > img,
    .crypto-header__shortcode-slot a.glink > img {
        width: 25px !important;
        min-width: 25px !important;
        height: 18px !important;
        max-height: 18px !important;
    }
}


/* PandaEX 1.0.19 — clearer GTranslate dropdown language names */
.crypto-header__shortcode-slot .gt_white_content {
    min-width: 230px !important;
    max-width: min(300px, calc(100vw - 24px)) !important;
    padding: 8px 10px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28) !important;
}

.crypto-header__shortcode-slot .gt_white_content .gt_languages {
    width: 100% !important;
    max-height: min(430px, 68vh) !important;
    overflow-y: auto !important;
    padding: 0 !important;
}

.crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 10px 12px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    color: #202020 !important;
    background: transparent !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    text-align: left !important;
    opacity: 1 !important;
}

.crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink:hover,
.crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink:focus,
.crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink.gt-current-lang {
    color: #111111 !important;
    background: #f2f2f2 !important;
}

.crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink > img {
    display: block !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    object-fit: cover !important;
    border-radius: 2px !important;
}

.crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink > span {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #202020 !important;
    font-family: 'Rajdhani', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    overflow: visible !important;
    text-overflow: clip !important;
    opacity: 1 !important;
}

@media (max-width: 600px) {
    .crypto-header__shortcode-slot .gt_white_content {
        min-width: min(260px, calc(100vw - 20px)) !important;
        max-width: calc(100vw - 20px) !important;
        padding: 7px 8px !important;
    }

    .crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink {
        min-height: 46px !important;
        padding: 9px 10px !important;
        gap: 11px !important;
    }

    .crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink > img {
        flex-basis: 29px !important;
        width: 29px !important;
        min-width: 29px !important;
        height: 21px !important;
        max-height: 21px !important;
    }

    .crypto-header__shortcode-slot .gt_white_content .gt_languages > a.glink > span {
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    .crypto-header__shortcode-slot a.gt_switcher-popup > span:first-of-type {
        font-size: 14px !important;
    }
}
