﻿.booking-calendar.bg-white {
    background-color: transparent !important;
}

div.booking-calendar.bg-white.rounded {
    border-radius: 0 !important;
}

    div.booking-calendar.bg-white.rounded.shadow-sm {
        box-shadow: none !important;
    }

.sidebar-title.mb-4.border-bottom.pb-3 {
    display: none;
}

/* Demo Privacy Notice */
.demo-privacy-notice {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
}

.demo-privacy-notice__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
}

.demo-privacy-notice__text {
    font-size: 0.8rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.demo-privacy-notice__text:last-of-type {
    margin-bottom: 0;
}

.demo-privacy-notice__text a {
    color: #0066cc;
    text-decoration: none;
}

.demo-privacy-notice__text a:hover {
    text-decoration: underline;
}
