body {
    font-family: Arial, sans-serif;
    background-color: #fff; /* Fundo branco */
    color: #000; /* Cor do texto padrão */
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#booking-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    margin: 20px auto;
    padding: 10px 16px;
    width: 100%;
    position: relative;
    max-width: 960px;
    box-sizing: border-box;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    flex: 0 0 auto; /* deixa o grupo ocupar o necessário */
    position: relative;
    z-index: 1;
}

.form-group label {
    margin: 0;
    font-family: League Spartan, serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 15.6px;
    color: #465A50;
    text-align: center;
}

.form-group label.label-with-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.form-group label .label-icon {
    width: 16px;
    height: auto;
    display: inline-block;
}

#booking-form .quantity-control {
    display: grid;
    grid-template-columns: 64px 1fr 64px;
    align-items: stretch;
    justify-items: center;
    gap: 12px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 360px;
    height: auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

#booking-form .quantity-button {
    width: 64px;
    height: 56px;
    padding: 0;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    color: #465A50;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 15px 0 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(70, 90, 80, 0.1);
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

.quantity-button:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
}

.quantity-button:active {
    background-color: #388E3C;
}

#booking-form input[type="text"] {
    width: 100%;
    height: 56px;
    padding: 12px 16px;
    text-align: center;
    font-family: League Spartan, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 15.6px;
    letter-spacing: 0%;
    border: none;
    background-color: #fff;
    margin: 0;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(70, 90, 80, 0.1);
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

/* Espaçamento horizontal entre grupos no desktop */
#booking-form .form-group { margin: 0 20px; }

/* Garante que os botões sejam completamente visíveis */
#booking-form .quantity-button {
    overflow: visible !important;
    clip: auto !important;
    visibility: visible !important;
}

/* (removido) largura fixa dos controles que quebrava o mobile */



#calendar-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}

#calendar-navigation button {
    background-color: transparent;
    color: #465A50;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    color: #ffffff;
}

#calendar-navigation #prev-month {
    left: 0;
}

#calendar-navigation #next-month {
    right: 0;
}

.month-year-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.month-separator {
    width: 100%;
    height: 1px;
    background-color: #465A50;
    margin-top: 20px;
    opacity: 0.3;
    background-color: #ffffff;
}

.month-separator-vertical {
    width: 1px;
    background-color: #465A50;
    opacity: 0.5;
    margin: 0 20px;
    align-self: stretch;
    min-height: 400px;
    flex-shrink: 0;
    position: relative;
    border-radius: 1px;
}

/* Estilos para os ícones SVG */
#calendar-navigation button svg,
.calendar-navigation button svg {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}



#calendar-navigation button:disabled svg,
.calendar-navigation button:disabled svg {
    opacity: 0.3;
    cursor: not-allowed;
}

#calendar-navigation span {
    font-family: MinervaModern, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28.99px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
}

.calendar-panel .calendar-navigation span {
    font-family: MinervaModern, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28.99px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

#legend-bar {
    display: flex;
    justify-content: center; /* Centraliza a barra de legenda */
    margin-top: 10px; /* Ajusta a margem superior */
    align-items: center;
    gap: 0;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-right: 0;
    position: relative;
}

.legend-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%; /* Círculo perfeito */
    margin-right: 8px;
    border: none; /* Remove a borda */
}

.legend-text {
    font-family: League Spartan, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: 0%;
    text-align: center;
    color: #465A50;
    color: #ffffff;
}

/* Separador vertical entre os itens da legenda */
.legend-item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 15.6px;
    background-color: #465A50;
    opacity: 0.3;
    margin: 0 15px;
    align-self: center;
}

/* Atualiza as cores conforme solicitado */
.legend-item:nth-child(1) .legend-icon {
    background-color: #FFBD81; /* 25% */
}

.legend-item:nth-child(2) .legend-icon {
    background-color: #BBF53E; /* 30% */
}

.legend-item:nth-child(3) .legend-icon {
    background-color: #D14D8F; /* 35% */
}

.legend-item:nth-child(4) .legend-icon {
    background-color: #FFC500; /* 40% */
}

.legend-item:nth-child(5) .legend-icon {
    background-color: #FF3300; /* 45% */
}

.calendar-container,
#calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    width: 100%; /* Garante que o calendário ocupe a largura total */
    box-sizing: border-box;
}



/* Desktop dual calendars */
.calendar-desktop {
    display: none;
    gap: 0;
    align-items: flex-start;
    justify-content: center;
    margin-top: 10px;
}

.calendar-panel {
    flex: 1 1 420px;
    max-width: 520px;
}

