.coupon-section-bb652b16 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #183249;
    padding: 40px 60px;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    flex-wrap: wrap;
    gap: 30px;
    box-sizing: border-box;
    width: 100%;
}

.coupon-section-bb652b16 .cs-left {
    flex: 1;
    min-width: 300px;
}

.coupon-section-bb652b16 .cs-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
    color: #ffffff;
}

.coupon-section-bb652b16 .cs-subtitle {
    font-size: 16px;
    line-height: 1.4;
    color: #e0e6ed;
    margin: 0;
}

.coupon-section-bb652b16 .cs-right {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px 10px 10px 30px;
    color: #183249;
    max-width: 600px;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    gap: 20px;
}

.coupon-section-bb652b16 .cs-coupon-text {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #183249;
}

.coupon-section-bb652b16 .cs-button {
    background-color: #e6003d;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    display: inline-block;
}

.coupon-section-bb652b16 .cs-button:hover {
    background-color: #c50034;
}

@media (max-width: 768px) {
    .coupon-section-bb652b16 {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px;
    }
    .coupon-section-bb652b16 .cs-right {
        border-radius: 12px;
        flex-direction: column;
        padding: 20px;
        align-items: stretch;
        text-align: center;
    }
    .coupon-section-bb652b16 .cs-button {
        text-align: center;
    }
}
