/**
 * FRM Calendário Melhorado - Admin & Frontend CSS
 * Styles for event table, operator management (now with modal), destination modal,
 * destination calendar, popups with logo.
 * Added styles for 'actividades_excursoes' in event popup.
 *
 * @version 9.8.1 (Ajustes de design nos botões e popup do calendário)
 */

/* Estilos básicos para a tabela e popup do calendário principal */
.frm-calendario-wrap { margin-top: 20px; }
.frm-filtros { margin-bottom: 20px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.frm-calendar-container,
.frm-calendar-destino-container,
.frm-calendar-novo-container {
    background-color: #fff; 
    padding: 15px; 
    border: none; /* Borda removida conforme solicitado */
    box-shadow: 0 1px 1px rgba(0,0,0,.04); 
    position: relative;
}
.frm-calendar-destino-container .frm-loading-placeholder,
.frm-calendar-novo-container .frm-loading-placeholder { 
    color: #555; text-align: center; padding: 20px;
}

/* Estilo para o texto da última atualização abaixo do calendário de destino */
.frm-calendar-wrapper .frm-ultima-atualizacao {
    text-align: right;
    font-size: 0.85em;
    font-style: italic;
    color: #777;
    margin-top: 5px; /* Espaço entre calendário e texto */
    margin-bottom: 15px; /* Espaço abaixo */
    padding-right: 5px; /* Pequeno padding à direita */
}

/* Container para as duas legendas */
.frm-legends-wrapper {
    margin-top: 15px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    align-items: flex-start;
}
.frm-calendar-legend, .frm-status-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    align-items: center;
}
.frm-legenda-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.frm-legenda-cor {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
}
.frm-legenda-icon {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.frm-legenda-texto {
    font-size: 0.9em;
    color: #555;
    vertical-align: middle;
}


/* Popup de detalhes do evento (usado por ambos os calendários) */
.frm-popup {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 999999 !important; /* Valor muito alto para garantir que fica por cima de tudo */
    display: none;
    align-items: flex-start; /* Alinha no topo */
    justify-content: center; 
    box-sizing: border-box;
    overflow-y: auto; 
    padding: 5vh 20px 20px; /* Adiciona padding no topo para empurrar para baixo */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.frm-popup * { box-sizing: border-box; }

.frm-popup-content {
    background: white; padding: 25px 30px;
    border-radius: 4px;
    max-width: 500px;
    width: 100%; box-shadow: 0 5px 15px rgba(0,0,0,.2);
    position: relative; margin: 0;
    border: 1px solid #ddd;
}
/* Remove o botão de fechar (x) do topo do popup */
.frm-popup .frm-modal-close {
    display: none !important;
}

.frm-popup-content h3 {
    margin-top: 0; margin-bottom: 20px;
    padding-bottom: 15px; border-bottom: 1px solid #eee;
    font-size: 1.3em; font-weight: 600; line-height: 1.4;
    color: #1d2327;
    text-align: center;
}
.frm-popup-content .event-details-destino {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #3c434a;
}
.frm-popup-details-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 1em;
    align-items: flex-start;
}
.frm-popup-details-image img {
    max-width: 100%; height: auto; display: block;
    border-radius: 3px; border: 1px solid #eee;
}
.frm-popup-details-main {
    flex: 1;
    min-width: 200px;
}
.frm-popup-data-valor-row {
    margin-bottom: 0.6em;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.frm-popup-data-valor-row .data-info {
    flex-shrink: 0;
    margin-right: 15px;
}
.frm-popup-data-valor-row .data-label,
.frm-popup-data-valor-row .data-value {
    font-weight: 600; color: #1d2327; font-size: 1em; margin-right: 8px;
    display: inline-block;
}
.frm-popup-data-valor-row .valor-container {
    text-align: right;
    flex-shrink: 0;
}
.frm-popup-data-valor-row .desde-label {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
    color: #50575e;
    margin-bottom: -0.3em;
    text-transform: uppercase;
}
.frm-popup-data-valor-row .valor-value {
    font-size: 2.8em !important;
    font-weight: 600; color: #1d2327; line-height: 1;
    display: block;
    margin-left: 0;
}
.frm-popup-detail-row { margin: 0.4em 0; clear: both; }
.frm-popup-detail-row.frm-popup-date-row .detail-value { display: flex; align-items: center; gap: 8px; }
.frm-popup-status-icon { 
    height: 14px !important; 
    width: auto !important; 
    max-width: none !important; 
    vertical-align: middle; 
}

.frm-popup-detail-row .detail-label { font-weight: 600; color: #1d2327; display: inline-block; min-width: 80px; margin-right: 8px; }
.frm-popup-detail-row .detail-value { color: #3c434a; }

.frm-popup-details-desc {
    flex-basis: 100%;
    margin-top: 1em; padding-top: 0.8em; border-top: 1px solid #eee;
    clear: both;
}
.frm-popup-details-desc .descricao-content { font-size: 13px; line-height: 1.5; color: #50575e; text-align: left; }
.frm-popup-details-desc .descricao-content p { margin: 0.5em 0; font-size: inherit; line-height: inherit; }
.frm-popup-details-desc .descricao-content strong, .frm-popup-details-desc .descricao-content b { font-weight: 600; color: inherit; }
.frm-popup-details-desc .descricao-content em, .frm-popup-details-desc .descricao-content i { font-style: italic; }
.frm-popup-details-desc .descricao-content a { color: #0073aa; text-decoration: underline; }
.frm-popup-details-desc .descricao-content a:hover { color: #00a0d2; }
.frm-popup-details-desc .descricao-content ul, .frm-popup-details-desc .descricao-content ol { margin: 0.5em 0 1em 2em; padding: 0; }
.frm-popup-details-desc .descricao-content li { margin-bottom: 0.3em; }

.frm-popup-details-activities {
    margin-top: 1em;
    padding-top: 0.8em;
    border-top: 1px solid #eee;
    clear: both;
}
.frm-popup-details-activities h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #1d2327;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.frm-popup-details-activities .activities-content {
    font-size: 13px;
    line-height: 1.5;
    color: #50575e;
    text-align: left;
}
.frm-popup-details-activities .activities-content p { margin: 0.5em 0; font-size: inherit; line-height: inherit; }
.frm-popup-details-activities .activities-content strong, .frm-popup-details-activities .activities-content b { font-weight: 600; color: inherit; }
.frm-popup-details-activities .activities-content em, .frm-popup-details-activities .activities-content i { font-style: italic; }
.frm-popup-details-activities .activities-content a { color: #0073aa; text-decoration: underline; }
.frm-popup-details-activities .activities-content a:hover { color: #00a0d2; }
.frm-popup-details-activities .activities-content ul, .frm-popup-details-activities .activities-content ol { margin: 0.5em 0 1em 2em; padding: 0; }
.frm-popup-details-activities .activities-content li { margin-bottom: 0.3em; }

.frm-popup-logo-container {
    text-align: right;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
    margin-bottom: 0;
    padding-bottom: 0;
}
.frm-popup-logo {
    max-width: 150px;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
}
.frm-popup-content .frm-popup-details-stamp {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    text-align: right;
    font-size: 0.8em;
    clear: both;
}

.frm-popup-content .frm-popup-actions { margin-top: 25px; padding-top: 15px; border-top: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.frm-popup-content .frm-popup-actions .button { margin: 0; }


/* Tabela principal de eventos */
.frm-tabela-eventos input[type="text"], .frm-tabela-eventos input[type="number"], .frm-tabela-eventos select { width: 100%; box-sizing: border-box; padding: 5px 8px; } .frm-tabela-eventos .column-actions { width: 80px; text-align: center; } .frm-tabela-eventos .column-actions .button-link { vertical-align: middle; padding: 0 3px; } .frm-tabela-eventos .column-actions .button-link .dashicons { font-size: 18px; vertical-align: text-bottom; } .frm-tabela-eventos .frm-eliminar-btn { color: #dc3232; border: none; background: none; cursor: pointer; } .frm-tabela-eventos .frm-eliminar-btn:hover { color: #a00; } .frm-tabela-eventos .frm-salvar-evento-btn { vertical-align: middle; } .frm-tabela-eventos tfoot td { padding-top: 15px; padding-bottom: 15px; background-color: #f9f9f9; } .frm-tabela-eventos tfoot .column-actions button { font-size: 1.2em; } .frm-tabela-eventos .input-changed { border-color: #ffb900; background-color: #fff8e5; } .frm-tabela-eventos .input-error { border-color: #dc3232; } .frm-tabela-eventos .spinner.frm-row-spinner { vertical-align: middle; margin-left: 5px; float: none; visibility: hidden; } .frm-tabela-eventos .spinner.frm-row-spinner.is-active { visibility: visible; }

/* Estilos para telas menores (responsividade das tabelas) */
@media screen and (max-width: 782px) {
    .frm-tabela-eventos thead, .frm-tabela-popup thead, .frm-tabela-gestao thead { display: none; }
    .frm-tabela-eventos tbody tr, .frm-tabela-eventos tfoot tr,
    .frm-tabela-popup tbody tr, .frm-tabela-popup tfoot tr,
    .frm-tabela-gestao tbody tr { display: block; margin-bottom: 15px; border: 1px solid #e5e5e5; padding: 10px; }

    .frm-tabela-eventos td, .frm-tabela-gestao td, .frm-tabela-popup td {
        display: block; text-align: right; border-bottom: 1px dotted #e5e5e5;
        padding-left: 50% !important; position: relative; padding-top: 8px; padding-bottom: 8px;
    }
    .frm-tabela-eventos td:last-child, .frm-tabela-gestao td:last-child, .frm-tabela-popup td:last-child { border-bottom: none; }

    .frm-tabela-eventos td::before, .frm-tabela-gestao td::before, .frm-tabela-popup td::before {
        content: attr(data-label); position: absolute; left: 10px; width: calc(50% - 20px);
        padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; line-height: 1.5;
    }
    .frm-tabela-eventos td.column-actions::before,
    .frm-tabela-gestao td.column-actions::before, .frm-tabela-gestao td.column-imagem::before,
    .frm-tabela-popup td.column-actions::before { display: none; }

    .frm-tabela-eventos td.column-actions,
    .frm-tabela-gestao td.column-actions, .frm-tabela-gestao td.column-imagem,
    .frm-tabela-popup td.column-actions { text-align: center; padding-left: 10px !important; }

    .frm-tabela-eventos tfoot td, .frm-tabela-popup tfoot td { text-align: right; }
    .frm-tabela-eventos tfoot td.column-actions, .frm-tabela-popup tfoot td.column-actions { text-align: center; }
    .frm-tabela-eventos tfoot td::before, .frm-tabela-popup tfoot td::before { line-height: 2.5; }
}


/* --- Estilos Personalizados para jQuery UI Datepicker (Tons de Azul) --- */
.ui-datepicker {
    z-index: 160001 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 0;
    width: 280px;
}
.ui-datepicker .ui-datepicker-header {
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 8px 0;
}
.ui-datepicker .ui-datepicker-title {
    color: #fff;
    font-weight: 600;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: transparent;
    border: none;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z' clip-rule='evenodd' /%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin-top: -10px;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
    transform: rotate(180deg);
}
.ui-datepicker table {
    margin: 0;
    width: 100%;
}
.ui-datepicker th {
    color: #555;
    font-size: 0.85em;
    font-weight: 600;
    padding: 10px 5px;
    text-transform: uppercase;
}
.ui-datepicker td {
    padding: 2px;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.ui-datepicker td a:hover {
    background-color: #eaf2fa;
    border-color: #a0c4e2;
    color: #135e96;
}
.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-current-day a:hover {
    background-color: #d0e4f5;
    color: #135e96;
    font-weight: 600;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active:hover {
    background-color: #135e96;
    color: #fff;
    border-color: #135e96;
    font-weight: 600;
}

/* Estilo para o conteúdo do evento no FullCalendar */
/* Regra reforçada para remover o sublinhado dos eventos em todas as vistas */
.frm-calendario-wrap a.fc-event,
.frm-calendario-wrap a.fc-daygrid-event,
.frm-calendario-wrap a.fc-list-event {
    text-decoration: none !important;
}

/* Estilos para os eventos do novo calendário */
.frm-fc-event {
    display: flex;
    justify-content: flex-end; /* Alinha todo o conteúdo à direita */
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.fc-event-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px; /* Espaço entre ícones e preço */
    font-size: 0.95em;
    font-weight: 500;
    white-space: nowrap;
}
.frm-fc-status-icon {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.esgotado-event {
    background-color: #d1d1d1 !important;
    border-color: #b0b0b0 !important;
    opacity: 0.7;
}
.esgotado-event .frm-fc-price, .esgotado-event .frm-fc-status-icon {
    filter: grayscale(1);
}

/* Estilo para o título do mês no FullCalendar */
.fc-toolbar-title {
    font-size: 1.2em; /* Um pouco maior para melhor leitura */
}

/* Estilos para a Barra de Ferramentas do FullCalendar (Botões Azuis) */
.frm-calendario-wrap .fc-button {
    padding: 0.4em 0.8em; /* Reduz o padding para botões mais pequenos */
    font-size: 0.9em;
    text-transform: capitalize;
    border-radius: 5px;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    border-width: 1px;
    border-style: solid;
}

/* Botão de visualização INATIVO e "Hoje" - ESTADO PADRÃO */
.frm-calendario-wrap .fc-button-primary:not(.fc-button-active) {
    background-color: #fff !important;
    border-color: #2563eb !important;
    color: #2563eb !important;
}
.frm-calendario-wrap .fc-button-primary:not(.fc-button-active):hover {
     background-color: #eff6ff !important; /* Azul muito, muito claro no hover */
}

/* Botão de visualização ATIVO e botões de navegação (setas) */
.frm-calendario-wrap .fc-button-primary.fc-button-active,
.frm-calendario-wrap .fc-prev-button, 
.frm-calendario-wrap .fc-next-button {
    background-color: #2563eb !important; /* Azul principal - ATIVO */
    border-color: #2563eb !important;
    color: #fff !important;
}
.frm-calendario-wrap .fc-button-primary.fc-button-active:hover,
.frm-calendario-wrap .fc-prev-button:hover, 
.frm-calendario-wrap .fc-next-button:hover {
    background-color: #1d4ed8 !important; /* Azul mais escuro no hover */
    border-color: #1d4ed8 !important;
}

/* Botão "Hoje" desativado */
.frm-calendario-wrap .fc-today-button:disabled {
    background-color: #f8f9fa !important;
    border-color: #dee2e6 !important;
    color: #6c757d !important;
    opacity: 0.65;
}


/* --- Estilos para Páginas de Gestão (Geral e Tabelas) --- */
.frm-gestao-container { margin: 20px 0; }
.frm-management-buttons { margin-bottom: 20px; display: flex; gap: 10px; flex-wrap: wrap; }
.frm-management-buttons .button.disabled { opacity: 0.6; cursor: not-allowed; }

/* --- ESTILOS PARA O NOVO CALENDÁRIO (ADMIN) --- */
.frm-novo-calendario-wrap .column-expand { width: 20px; text-align: center; }
.frm-novo-calendario-wrap td.details-control { cursor: pointer; text-align: center; }
.frm-novo-calendario-wrap tr.shown td.details-control .dashicons { transform: rotate(90deg); }
.child-row-details { padding: 15px 20px; background-color: #f7f7f7; border-left: 3px solid #0073aa; }
.child-row-details .details-section { margin-bottom: 20px; }
.child-row-details .status-section { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; padding-bottom: 15px; border-bottom: 1px solid #e5e5e5; }
.child-row-details .status-section label { font-weight: normal; }
.details-section .operator-row { margin-bottom: 20px; }
.details-section .operator-row .form-field { max-width: 400px; }
.details-section-actions { margin-top: 20px; padding-top: 15px; border-top: 1px solid #e5e5e5; text-align: left; }
.details-section-actions .spinner { float: none; vertical-align: middle; visibility: hidden; }
.details-section-actions .spinner.is-active { visibility: visible; }
.hoteis-container-grid { display: flex; gap: 20px; flex-wrap: wrap; }
.hotel-column { flex: 1; min-width: 300px; background: #fff; padding: 15px; border: 1px solid #e0e0e0; border-radius: 4px; }
.hotel-column .form-field { margin-bottom: 15px; }
.hotel-column label { font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 8px; }
.hotel-column .wp-list-table { border: none; box-shadow: none; }
.hotel-column .wp-list-table td, .hotel-column .wp-list-table th { padding: 6px 8px; font-size: 12px; }
.hotel-column .wp-list-table input[type="text"] { width: 100%; font-size: 12px; }
.hotel-column .wp-list-table input[name*="[valor_calen]"].calculating { background-color: #fff9e0; }
.hotel-column .wp-list-table tbody tr td:first-child { font-weight: 600; }
#frm-tabela-novo-calendario tfoot tr { background-color: #f9f9f9; }
#frm-adicionar-dia-row td { padding-top: 15px; padding-bottom: 15px; }
#frm-adicionar-dia-row input, #frm-adicionar-dia-row select { width: 100%; }

/* --- NOVOS ESTILOS PARA POPUP DO NOVO CALENDÁRIO --- */
.frm-popup-novo-calendario .frm-popup-hoteis-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.frm-popup-novo-calendario .hotel-title {
    font-size: 1em;
    font-weight: 600;
    color: #135e96;
    margin-top: 0;
    margin-bottom: 15px;
}
.frm-popup-novo-calendario .hotel-precos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.frm-popup-novo-calendario .hotel-preco-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.95em;
}
.frm-popup-novo-calendario .hotel-preco-item .ocupacao-icon {
    height: 24px !important;
    width: auto !important;
    max-width: 40px !important;
    margin-bottom: 5px;
}
.frm-popup-novo-calendario .hotel-preco-item .valor {
    color: #1d2327;
    font-weight: 600;
}
.frm-popup-novo-calendario .frm-popup-hoteis-legenda {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
    font-size: 0.85em;
    color: #50575e;
}
.frm-popup-novo-calendario .legenda-item {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.frm-popup-novo-calendario .legenda-item:last-child {
    margin-bottom: 0;
}
.frm-popup-novo-calendario .legenda-icon {
    height: 16px !important;
    width: auto !important;
    max-width: 20px !important;
    flex-shrink: 0;
}
.frm-popup-novo-calendario .legenda-texto {
    line-height: 1.4;
}

/* --- NOVOS ESTILOS PARA A PÁGINA DE PRINT SCREEN --- */
body.print-body {
    background-color: #f0f0f0;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}
.print-container {
    width: 1080px;
    height: 1920px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
}
.print-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0); /* overlay leve apenas para suavizar contraste */
    z-index: 1; /* abaixo do conteúdo */
}
.print-header, .print-main-content, .print-footer {
    position: relative;
    z-index: 2;
}
.print-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: white;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 60px;
}
.print-desde-preco {
    background-color: #f39c12;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.print-desde-preco span:first-child {
    font-size: 2.2em;
    font-weight: 500;
}
.print-desde-preco .preco-valor {
    font-size: 4em;
    font-weight: 900;
}
.print-data-viagem {
    font-size: 3.5em;
    font-weight: 700;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    margin-right: 120px;
}
.print-main-content {
    width: 100%;
    margin-top: 129px;
}
.print-destino-titulo {
    font-size: 4em;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    line-height: 1.2;
}
.print-voo-info {
    font-size: 1.8em;
    color: white;
    text-align: left;
    margin-bottom: 30px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    padding-left: 10px;
}
.primary-hotel-card,
.hotel-card {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: none !important;
}
.primary-hotel-card {
    margin-bottom: 30px;
    padding: 40px;
}
.primary-hotel-card h2 {
    font-size: 2.2em;
    color: #333;
    margin: 0 0 30px 0;
}
.primary-hotel-card .price-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.secondary-hotels-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.hotel-card h3 {
    font-size: 2.2em;
    color: #333;
    margin: 0 0 20px 0;
}
.hotel-card .price-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
}
.price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-item img.ocupacao-icon {
    height: 50px;
    width: auto;
    margin-bottom: 8px;
}
.price-item .price {
    font-size: 1.8em;
    font-weight: 600;
    color: #1d2327;
}
.secondary-hotels-grid .price-item .price {
    font-size: 1.6em;
}

.print-descricao {
    margin-top: 30px;
    text-align: left;
    color: white;
    font-size: 1.6em;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.print-legenda {
    margin-bottom: 20px;
    text-align: left;
    color: white;
    font-size: 1.2em;
    line-height: 1.6;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.print-legenda .legenda-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.print-legenda .legenda-item:last-child {
    margin-bottom: 0;
}
.print-legenda .legenda-icon {
    height: 1.2em;
    width: auto;
    flex-shrink: 0;
}

.print-footer {
    position: absolute;
    bottom: 60px;
    width: calc(100% - 120px);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-left {
    text-align: left;
}
.print-footer .contact-text {
    font-size: 1.8em;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    gap: 15px;
}

.print-footer .contact-text img {
    height: 1em;
    width: auto;
}
.print-footer .logo-img {
    max-height: 142px;
    width: auto;
}