.wtmg-sponsored-page {
    background: white;
    color: #18202f;
	margin-top: 20px;
}

.wtmg-sponsored-hero {
    background: #f7fbff;
    color: #fff;
    padding: 25px 45px 25px;
	border: 1px solid #e4e8f0;
    border-radius: 15px;
    box-shadow: 0 14px 34px rgba(30, 40, 58, .08);
}

.wtmg-sponsored-hero-inner,
.wtmg-sponsored-section,
.wtmg-sponsored-panel {
    max-width: 1180px;
    margin: 0 auto;
}

.wtmg-sponsored-hero h1 {
    max-width: 820px;
    margin: 0 0 18px;
    color: black;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: 0;
}

.wtmg-sponsored-hero p {
    max-width: 760px;
    margin: 0;
    color: rgb(84 84 84 / 84%);
    font-size: 18px;
    line-height: 1.6;
}

.wtmg-sponsored-hero .wtmg-provider-account-kicker {
    color: #d9f99d;
}

.wtmg-sponsored-hero-actions,
.wtmg-sponsored-visitor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.wtmg-sponsored-section,
.wtmg-sponsored-panel {
    padding: 42px 20px;
}

.wtmg-sponsored-section-head {
    margin-bottom: 22px;
}

.wtmg-sponsored-section-head h2,
.wtmg-sponsored-panel h2 {
    margin: 0;
    font-size: 27px;
    line-height: 1.18;
    letter-spacing: 0;
}

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

.wtmg-sponsored-price-card,
.wtmg-sponsored-info-grid article,
.wtmg-sponsored-panel {
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 15px;
    box-shadow: 0 14px 34px rgba(30, 40, 58, .08);
}

.wtmg-sponsored-price-card,
.wtmg-sponsored-info-grid article {
    padding: 22px;
}

.wtmg-sponsored-price-card p,
.wtmg-sponsored-info-grid span,
.wtmg-sponsored-option span,
.wtmg-provider-sponsored-item span {
    color: #667085;
}

.wtmg-sponsored-price-card h3 {
    margin: 6px 0 18px;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0;
}

.wtmg-sponsored-price-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.wtmg-sponsored-price-row div {
    background: #f6f8fb;
    border: 1px solid #e7ebf2;
    border-radius: 8px;
    padding: 14px;
}

.wtmg-sponsored-price-row span,
.wtmg-sponsored-price-row small {
    display: block;
    color: #667085;
}

.wtmg-sponsored-price-row strong {
    display: block;
    margin: 5px 0;
    font-size: 28px;
    color: #1d2a44;
}

.wtmg-sponsored-panel {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 24px;
}

.wtmg-sponsored-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.wtmg-sponsored-type-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.wtmg-sponsored-type-tabs button {
    border: 1px solid #d9dfeb;
    border-radius: 8px;
    background: #fff;
    color: #344054;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 14px;
}

.wtmg-sponsored-type-tabs button.is-active {
    border-color: #5f5bd7;
    background: #eef0ff;
    color: #3430a6;
}

.wtmg-sponsored-options {
    display: none;
}

.wtmg-sponsored-options.is-active {
    display: grid;
    gap: 12px;
}

.wtmg-sponsored-option,
.wtmg-provider-sponsored-item {
    display: grid;
    grid-template-columns: minmax(160px, 1.2fr) minmax(180px, 1.2fr) minmax(145px, .8fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid #e6eaf2;
    border-radius: 8px;
    padding: 14px;
}

.wtmg-sponsored-option strong,
.wtmg-provider-sponsored-item strong,
.wtmg-sponsored-info-grid strong {
    display: block;
    color: #18202f;
}

.wtmg-sponsored-option-prices {
    display: grid;
    gap: 4px;
}

.wtmg-sponsored-availability {
    border-radius: 8px;
    padding: 9px 11px;
    background: #eef9f0;
}

.wtmg-sponsored-availability.is-limited,
.wtmg-sponsored-availability.is-last-slot {
    background: #fff7e6;
}

.wtmg-sponsored-availability.is-sold-out {
    background: #fff1f0;
}

.wtmg-sponsored-empty-state,
.wtmg-provider-sponsored-empty,
.wtmg-sponsored-checkout-note {
    color: #667085;
    margin: 0;
}

.wtmg-provider-sponsored-list {
    display: grid;
    gap: 12px;
}

.wtmg-sponsored-visitor-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

@media (max-width: 900px) {
    .wtmg-sponsored-hero h1 {
        font-size: 40px;
    }

    .wtmg-sponsored-price-grid,
    .wtmg-sponsored-info-grid {
        grid-template-columns: 1fr;
    }

    .wtmg-sponsored-panel-head,
    .wtmg-sponsored-visitor-panel {
        display: block;
    }

    .wtmg-sponsored-option,
    .wtmg-provider-sponsored-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .wtmg-sponsored-hero {
        padding-top: 58px;
    }

    .wtmg-sponsored-hero h1 {
        font-size: 34px;
    }

    .wtmg-sponsored-hero-actions .wtmg-provider-account-button,
    .wtmg-sponsored-visitor-actions .wtmg-provider-account-button {
        width: 100%;
        justify-content: center;
    }
}
