@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* ─── Reset wrapper styles set by client.js ─────────────────────────────── */
#bdn-paywall-view {
    text-align: unset !important;
    background-color: transparent !important;
}

/* ─── Paywall shell ──────────────────────────────────────────────────────── */
#bdn-paywall {
    background: #c0c0c0 !important;
    border: 1px solid #ddd !important;
    max-width: 680px !important;
    margin: 32px auto !important;
    font-family: 'Bebas Neue', sans-serif !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.10) !important;
}

/* ─── Header bar ─────────────────────────────────────────────────────────── */
.pw2026-header {
    background-color: #00723e;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
}

.pw2026-header-logo {
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
}

.pw2026-header-cta {
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1;
}

/* ─── Section headline ───────────────────────────────────────────────────── */
.pw2026-subhead {
    text-align: center;
    padding: 16px 24px 8px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    letter-spacing: .3px;
    line-height: 1.3;
    color: #222;
}

/* ─── Offer cards row ────────────────────────────────────────────────────── */
.pw2026-offers {
    display: flex;
    gap: 16px;
    padding: 12px 20px 20px;
}

/* ─── Single offer card ──────────────────────────────────────────────────── */
.pw2026-card {
    flex: 1;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 12px 16px;
    position: relative;
    text-align: center;
}

/* ─── BEST DEAL badge ────────────────────────────────────────────────────── */
.pw2026-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #e03030;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 2px 12px;
    white-space: nowrap;
}

/* ─── Card image ─────────────────────────────────────────────────────────── */
.pw2026-card-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 8px 0 10px;
}

/* ─── Card label (offer title) ───────────────────────────────────────────── */
.pw2026-card-label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    letter-spacing: .3px;
    color: #111;
    margin: 0 0 4px;
    line-height: 1.2;
}

/* ─── Card pricing ───────────────────────────────────────────────────────── */
.pw2026-card-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    letter-spacing: .3px;
    color: #444;
    margin: 0 0 12px;
    line-height: 1.3;
}

/* ─── Subscribe button ───────────────────────────────────────────────────── */
.pw2026-btn {
    display: block;
    width: 100%;
    background: #e03030;
    color: #fff !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 9px 0;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    margin-top: auto;
}

.pw2026-btn:hover {
    background: #b52424;
    color: #fff !important;
    text-decoration: none !important;
}

/* ─── Footer ─────────────────────────────────────────────────────────────── */
.pw2026-footer {
    text-align: center;
    padding: 10px 20px 16px;
    border-top: 1px solid #ddd;
}

.pw2026-footer-tagline {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    letter-spacing: .3px;
    color: #111;
    margin: 0 0 4px;
}

.pw2026-footer-login {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    letter-spacing: .3px;
    color: #444;
    margin: 0;
}

.pw2026-footer-login a {
    color: #00723e;
    text-decoration: underline;
}

/* ─── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 540px) {
    .pw2026-offers {
        flex-direction: column;
    }

    .pw2026-card {
        margin-top: 16px;
    }

    .pw2026-header-cta {
        font-size: 17px;
    }
}
