

.ksdp-title {
    padding-top: 24px;
    font-size: 16px;
    color: rgb(33, 37, 41);
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1;
    border-top: 1px solid #ddd;
}

.ksdp-method {
    display: flex;
    gap: 18px;
    margin: 8px 0 10px
}
.ksdp-method label {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ksdp-method label input {
    margin-bottom: 0;
    margin-top: 0;
}

.ksdp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
#ksdp_deliv_address {
grid-column: 1 / -1;

}

.ksdp-row-2>* {
    flex: 1
}

.ksdp-row-3>* {
    flex: 1
}

.ksdp-row-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 10px 0
}

.ksdp-showrooms {
    margin: 10px 0 4px
}



.ksdp-radio input {
    margin-top: 3px
}





.ksdp-schedule-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center
}

.ksdp-change {
    font-size: 13px;
    text-decoration: none
}



.ksdp-note {
    font-size: 13px;
    margin-top: 4px
}

.ksdp-wrap select,
.ksdp-wrap input {
    width: 100%;
    border-radius: 6px
}

@media(max-width:768px) {
    .ksdp-row {
        flex-direction: column
    }
}



/* ===== Select2/SelectWoo style giống dropdown dài có scroll ===== */

/* Ô select */
.select2-container--default .select2-selection--single {
    border: 1px solid #dfe3ea;
    border-radius: 6px;
    min-height: 44px;
    display: flex;
    align-items: center;
}

/* Chữ trong ô */
.select2-container--default .select2-selection__rendered {
    color: #0b57d0;
    font-weight: 500;
    line-height: 44px;
}

/* Icon mũi tên */
.select2-container--default .select2-selection__arrow {
    height: 44px;
}

/* Dropdown list: cao + có scroll */
.ksdp-dropdown .select2-results__options {
    max-height: 360px;
}

/* Item */
.ksdp-dropdown .select2-results__option {
    padding: 10px 12px;
    color: #0b57d0;
    font-weight: 500;
}

/* Hover */
.ksdp-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background: #eef3ff;
    color: #0b57d0;
}

/* Selected */
.ksdp-dropdown .select2-results__option[aria-selected="true"] {
    background: #0b57d0;
    color: #fff;
}


.ksdp-wrap .ksdp-panel {
    background: #f6f6f6;
    padding: 15px 15px 25px;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    margin-bottom: 25px;
    position: relative;
}
.ksdp-wrap .ksdp-panel:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 70px;
    width: 14px;
    height: 14px;
    background: #f6f6f6;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    transform: rotate(45deg);
}
.ksdp-panel.ksdp-panel-pickup:before {
    left: 180px;
}
.select2-selection.select2-selection--single {
    box-shadow: none !important;
    border-radius: 3px !important;
}
#ksdp_deliv_address {
    height: 44px;
    box-shadow: none !important;
    margin-bottom: 10px;
    border-radius: 3px;
}
#ksdp-summary2, .ksdp-summary {
 color: #000
}
#ksdp-change2, .ksdp-change {color: #0d6ffa;}
#ksdp-change2:hover, .ksdp-change:hover {text-decoration: underline;}
#ksdp-schedule-fields2, #ksdp-schedule-fields {margin-top: 10px;}
#ksdp_date2, #ksdp_time2, #ksdp_date, #ksdp_time {margin-bottom: 0;box-shadow: none;
    border-radius: 3px;}
.ksdp-schedule {
    border: 1px solid #dee2e6;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    padding: 10px;
    position: relative;
    background: #fff;
}
.ksdp-fee {
    padding: 0 10px 10px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    color: #000;
    font-size: 14px;
}
.ksdp-fee strong {
    color: red
}
#ksdp-showrooms {
    max-height: 120px;
    overflow: auto;
    width: 100%;
    margin-bottom: 10px;
}
#ksdp-showrooms input {
    width: fit-content;
    margin-top: 0;
    margin-bottom: 0;
}
.ksdp-radio {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
    cursor: pointer
}
.ksdp-radio span {
    text-transform: capitalize;
}
