.elementor-5386 .elementor-element.elementor-element-c4a5bd8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d8a83d3 */:root {
  --gold: #a88d65;
  --gray-text: #666;
}

.table-container {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto;
  overflow-x: auto;
}

.event-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

/* Alinhamento Geral do Cabeçalho */
.event-table thead th, 
.event-table thead td {
  text-align: center;
  color: var(--gold);
  text-transform: lowercase;
  font-weight: 400;
  padding: 10px 5px;
}

/* Primeira Coluna alinhada à esquerda */
.event-table th:first-child,
.event-table td:first-child {
  text-align: left;
  padding-left: 20px;
}

/* Linha de Texto (sem borda inferior para colar no ícone) */
.text-row th {
  border-bottom: none;
  font-size: 14px;
}

/* Linha de Ícones (com a borda dourada principal) */
.icon-row td {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 20px;
}

.table-icon {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto; /* Centraliza a imagem na célula */
}

/* Corpo da Tabela */
.event-table tbody td {
  padding: 15px;
  text-align: center;
  color: var(--gray-text);
  border-bottom: 1px solid var(--gold);
  font-size: 14px;
}

.event-table .room-name {
  text-align: left;
  font-weight: 500;
}

.highlight {
  background-color: #f9f9f9;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2633f6e *//* --- CONFIGURAÇÕES GERAIS --- */
:root {
  --gold: #a88d65;
  --text: #545454;
  --bg-highlight: #fcfaf7;
}

/* LÓGICA DE VISIBILIDADE */
.mobile-view { display: none; }
.desktop-view { display: block; }

@media (max-width: 768px) {
  .desktop-view { display: none; }
  .mobile-view { display: block; }
}

/* --- CSS DESKTOP --- */
.table-wrapper { overflow-x: auto; font-family: sans-serif; }
.event-table { width: 100%; border-collapse: collapse; }
.header-text-row th { color: var(--gold); text-transform: lowercase; font-weight: 400; padding: 10px; text-align: center; font-size: 14px; }
.header-text-row th:first-child { text-align: left; padding-left: 20px; }
.header-image-row td { text-align: center; padding-bottom: 15px; border-bottom: 2px solid var(--gold); }
.table-icon { width: 35px; }
.room-cell { padding: 0 !important; border-bottom: 1px solid #eee; }
.room-link-btn { display: flex; align-items: center; gap: 15px; padding: 10px 20px; text-decoration: none; color: var(--text); transition: 0.3s; }
.room-link-btn:hover { background: #f4f1ec; }
.room-img { width: 45px; height: auto; }
.room-text { font-weight: bold; }
.event-table tbody td:not(.room-cell) { padding: 15px; text-align: center; border-bottom: 1px solid #eee; color: var(--text); }
.highlight { background-color: var(--bg-highlight); }

/* --- CSS MOBILE CARDS --- */
.mobile-event-cards { padding: 15px; display: flex; flex-direction: column; gap: 20px; font-family: sans-serif; }
.room-card { border: 1px solid var(--gold); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.highlight-card { background-color: var(--bg-highlight); border-width: 2px; }
.card-header-link { display: flex; align-items: center; gap: 15px; padding: 15px; background: #f9f9f9; text-decoration: none; border-bottom: 1px solid #eee; }
.card-header-link img { width: 45px; }
.room-title { color: var(--text); font-weight: bold; font-size: 16px; }
.card-content { padding: 5px 15px; }
.info-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.info-row:last-child { border-bottom: none; }
.info-row span { color: var(--gold); font-weight: 500; }
.info-row strong { color: var(--text); }/* End custom CSS */