.calendar-panel .calendar-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    position: relative;
}

.calendar-panel .calendar-navigation button {
    position: absolute;
    color: #ffffff;
}

.calendar-panel .calendar-navigation #prev-month-left,
.calendar-panel .calendar-navigation #prev-month {
    left: 0;
}

.calendar-panel .calendar-navigation #next-month-right,
.calendar-panel .calendar-navigation #next-month {
    right: 0;
}

@media (min-width: 992px) {
    /* No desktop, mostramos dois calendários (esconde o calendário único) */
    #calendar-navigation { display: none; }
    #calendar { display: none; }
    .calendar-desktop { display: flex; }
}

@media (max-width: 991px) {
    /* No mobile, mostramos o calendário único (esconde os dois calendários) */
    .calendar-desktop { display: none !important; }
    #calendar-navigation { display: flex !important; }
    #calendar { display: flex !important; width: 100% !important; min-height: 280px; }
}

.calendar-container .calendar-row,
#calendar .calendar-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap; /* Impede quebra de linha para manter a linha contínua */
    background-color: transparent; /* Remove o fundo para linha contínua */
    border-radius: 0; /* Remove bordas arredondadas */
    margin-bottom: 4px;
    padding: 8px 4px;
    position: relative;
}

.calendar-container .calendar-day-header,
#calendar .calendar-day-header {
    flex: 1 0 14.28%;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    box-sizing: border-box;
    color: #ffffff;
}

/* Estilo específico para os cabeçalhos dos dias da semana */
.calendar-day-header {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 14.49px;
    line-height: 12.33px;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #465A50;
    margin-bottom: 8px;
    padding: 8px 4px;
    flex: 1;
    text-align: center;
    border-right: none; /* Remove separadores entre cabeçalhos */
    color: #ffffff;
}



.calendar-container .calendar-day,
#calendar .calendar-day {
    box-sizing: border-box;
    color: var(--day-text-color, #1f1f1f);
    text-align: center;
    padding: 8px 4px;
    cursor: pointer;
    font-size: 17.39px;
    font-family: League Spartan, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 22.61px;
    letter-spacing: 0%;
    border-radius: 0;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 50px;
    border-right: none;
    position: relative;
    overflow: hidden;
    background-color: var(--day-bg-color, #ffffff);
    z-index: 2;
}

.calendar-container .calendar-day.blocked,
#calendar .calendar-day.blocked {
    cursor: not-allowed;
    opacity: 0.55;
    color: #3a3a3a !important;
}

.calendar-container .calendar-day.blocked:hover,
#calendar .calendar-day.blocked:hover {
    transform: none;
    box-shadow: none;
}

.calendar-container .calendar-day.blocked::before,
#calendar .calendar-day.blocked::before {
    display: none;
}

/* Efeito de ripple sutil */
.calendar-container .calendar-day::before,
#calendar .calendar-day::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(238, 115, 22, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
}

.calendar-container .calendar-day:active::before,
#calendar .calendar-day:active::before {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: all 0.1s ease-out;
}



.calendar-container .calendar-day:hover,
#calendar .calendar-day:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(70, 90, 80, 0.15);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hover específico para dias selecionados - mesmo estilo para todos */
.calendar-container .calendar-day.selected:hover,
#calendar .calendar-day.selected:hover,
.calendar-container .calendar-day.selected-between:hover,
#calendar .calendar-day.selected-between:hover {
    transform: scale(1.12);
    box-shadow: 0 8px 25px rgba(255, 195, 0, 0.55);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Efeito de clique elegante */
.calendar-container .calendar-day:active,
#calendar .calendar-day:active {
    transform: scale(0.98);
    transition: all 0.1s ease-out;
}

.calendar-container .calendar-day.selection-range,
#calendar .calendar-day.selection-range {
    transform: scale(1.02);
    border: none !important;
    font-weight: 600;
    transition: all 0.2s ease;
}

.calendar-container .calendar-day.selection-start,
#calendar .calendar-day.selection-start {
    border-radius: 0 0 0 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.calendar-container .calendar-day.selection-end,
#calendar .calendar-day.selection-end {
    border-radius: 0 0 0 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.calendar-container .calendar-day.selection-dim,
#calendar .calendar-day.selection-dim {
    opacity: 0.35;
    filter: saturate(0.5);
}

.selection-strip {
    position: absolute;
    top: 4px;
    bottom: 4px;
    background: transparent;
    box-shadow: 0 18px 25px rgba(63, 63, 63, 0.35);
    border-radius: 0;
    pointer-events: none;
    z-index: 1;
}

