.select2-selection__rendered {
    padding-top: 14px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;  
    word-break: break-word !important;  
    display: block !important;  
    line-height: 1.4 !important;  
}

.select2-container .select2-results__option {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
}

.wfacp_shipping_radio {
    display: flex !important;
}

#wfacp-e-form .wfacp_main_form .wfacp_shipping_options label {    padding-left: 1em !important;}

#wc-speedy-address-detail,
#wc-econt-address-detail {
    padding-top: 6px !important;
}

.select2-search__field {
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single {
    height: auto !important;      /* let it expand vertically */
    min-height: 48px;
    padding-bottom: 6px;
}

/* лек визуален loading */
.bs-loading .select2-selection {
  opacity: .6;
  cursor: progress;
}
.bs-loading .select2-selection__rendered::after {
  content: " · Зарежда…";
  font-style: italic;
  opacity: .9;
}

/* докато е guard-нато — спри ховъри/клик */
.bs-s2-guarded {
  pointer-events: none; /* само върху конкретния selection контейнер */
}

.select2-selection__placeholder {
    display: inline !important;
    color: rgb(153, 153, 153) !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Hero" !important;
    letter-spacing: 0.2px !important;
    width: auto !important;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-collapse: separate !important;
}

#wc-speedy-address-detail {
    width: 100%;
    position: relative;
    display: block;
    min-height: 48px;
    padding: 20px 12px 2px;
    vertical-align: top;
    box-shadow: none;
    border-radius: 4px;
    color: #666666 !important;
    border: 1px solid #bfbfbf;
    height: auto;
    margin-bottom: 0;
    max-width: 100%;
}

body .select2-container .select2-selection--single .select2-selection__rendered,
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-overflow: unset !important; 
    word-break: break-word !important;
    line-height: 1.4 !important;
    padding-top: 14px !important;
}

/* Loading state for checkout dropdowns */
.bs-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

.bs-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid #ccc;
    border-top-color: #555;
    border-radius: 50%;
    animation: bs-rotate 0.6s linear infinite;
}

.wfacp_main_form.woocommerce .wfacp_shipping_table ul li.wfacp_single_shipping_method input[type=radio] {
    left: 0;
    top: 2px;
    margin-top: 0;
}

body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_table ul li input[type=checkbox], body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_shipping_table ul li input[type=radio] {
    position: relative !important;
}

@keyframes bs-rotate {
    to { transform: rotate(360deg); }
}