/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2026 | 05:23:09 */
/* ============================================
   CLEAN: Error Message - Text Only
   ============================================ */

#checkin-error-message,
#checkout-error-message,
#date-order-error-message {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    
    /* Remove all styling */
   
    background-color: transparent !important;
    color: #d32f2f !important;
    border: none !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    



