/**
 * S6 — Tabela de Horários
 * Estilo base (paleta da referência). Tudo aqui é sobrescrevível
 * pelos controles de estilo do widget dentro do Elementor.
 */

.s6-horarios-wrap {
	border-radius: 14px;
	overflow: hidden;
}

.s6-horarios {
	width: 100%;
	border-collapse: separate; /* necessário para o raio de borda funcionar */
	border-spacing: 0;
	margin: 0;
	background-color: #fdfbf6;
}

.s6-horarios th,
.s6-horarios td {
	text-align: left;
	vertical-align: middle;
	padding: 18px 24px;
	border-bottom: 1px solid #ece6da;
}

.s6-horarios thead tr {
	background-color: #f3eee3;
}

.s6-horarios th {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7c7668;
}

.s6-horarios td {
	color: #2f2c26;
}

.s6-horarios td.s6-horarios__dia {
	background-color: #f8f4eb;
	font-weight: 600;
	width: 28%;
}

.s6-horarios tbody tr:last-child td {
	border-bottom: 0;
}

/* Estado vazio (visível apenas no editor) */
.s6-horarios-vazio {
	padding: 24px;
	border: 1px dashed #cfc8b8;
	border-radius: 14px;
	color: #7c7668;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 767px) {
	.s6-horarios th,
	.s6-horarios td {
		padding: 14px 16px;
	}
}
