/* Shipping & Location Redesign */
.shipping-section-redesign {
    background: #fff;
    padding: 20px 0;
}

.shipping-section-redesign .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.shipping-section-redesign .section-title .title-underline {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #5BE7C4; /* Mint green accent */
    margin-top: 5px;
    border-radius: 2px;
}

.info-box-soft-green {
    background-color: #E8F7F4;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-box-soft-blue {
    background-color: #EEF6F8;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-box-soft-green .icon-circle {
    background-color: #C6F0E4;
    color: #2FA884;
}

.info-box-soft-blue .icon-circle {
    background-color: #D6EBF1;
    color: #2F8FA8;
}

.info-text {
    display: flex;
    flex-direction: column;
}

.info-text .label {
    font-weight: 700;
    font-size: 16px;
    color: #222;
    margin-bottom: 2px;
}

.info-text .value {
    font-size: 14px;
    color: #555;
}

.map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    border: 1px solid #eee;
}

.shipping-costs-container h5 {
    font-weight: 700;
    font-size: 16px;
    color: #222;
}

/* Adjust select2 to match design if needed, or leave as is */
.shipping-section-redesign .select2-container--default .select2-selection--single {
    border-radius: 8px;
    border-color: #eee;
    height: 45px;
    padding-top: 8px;
}
