
/* Saint Georges Booking Widget - DYNAMISCHES CSS v5.5 */


.sg-booking-container {
    display: flex;
    justify-content: center;
    margin-top: -200px;
    margin-bottom: 200px;
    position: relative;
    z-index: 100;
}



.sg-booking-widget {
    width: 100%;
    max-width: 700px;
    background: #9e8f69;
    border: 3px solid #9e8f69;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 0 0 1px #9e8f69, 0 8px 30px rgba(0, 0, 0, 0.2);
}

.sg-booking-widget h2 {
    color: #002c77 !important;
}

.sg-datepicker {
    background-color: #f9f9fb !important;
    color: #002c77 !important;
    border: 1px solid #ddd !important;
}

.sg-datepicker:focus {
    border-color: #0073aa !important;
}

.sg-calendar-icon {
    color: #002c77 !important;
    stroke: #002c77 !important;
}

.sg-booking-button {
    background: #002c77 !important;
}

.ui-datepicker {
    color: #002c77 !important;
}

.ui-datepicker-header {
    background-color: #002c77 !important;
    color: white !important;
}

.ui-state-active,
.ui-state-highlight {
    background-color: #002c77 !important;
    border-color: #002c77 !important;
    color: white !important;
}
    