.method-box {
    padding: 16px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fafafa;
}

.method-icon {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    object-fit: contain;
}

.method-title {
    font-size: 17px;
    font-weight: 600;
}

.method-list {
    margin: 5px 0 0 0;
    /* padding-left: 18px; */
    font-size: 14px;
    color: #444;
}

.image__section {
    width: 100%;
    max-width: 450px;
    height: 300px;
    background: #fff;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
  
.image__section img {
    object-fit: cover;
    max-height: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-position: top;
    filter: blur(1px);
}
.alert.alert-danger.offer-cancelled {
    display: block !important;
}


.modern-offer-form .form-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.modern-offer-view .form-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.section-title {
    font-weight: 600;
    margin-bottom: 25px;
}

.rights-box {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.rights-box.granted {
    background: #f3fbf5;
    color: #5CB247;
}

.rights-box.restricted {
    background: #f8fafc;
    color: #000;
}

.label-muted {
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
}

.certificate-preview {
    max-height: 180px;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.form-control {
    border-radius: 8px;
    height: 44px;
}

.radio-card {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 20px;
    column-gap: 20px;
    transition: 0.3s;
}

.radio-card:hover {
    border-color: #28a745;
    background: #f9fdf9;
}

.radio-card.danger:hover {
    border-color: #dc3545;
    background: #fff8f8;
}

.btn-modern {
    background: #28a745;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
    border: none;
}

.btn-modern:hover {
    background: #218838;
}

.alert-common {
    position: relative; 
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.anchor--link {
    color: #7dc43b;
    font-weight: 600;

}
  
.anchor--link:hover {
    color: #e6261a;
}

.flex-gap-10{
    gap: 10px;
}

.agree_checkbox_div select, .agree_checkbox_div input{
    max-width: 170px;
} 

small#agree_checkbox-error {
    margin-left: 20px;
}

.padding-top-200{
    padding-top: 200px;
}

.exchange-title{
    font-weight:600;
    margin-bottom:20px;
}

.exchange-tabs{
    display:flex;
    justify-content:center;
    gap:40px;
    font-size:18px;
    font-weight:600;
}

.exchange-tabs .tab{
    padding-bottom:5px;
}

.tab-buyer{
    color:#b5b5b5;
}

.tab-seller{
    color:#7fb540; /* Pitchmark green */
}

.tab-seller.active{
    border-bottom:3px solid #7fb540;
}

.banner__content h3{
    font-weight:500;
    color:#333;
}

.radio-group{
    display:flex;
    gap:20px;
    margin-top:5px;
}

.min-height-50{
    min-height: 50px;
}

@media (max-width: 767px) {
    .flex-gap-10-mobile{
        gap: 10px;
    }
}

@media (min-width: 1500px) {
    #filesModal .modal-dialog.modal-lg{
        max-width: 940px;
    }
}

