.ayaz-suite-offer-list {
    display: grid;
    gap: 18px;
}

.ayaz-suite-offer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 22px;
    align-items: center;
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(115,65,10,.16);
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
    color: #1d2327;
}

.ayaz-suite-offer-banner {
    background: #f8efe6;
}

.ayaz-suite-offer-quiet {
    box-shadow: none;
}

.ayaz-suite-offer-kicker {
    margin: 0 0 6px;
    color: #73410a;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 13px;
}

.ayaz-suite-offer h3 {
    margin: 0 0 10px;
    font-size: clamp(24px, 4vw, 38px);
    line-height: 1.08;
}

.ayaz-suite-offer-description {
    font-size: 16px;
    line-height: 1.55;
}

.ayaz-suite-offer-price {
    margin: 12px 0 0;
    color: #73410a;
    font-size: 22px;
    font-weight: 800;
}

.ayaz-suite-offer-price-split {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.ayaz-suite-offer-price-subtext {
    font-size: .68em;
    font-weight: 700;
}

.ayaz-suite-offer-price-value {
    display: inline-block;
}

.ayaz-suite-offer-form {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    background: #fafafa;
}

.ayaz-suite-email {
    display: grid;
    gap: 6px;
    font-weight: 700;
}

.ayaz-suite-email-label {
    display: block;
}

.ayaz-suite-email input {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}

.ayaz-suite-email-help {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.ayaz-suite-offer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ayaz-suite-button {
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    border-radius: 6px;
    background: #73410a;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.ayaz-suite-button-paypal {
    background: #003087;
}

@media (max-width: 760px) {
    .ayaz-suite-offer {
        grid-template-columns: 1fr;
        padding: 18px;
    }
}
