/* ══════════════════════════════════════════════════════════════════════
   Banner con imagen de fondo del Glosario (post 1462) — reconstruido
   desde la captura de referencia real (legacy: [vc_row]
   css="background-image: url(banner-singer-v2.jpg)" + vc_custom_heading
   "Glosario Singer" en blanco, font-size 44px). El fondo/altura ya los
   aplica el mecanismo nativo sectionBackground del maquetador (ver
   includes/section-background.php); acá solo se ajusta el título
   superpuesto, scopeado a .oz-glosario-banner (clase única de este row,
   no toca ninguna otra sección con imagen de fondo del sitio).
   ══════════════════════════════════════════════════════════════════════ */
.oz-glosario-banner {
	position: relative;
	display: flex;
	align-items: center;
}
.oz-glosario-banner__title h2 {
	margin: 0;
	color: #ffffff;
	font-size: 44px;
	font-weight: 700;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

/* ══════════════════════════════════════════════════════════════════════
   Contenido debajo del banner (título "Glosario", intro, tabla) —
   espaciado respecto al banner de arriba y al footer de abajo, más
   tratamiento visual general de la tabla (sombra, esquinas redondeadas,
   tipografía). Scopeado a .oz-glosario-content (clase única de esta
   fila), no toca ninguna otra página con tablas.
   ══════════════════════════════════════════════════════════════════════ */
.oz-glosario-content {
	padding-top: 48px;
	padding-bottom: 64px;
}

.oz-glosario-content h2 {
	margin: 0 0 12px;
	font-size: 30px;
	font-weight: 700;
	color: #17181c;
}

.oz-glosario-content > p {
	margin: 0 0 32px;
	font-size: 16px;
	line-height: 1.6;
	color: #55585f;
	max-width: 900px;
}

.oz-glosario-content table {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
}

.oz-glosario-content table tr:hover td {
	background: #fafafa !important;
}

.oz-glosario-content table th {
	font-size: 15px;
	letter-spacing: 0.01em;
}

.oz-glosario-content table td {
	font-size: 14.5px;
	line-height: 1.55;
	transition: background 0.15s ease;
}
