/* Set Offer Component Styles */
.set-offer-section {
    margin: 30px 0;
}

.set-offer-section.sale {
    margin-top: -20px;
}

.set-offer-container {
    background-color: #FFF8E8;
    border-radius: 20px;
    padding: 15px 15px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.set-offer-header {
    width: 110px;
}

.set-offer-header-modal {
    width: 50%;
}

.set-offer-header-modal .set-offer-title {
    text-align: right;
}

.set-offer-title {
    margin: 0;
    padding: 0;
    font-size: 26px;
    color: #000000;
    font-family: "Canela", Georgia, serif;
    letter-spacing: 0.5px;
    text-align: center;
}

.set-offer-text {
    display: inline-block;
}

.set-offer-content {
    flex: 1;
    line-height: 1.8;
    max-width: 350px;
}

.set-offer-description {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}

.set-offer-discounts {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    text-align: left;
}

.set-offer-note {
    margin: 0;
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}