.selection-strip.has-start {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.selection-strip.has-end {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Animações flutuantes elegantes */
@keyframes selectedFloat {
    0%, 100% {
        transform: scale(1.08) translateY(0);
        box-shadow: 0 8px 25px rgba(255, 195, 0, 0.35);
    }
    50% {
        transform: scale(1.08) translateY(-3px);
        box-shadow: 0 12px 35px rgba(255, 195, 0, 0.5);
    }
}

@keyframes betweenFloat {
    0%, 100% {
        transform: scale(1.05) translateY(0);
        box-shadow: 0 4px 15px rgba(255, 195, 0, 0.25);
    }
    50% {
        transform: scale(1.05) translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 195, 0, 0.35);
    }
}

/* Animação especial quando período é completado */
@keyframes periodComplete {
    0% {
        transform: scale(1.05) translateY(0);
        box-shadow: 0 4px 15px rgba(255, 195, 0, 0.25);
    }
    50% {
        transform: scale(1.08) translateY(-4px);
        box-shadow: 0 10px 30px rgba(255, 195, 0, 0.45);
    }
    100% {
        transform: scale(1.05) translateY(0);
        box-shadow: 0 4px 15px rgba(255, 195, 0, 0.25);
    }
}

/* Aplica animação especial quando período está completo */
.calendar-container .calendar-day.selected-between.period-complete,
#calendar .calendar-day.selected-between.period-complete {
    animation: periodComplete 1.2s ease-in-out;
}

.calendar-container .calendar-day.empty-day,
#calendar .calendar-day.empty-day {
    background-color: transparent;
    cursor: default;
}

.calendar-day.empty-day {
    background-color: transparent !important;
    border: none !important;
    cursor: default !important;
}

.calendar-day.out-of-range {
    opacity: 0.3;
    background-color: rgba(128, 128, 128, 0.2) !important; /* Fundo cinza sutil */
    cursor: not-allowed !important;
    color: #999 !important;
}

#reserve-button {
    width: 160px;
    height: 51px;
    gap: 10px;
    opacity: 1; 
    padding-top: 13px;
    padding-right: 39px;
    padding-bottom: 13px;
    padding-left: 39px;
    border-radius: 0 15px 0 15px;
    color: #323232;
    background-color: #ffc300;
    border: none;
    cursor: pointer;
    font-family: MinervaModern, serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

#reserve-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 195, 0, 0.3);
}

#reserve-button:active {
    transform: translateY(0);
}


/* Estilos para campos de idade das crianças movidos para quantity-controls-elementor.css */

.title {
    font-weight: bold; /* Negrito */
    color: #fff; /* Cor branca */
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    #booking-form {
        grid-template-columns: minmax(220px, 1fr);
        gap: 18px;
        padding: 10px;
    }
    #booking-form .form-group {
        width: 100%;
        max-width: 320px;
    }
    #booking-form .quantity-control {
        max-width: 320px;
        grid-template-columns: 64px 1fr 64px;
    }
    #booking-form input[type="text"] {
        width: 100%;
    }
    
    /* Estilos para campos de idade das crianças movidos para quantity-controls-elementor.css */
    
    /* Centraliza a seção de idades no mobile */
    #children-ages { align-items: center; }
    #children-ages .children-ages-container { justify-content: center; }

    #children-ages .child-age-group {
        width: 100%;
        max-width: 320px;
    }
    #children-ages .child-age-control {
        width: 100%;
        max-width: 320px;
        gap: 12px;
        padding: 0;
        display: grid;
        grid-template-columns: 64px 1fr 64px;
        align-items: stretch;
    }
    #children-ages .child-age-button {
        width: 64px;
        height: 56px;
        padding: 0;
        border-radius: 0 15px 0 15px;
    }
    #children-ages .child-age-input {
        width: 100%;
        height: 56px;
        padding: 12px 16px;
    }

    #calendar-navigation {
        flex-direction: row;
    }
    #calendar-navigation button {
        margin: 0;
    }
    #reserve-button {
        display: block;
        margin: 20px auto; /* Centraliza o botão horizontalmente */
        padding: 15px 30px;
        background-color: #ffc300;
        color: #323232;
        border: none;
        cursor: pointer;
        border-radius: 0 15px 0 15px; /* Arredondar o botão */
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        max-width: 320px;
        width: 100%;
    }

    #legend-bar {
        flex-direction: row; /* Ajuste a barra de legendas para ocupar toda a linha */
        flex-wrap: wrap;
        justify-content: space-evenly; /* Garante que as legendas estejam bem distribuídas */
    }
    
    /* Mobile: aplica o mesmo layout de linha contínua do desktop */
    .calendar-container .calendar-row,
    #calendar .calendar-row {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap; /* Impede quebra de linha para manter a linha contínua */
        background-color: transparent; /* Remove o fundo para linha contínua */
        border-radius: 0; /* Remove bordas arredondadas */
        margin-bottom: 4px;
        padding: 8px 4px;
    }
    
    .calendar-container .calendar-day-header,
    #calendar .calendar-day-header {
        flex: 1 0 14.28%;
        text-align: center;
        font-weight: bold;
        padding: 5px 0;
        box-sizing: border-box;
    }

    .calendar-container .calendar-day,
    #calendar .calendar-day {
        flex: 1 0 14.28%;
        text-align: center;
        font-weight: bold;
        padding: 5px 0;
        box-sizing: border-box;
    }
    
    .calendar-container .calendar-day,
    #calendar .calendar-day {
        padding: 8px 4px; /* Padding horizontal menor para linha contínua */
        cursor: pointer;
        font-size: 17.39px;
        font-family: League Spartan, serif;
        font-weight: 400;
        font-style: normal;
        line-height: 22.61px;
        letter-spacing: 0%;
        border-radius: 0; /* Remove bordas arredondadas para linha contínua */
        margin: 0; /* Remove margens para linha contínua */
        transition: all 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        min-height: 50px; /* Altura mínima para a linha */
        border-right: none; /* Remove separadores entre dias */
    }
    
    .calendar-day-header {
        font-family: Lato, sans-serif;
        font-weight: 500;
        font-size: 14.49px;
        line-height: 12.33px;
        letter-spacing: 3%;
        text-transform: uppercase;
        color: #465A50;
        margin-bottom: 8px;
        padding: 8px 4px;
        flex: 1;
        text-align: center;
        border-right: none; /* Remove separadores entre cabeçalhos */
    }
}

