.tg-reserva-form {
    max-width: 680px;
    padding: 24px;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #fff;
}

.tg-campo {
    margin-bottom: 16px;
}

.tg-campo label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.tg-campo input,
.tg-campo select,
.tg-campo textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    font: inherit;
}

.tg-linha {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tg-reserva-botao {
    padding: 11px 18px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}

.tg-reserva-mensagem {
    max-width: 680px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 4px;
}

.tg-reserva-sucesso {
    background: #edfaef;
    border: 1px solid #46b450;
}

.tg-reserva-erro {
    background: #fcf0f1;
    border: 1px solid #d63638;
}

.tg-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

@media (max-width: 600px) {
    .tg-linha {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tg-reserva-form {
        padding: 18px;
    }
}


.tg-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.55);
}

.tg-popup-caixa {
    position: relative;
    width: 100%;
    max-width: 480px;
    padding: 32px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
}

.tg-popup-caixa h2 {
    margin: 0 0 12px;
}

.tg-popup-caixa p {
    margin: 0 0 22px;
    font-size: 17px;
}

.tg-popup-fechar {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.tg-popup-botao {
    padding: 10px 22px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}
