.combo-jeans-selector-container,
.scj-shipping-selector-container,
.scj-payment-selector-container {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}
.combo-jeans-selector-container h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #333;
}
.combo-jean-item {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}
.combo-jean-item:last-child {
    margin-bottom: 0;
}
.combo-jean-item h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #555;
}
.combo-jean-item p,
.scj-shipping-selector-container p,
.scj-payment-selector-container p {
    margin: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.combo-label-text {
    display: inline-block;
    min-width: 70px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #444;
}
.combo-jean-item select,
.scj-city-selector-class,
#scj_payment_method_selector {
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    min-width: 150px;
    max-width: 100%;
    box-sizing: border-box;
}
#scj_custom_whatsapp_button_js_v2:hover {
    background-color: #128C7E !important;
}
