/* BoostHub Wargaming hot offers modal extracted from main.css.
   Keep this file loaded after modal-system.css and modal-auth.css. */

.wrapMw_wgHotOffers {
    box-sizing: border-box;
    width: min(1180px, calc(100vw - 32px));
    /* Центр viewport: перекрываем inline top/left из openModWindow() */
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: fit-content !important;
    max-height: min(92vh, 900px) !important;
    margin: auto !important;
}

.wrapMw_wgHotOffers .mw_wgHotOffers {
    max-width: 100%;
    max-height: min(92vh, 900px);
    overflow-x: hidden;
    overflow-y: auto;
    align-items: stretch;
    -webkit-overflow-scrolling: touch;
}

.wrapMw_wgHotOffers .mw__content {
    width: 100%;
    margin-bottom: 0;
}

.bhWgHotOffers__loading,
.bhWgHotOffers__empty,
.bhWgHotOffers__err {
    font-size: 1.5rem;
    line-height: 1.45;
    margin: 0;
}

.bhWgHotOffers__err {
    color: #ff8a8a;
}

.bhWgHotOffers__tankMastery {
    font-size: 1.45rem;
    line-height: 1.45;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.88);
}

.bhWgHotOffersLoading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bhWgHotOffersLoading__header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bhWgHotOffersLoading__heading {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bhWgHotOffersLoading__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-top-color: #fe9900;
    border-radius: 50%;
    flex: 0 0 auto;
    animation: bhWgHotOffersSpinner 0.8s linear infinite;
}

.bhWgHotOffersLoading__label {
    font-size: 1.45rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

.bhWgHotOffersLoading__note {
    font-size: 1.18rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.56);
}

.bhWgHotOffersLoading__layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
}

.bhWgHotOffersLoading__sidebar,
.bhWgHotOffersLoading__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bhWgHotOffersLoading__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bhWgHotOffersLoading__line,
.bhWgHotOffersLoading__card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.bhWgHotOffersLoading__line::after,
.bhWgHotOffersLoading__card::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 45%, transparent 100%);
    animation: bhWgHotOffersLoadingShimmer 1.25s infinite;
}

.bhWgHotOffersLoading__line--tab {
    height: 74px;
}

.bhWgHotOffersLoading__card {
    height: 120px;
}

.bhWgHotOffersLoading__card--small {
    height: 180px;
}

