

/* Offer Card Styles */
.offer-card-exchange {
    border-radius: 12px;
}



.offer-list-exchange .badge {
    min-width: 120px;
    text-align: center;
    font-size: 0.85rem;
    border-radius: 6px;
}


/* Submit Button for Exchange Form */


.submitbtn-exchange a {
    background: #78206e;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    transition: background-color 0.3s ease;
    width: auto;
    text-align: center;
}

.exchange-form {
    padding: 18px;
    margin-top: 18px;
    background: linear-gradient(172deg, rgba(255, 255, 255, 1) 0%, rgb(227 211 243 / 51%) 100%);
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

/* Alert Styles */
.alert-info-exchange {
    background: #e3f2fd;
    border: none;
    border-radius: 8px;
    color: #1565c0;
}

.card-title-exchange span{
    font-weight: 600;
    font-size: 1.2rem;
}
/* Terms Section Styles */


.terms-content-exchange ul li {
    list-style : disc;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}
.terms-content-exchange ul li ul li {
    list-style : circle;
}
.terms-content-exchange ul ul {
    margin-top: 0.5rem;
}

.terms-content-exchange ul ul li {
    font-size: 0.95rem;
    color: #6c757d;
}
.terms-content-exchange a{
    color: #78206e;
    text-decoration: underline;
}
.commanGrayBtnExchange{
    background: #f6f2fa;
    border: 1px solid #d2cfcf;
    border-radius: 100px;
    padding: 7px 2px 7px 12px;
    width: 172px;
    text-align: center;
    font-weight: 600;
    display: flex
;
    align-items: center;
    justify-content: center;
    /* margin: 18px auto 0 auto; */
    margin: 10px auto 10px auto;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    
    .offer-item-exchange {
        /* flex-direction: column; */
        align-items: flex-start !important;
        gap: 0.5rem;
    }
    
    .submitbtn-exchange a {
        padding: 10px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .offer-list-exchange .badge {
        min-width: 100px;
        font-size: 0.7rem;
    }

    .submitbtn-exchange a {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    .text-caption-1{
        font-size: 16px;
    }
}