#wc-booking-calendar {
    margin-top: 20px;
}
.custom-date-message {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px !important;
    margin-top: -10px !important;
}
#billing_document_type_field > span {
    display: flex;
    font-size: 14px;
}
#billing_document_type_field > span > label {
    margin-right: 10px;
}
#billing_company_field {
    display: none !important;
}

/* ── Schedule badge (product page & shop loop) ─────────────────────────── */
.wcbp-schedule-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1.4;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
}
.wcbp-badge__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.wcbp-badge--open {
    background-color: #edf7ed;
    border-color: #a5d6a7;
    color: #1b5e20;
}
.wcbp-badge--open .wcbp-badge__dot {
    background-color: #43a047;
}
.wcbp-badge--closed {
    background-color: #fdecea;
    border-color: #ef9a9a;
    color: #7f0000;
}
.wcbp-badge--closed .wcbp-badge__dot {
    background-color: #e53935;
}