/* ============================================================
   BS Tools – Bezorgtijd & Annuleren – Basis layout only.
   Thema-specifieke kleuren en styling horen in het child-theme.
   ============================================================ */

.bs-delivery-notice {
    padding: 14px 18px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
}

.bs-delivery-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bs-delivery-row + .bs-delivery-row {
    margin-top: 8px;
    padding-top: 8px;
}

.bs-delivery-icon {
    font-size: 20px;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.woocommerce-button.bs_no_cancel {
    cursor: default;
    pointer-events: none;
}