.bhWgHotOffersAppear {
    animation: bhWgHotOffersFadeIn 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

@keyframes bhWgHotOffersLoadingShimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes bhWgHotOffersSpinner {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bhWgHotOffersFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bhWgHotOffersTabs {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.bhWgHotOffersTabs__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bhWgHotOffersTabs__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.74);
    text-align: left;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0);
    transition: background 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.bhWgHotOffersTabs__item:hover {
    border-color: rgba(254, 153, 0, 0.34);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    transform: translateX(1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.bhWgHotOffersTabs__item.is-active {
    border-color: rgba(254, 153, 0, 0.44);
    background: rgba(254, 153, 0, 0.08);
    color: #fff;
    transform: translateX(2px);
    box-shadow: 0 0 0 1px rgba(254, 153, 0, 0.06), 0 14px 30px rgba(254, 153, 0, 0.12);
}

.bhWgHotOffersTabs__labelRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bhWgHotOffersTabs__label {
    font-size: 1.45rem;
    line-height: 1.25;
    font-weight: 800;
}

.bhWgHotOffersTabs__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 800;
}

.bhWgHotOffersTabs__item.is-active .bhWgHotOffersTabs__count {
    background: #fe9900;
    color: #111b29;
}

.bhWgHotOffersTabs__desc {
    font-size: 1.2rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.56);
    transition: color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.bhWgHotOffersTabs__item:hover .bhWgHotOffersTabs__desc {
    color: rgba(255, 255, 255, 0.72);
}

.bhWgHotOffersTabs__item.is-active .bhWgHotOffersTabs__desc {
    color: rgba(255, 255, 255, 0.82);
}

.bhWgHotOffersTabs__content {
    min-width: 0;
}

.bhWgHotOffersTabs__panel[hidden] {
    display: none !important;
}

.bhWgHotOffersTabs__panel--enter {
    animation: bhWgHotOffersFadeIn 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.bhWgHotOffersAppear .bhWgHotOffersInfoGrid > .bhWgHotOffersInfoCard,
.bhWgHotOffersAppear .bhWgHotOffersAceCards > .bhWgHotOffersAceCard,
.bhWgHotOffersAppear .bhWgHotOffersSection__grid > .bhWgHotOffersCard,
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersInfoGrid > .bhWgHotOffersInfoCard,
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersAceCards > .bhWgHotOffersAceCard,
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersSection__grid > .bhWgHotOffersCard {
    opacity: 0;
    transform: translateY(10px);
    animation: bhWgHotOffersCardIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bhWgHotOffersAppear .bhWgHotOffersInfoGrid > *:nth-child(1),
.bhWgHotOffersAppear .bhWgHotOffersAceCards > *:nth-child(1),
.bhWgHotOffersAppear .bhWgHotOffersSection__grid > *:nth-child(1),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersInfoGrid > *:nth-child(1),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersAceCards > *:nth-child(1),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersSection__grid > *:nth-child(1) {
    animation-delay: 0.04s;
}

.bhWgHotOffersAppear .bhWgHotOffersInfoGrid > *:nth-child(2),
.bhWgHotOffersAppear .bhWgHotOffersAceCards > *:nth-child(2),
.bhWgHotOffersAppear .bhWgHotOffersSection__grid > *:nth-child(2),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersInfoGrid > *:nth-child(2),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersAceCards > *:nth-child(2),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersSection__grid > *:nth-child(2) {
    animation-delay: 0.09s;
}

.bhWgHotOffersAppear .bhWgHotOffersInfoGrid > *:nth-child(3),
.bhWgHotOffersAppear .bhWgHotOffersAceCards > *:nth-child(3),
.bhWgHotOffersAppear .bhWgHotOffersSection__grid > *:nth-child(3),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersInfoGrid > *:nth-child(3),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersAceCards > *:nth-child(3),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersSection__grid > *:nth-child(3) {
    animation-delay: 0.14s;
}

.bhWgHotOffersAppear .bhWgHotOffersInfoGrid > *:nth-child(4),
.bhWgHotOffersAppear .bhWgHotOffersAceCards > *:nth-child(4),
.bhWgHotOffersAppear .bhWgHotOffersSection__grid > *:nth-child(4),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersInfoGrid > *:nth-child(4),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersAceCards > *:nth-child(4),
.bhWgHotOffersTabs__panel--enter .bhWgHotOffersSection__grid > *:nth-child(4) {
    animation-delay: 0.19s;
}

@keyframes bhWgHotOffersCardIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bhWgHotOffersPanelIntro {
    margin-bottom: 16px;
}

.bhWgHotOffersPanelIntro--nested {
    margin-top: 18px;
}

.bhWgHotOffersPanelIntro__title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersPanelIntro__text {
    margin-top: 6px;
    font-size: 1.35rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.66);
}

.bhWgHotOffersInfoGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bhWgHotOffersInfoCard {
    position: relative;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.bhWgHotOffersInfoCard__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin-bottom: 12px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(254, 153, 0, 0.14);
    color: #fe9900;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 800;
}

.bhWgHotOffersInfoCard__title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersInfoCard__text {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.bhWgHotOffersAceTiers {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bhWgHotOffersAceCards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bhWgHotOffersAceCard {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.bhWgHotOffersAceCard__head {
    padding: 16px 18px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bhWgHotOffersAceCard__titleRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.bhWgHotOffersAceCard__title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersAceCard__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.bhWgHotOffersAceCard__priceRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
    margin-top: 12px;
}

.bhWgHotOffersAceCard__oldPrice {
    font-size: 1.45rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: line-through;
}

.bhWgHotOffersAceCard__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fe9900;
    color: #111b29;
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 800;
}

.bhWgHotOffersAceCard__newPrice {
    font-size: 1.9rem;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersAceCard__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 14px 18px 16px;
}

.bhWgHotOffersAceCard__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 4px;
}

.bhWgHotOffersAceCard__cta,
.bhWgHotOffersAceCard__cta:visited {
    flex: 0 0 auto;
}

.bhWgHotOffersAceCard__status {
    margin-top: 10px;
}

.bhWgHotOffersAceCard__list {
    display: flex;
    flex-direction: column;
}

.bhWgHotOffersAceCard__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
}

.bhWgHotOffersAceCard__row + .bhWgHotOffersAceCard__row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bhWgHotOffersAceCard__tank {
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}

.bhWgHotOffersAceCard__mastery {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.bhWgHotOffersAceCard__masteryLabel {
    font-size: 1.15rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.56);
}

.bhWgHotOffersAceCard__masteryValue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
}

.bhWgHotOffersAceTier {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.bhWgHotOffersAceTier__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bhWgHotOffersAceTier__title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersAceTier__meta {
    margin-top: 4px;
    font-size: 1.2rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.58);
}

.bhWgHotOffersAceTier__price {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.bhWgHotOffersAceTier__oldPrice {
    font-size: 1.45rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: line-through;
}

.bhWgHotOffersAceTier__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fe9900;
    color: #111b29;
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 800;
}

.bhWgHotOffersAceTier__newPrice {
    font-size: 1.9rem;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersAceTier__list {
    display: flex;
    flex-direction: column;
}

.bhWgHotOffersAceTier__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
}

.bhWgHotOffersAceTier__row + .bhWgHotOffersAceTier__row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bhWgHotOffersAceTier__tank {
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
}

.bhWgHotOffersAceTier__mastery {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.bhWgHotOffersAceTier__masteryLabel {
    font-size: 1.15rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.56);
}

.bhWgHotOffersAceTier__masteryValue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
}

.bhWgHotOffersTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
    margin: 0 0 14px;
}

.bhWgHotOffersTable th,
.bhWgHotOffersTable td {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    vertical-align: top;
}

.bhWgHotOffersTable th {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 700;
}

.bhWgHotOffersTable a {
    color: #fe9900;
    text-decoration: underline;
}

