.custom-form-link {
    font-size: 14px !important;
    text-align: left !important;
    color: #2d92ff !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.custom-form-link:hover {
    color: #0061ca !important;
}

/* Pass calendar icon taps through to the input so flatpickr opens (mirror of booknetic-customforms). */
.booknetic_customer_form .bkntc-date-wrapper .icon {
    pointer-events: none;
}