/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.sb-fd-date-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sb-fd-date {
    width: 180px !important;
}

.wc_fd_number_field {
    width: 180px !important;
    max-width: 100%;
    box-sizing: border-box;
}

.sb-fd-error {
    color: #d63638;
    font-size: 12px;
    margin-top: 4px;
}

.sb-fd-invalid {
    border-color: #d63638 !important;
}