/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2026 | 16:33:35 */
@media (max-width: 600px) {
    .wcds-cal-modal {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.wcds-cal-modal {
    border-radius: 0px;
    max-width: 500px;
}

.wcds-cal-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #262626;
    font-family: 'Unica77' !important;
}

.wcds-cal-day.wcds-available {
    background: #e2eee9;
    color: #262626;
}

.wcds-cal-day {
    border-radius: 0px;
}

.wcds-cal-day.wcds-available:hover {
    background: #A1BCB1;
}

.wcds-cal-btn-cancel {
    background: #fff;
    color: #262;
    border: 2px solid #447964;
    border-radius: 0px;
}

.wcds-cal-btn-submit {
    background: #447964;
    color: #fff;
    border-radius: 0px;
}

.wcds-cal-btn-cancel:hover {
    background: #f2f2f2;
    color: inherit;
}

.wcds-cal-btn-submit:hover {
    background: #2d5443;
}

.wcds-cal-nav-btn:hover, .wcds-cal-close:hover {
    background: transparent;
}

@media (max-width: 600px) {
    .wcds-cal-day {
        border-radius: 0px;
    }
}