#clear-selection-button {
    display: block;
    margin: 20px auto 0 auto;
    background-color: #ffffff;
    color: #3f3f3f;
    font-family: MinervaModern, serif;
    font-weight: 1000;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 0 10px 0 10px;
    padding: 15px 15px;
    box-shadow: none;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    border: none;
}

#clear-selection-button:hover {
    text-decoration: underline;
}

.clear-selection-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Separador horizontal dentro do alinhamento dos calendários */
.full-width-separator {
    width: 100%;
    height: 1px;
    background-color: #465A50;
    opacity: 0.3;
    margin: 20px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Navegações dos painéis no desktop */
.calendar-navigation button {
    background-color: transparent;
    color: #465A50;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
}

.calendar-navigation span {
    font-family: MinervaModern, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 37.53px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Seção de idade das crianças */
#children-ages {
    width: 100%;
    margin-top: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
}

#children-ages.show {
    display: flex;
}

#children-ages .section-title {
    display: none;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
    font-family: League Spartan, serif;
    font-size: 18px;
}

#children-ages.show .section-title {
    display: block;
}

/* Idades das crianças — aplica mesmo visual dos campos do booking-form */
#children-ages .children-ages-container {
    display: grid;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    justify-items: center;
    box-sizing: border-box;
}

#children-ages .child-age-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* mesmo gap do form-group */
    width: 100%;
    max-width: 320px;
}

#children-ages .child-age-control {
    display: grid;
    align-items: stretch;
    justify-items: center;
    gap: 12px;
    grid-template-columns: 64px 1fr 64px;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

#children-ages .child-age-button {
    width: 64px;
    height: 56px;
    padding: 0;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    color: #465A50;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 15px 0 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(70, 90, 80, 0.1);
}

#children-ages .child-age-input {
    width: 100%;
    height: 56px;
    padding: 12px 16px;
    text-align: center;
    font-family: League Spartan, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 15.6px;
    letter-spacing: 0%;
    border: none;
    background-color: #fff;
    margin: 0;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(70, 90, 80, 0.1);
}

/* Seção de formulário + idades em layout flexível */
#booking-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    box-sizing: border-box;
}

#booking-section #booking-form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    justify-items: center;
    box-sizing: border-box;
}

#booking-section #children-ages {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    gap: 20px;
}

@media (max-width: 991px) {
    #booking-section {
        padding: 0 12px;
    }
    #booking-section #booking-form {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 18px;
    }
}

#booking-form label,
#booking-form .legend-text,
#booking-form .legend-item,
#booking-form .legend-icon {
    color: #ffffff;
}

#booking-form label {
    color: #ffffff;
}

#booking-form #rooms,
#booking-form #adults,
#booking-form #children {
    color: #000000;
}