.bhWgHotOffers__missionTitle {
    font-weight: 700;
    color: #fff;
}

.bhWgHotOffers__missionMeta {
    margin-top: 4px;
    font-size: 1.25rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.68);
}

.bhWgHotOffersTotal {
    font-size: 1.5rem;
    margin: 12px 0 0;
}

.bhWgHotOffersTotal__old {
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: line-through;
}

.bhWgHotOffersTotal__new {
    margin-left: 10px;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersCompact {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bhWgHotOffersSummary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bhWgHotOffersSummary__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
}

.bhWgHotOffersSummary__label {
    font-size: 1.2rem;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.58);
}

.bhWgHotOffersSummary__value {
    font-size: 1.9rem;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersSummary__value--old {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: line-through;
}

.bhWgHotOffersSection {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bhWgHotOffersSection__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.bhWgHotOffersSection__heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bhWgHotOffersSection__title {
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersSection__meta {
    font-size: 1.25rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
}

.bhWgHotOffersSection__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bhWgHotOffersCard {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.bhWgHotOffersCard__head {
    padding: 14px 16px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bhWgHotOffersCard__titleRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.bhWgHotOffersCard__title {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersCard__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.bhWgHotOffersCard__meta {
    margin-top: 4px;
    font-size: 1.25rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.62);
}

.bhWgHotOffersCard__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 14px 16px 16px;
}

.bhWgHotOffersCard__priceRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
    min-height: 42px;
}

.bhWgHotOffersCard__oldPrice {
    font-size: 1.65rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: line-through;
}

.bhWgHotOffersCard__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 800;
    color: #111b29;
    background: #fe9900;
}

.bhWgHotOffersCard__newPrice {
    font-size: 2.1rem;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.bhWgHotOffersPackage {
    margin-top: 12px;
}

.bhWgHotOffersPackage__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(254, 153, 0, 0.28);
    border-radius: 10px;
    background: rgba(254, 153, 0, 0.08);
    color: #fe9900;
    font-size: 1.22rem;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bhWgHotOffersPackage__toggle:hover {
    background: rgba(254, 153, 0, 0.14);
    border-color: rgba(254, 153, 0, 0.4);
}

.bhWgHotOffersPackage__body {
    margin-top: 10px;
}

.bhWgHotOffersPackage__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bhWgHotOffersPackage__chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
}

.bhWgHotOffersCard__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
}

.bhWgHotOffersCard__status {
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.74);
}

.bhWgHotOffersCard__status a,
.bhWgHotOffersCard__status a:visited {
    color: #fe9900;
}

.bhWgHotOffersCard__status--err {
    color: #ff9c9c;
}

.bhWgHotOffersCard__status--ok {
    color: #9de7b0;
}

.bhWgHotOffersCard__goBasket,
.bhWgHotOffersCard__goBasket:visited {
    color: #fe9900;
    font-weight: 700;
}

.bhWgHotOffersCard__cta,
.bhWgHotOffersCard__cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid #fe9900;
    background: #fe9900;
    color: #111b29;
    font-size: 1.35rem;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bhWgHotOffersCard__cta:hover {
    background: transparent;
    color: #fe9900;
    text-decoration: none;
}

.bhWgHotOffersCard__cta--added,
.bhWgHotOffersCard__cta--added:visited,
.bhWgHotOffersCard__cta--added:hover {
    border-color: rgba(157, 231, 176, 0.32);
    background: rgba(157, 231, 176, 0.16);
    color: #9de7b0;
    cursor: default;
}

.bhOrderMissionNames {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    vertical-align: middle;
}

.bhOrderMissionNames__chip {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(254, 153, 0, 0.12);
    color: #fe9900;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 767px) {
    .wrapMw_wgHotOffers {
        width: calc(100vw - 24px);
    }

    .bhWgHotOffersLoading__layout,
    .bhWgHotOffersTabs {
        grid-template-columns: 1fr;
    }

    .bhWgHotOffersTabs__nav {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bhWgHotOffersLoading__grid,
    .bhWgHotOffersInfoGrid {
        grid-template-columns: 1fr;
    }

    .bhWgHotOffersAceCards {
        grid-template-columns: 1fr;
    }

    .bhWgHotOffersAceCard__titleRow,
    .bhWgHotOffersAceCard__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bhWgHotOffersAceCard__mastery {
        justify-content: flex-start;
    }

    .bhWgHotOffersAceTier__head,
    .bhWgHotOffersAceTier__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bhWgHotOffersAceTier__price,
    .bhWgHotOffersAceTier__mastery {
        justify-content: flex-start;
        text-align: left;
    }

    .bhWgHotOffersSummary {
        grid-template-columns: 1fr;
    }

    .bhWgHotOffersSection__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .bhWgHotOffersSection__grid {
        grid-template-columns: 1fr;
    }

    .bhWgHotOffersCard__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .bhWgHotOffersCard__cta,
    .bhWgHotOffersCard__cta:visited {
        width: 100%;
    }

    .bhWgHotOffersAceCard__footer {
        flex-direction: column;
        align-items: stretch;
    }
}
