/* ══════════════════════════════════════════════════════════════════════
   "Direcciones de Tiendas Singer" (post 951) — SOLO en esta página
   (body.page-id-951), sin tocar el JSON de _oz_pb_layout. El HTML real
   son <table><tr><td> planas (SIN <th>, la fila de cabecera "Ciudad" /
   "Dirección" es un <td> más), así que la cabecera se distingue vía
   tr:first-child. Mismo lenguaje visual ya usado en Glosario (post
   1462): fondo fucsia sólido en cabecera, texto blanco, filas cebreadas,
   bordes sutiles.
   ══════════════════════════════════════════════════════════════════════ */

/* Título: quita el color azul nativo del link incrustado
   ("Tiendas Singer" → /productos/), sin tocar el href ni el HTML. */
body.page-id-951 .entry-content h2 a,
body.page-id-951 .entry-content h2 a:visited {
	color: inherit;
	text-decoration: none;
}
body.page-id-951 .entry-content h2 a:hover {
	text-decoration: underline;
}

body.page-id-951 .entry-content h2 {
	font-size: 26px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 24px;
}

/* Contenedor: cada sección ("Direcciones de Tiendas Estilos" + su
   tabla) va dentro de .oz-tienda-card (div agregado directamente en
   _oz_pb_layout, envolviendo el bloque h3 y el bloque table
   correspondientes) — tarjeta propia con borde, fondo blanco y sombra,
   separada de las demás secciones. */
body.page-id-951 .entry-content .oz-tienda-card {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 22px 24px 24px;
	margin: 0 0 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* Subtítulos de sección ("Direcciones de Tiendas Estilos", etc.):
   más grandes, línea corta fucsia debajo en vez de la línea completa
   heredada del tema. */
body.page-id-951 .entry-content h3 {
	font-size: 19px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ff0047;
	display: inline-block;
}

body.page-id-951 .entry-content table {
	width: 100% !important;
	border-collapse: collapse;
	margin: 0;
	border-radius: 6px;
	overflow: hidden;
}

body.page-id-951 .entry-content table tr {
	height: auto !important;
}

body.page-id-951 .entry-content table td {
	width: auto !important;
	height: auto !important;
	padding: 12px 16px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #eaeaea;
	vertical-align: top;
}

body.page-id-951 .entry-content table tr:last-child td {
	border-bottom: 0;
}

body.page-id-951 .entry-content table tr:nth-child(even) td {
	background: #f7f7f5;
}

/* Cabecera: primera fila de cada tabla ("Ciudad" / "Dirección",
   "Retail" / "Página Web", etc.) — no hay <th>, es un <td> normal. */
body.page-id-951 .entry-content table tr:first-child td {
	background: #ff0047 !important;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.02em;
	border-bottom: 0;
}

body.page-id-951 .entry-content table a {
	color: #ff0047;
}

/* Sidebar "CATEGORÍAS" — mismo patrón exacto ya usado y aprobado en
   Sobre Nosotros / Academia / Historia / Preguntas Frecuentes / Blog:
   caja gris clara, línea fucsia corta bajo el título, filas sin bullets
   separadas por líneas divisorias finas. */
body.page-id-951 .oz-woo-left-layout__sidebar .widget_product_categories {
	background: #f7f7f7;
	padding: 18px 20px;
	margin-bottom: 22px;
}

body.page-id-951 .oz-woo-left-layout__sidebar .widget_product_categories .widget-title {
	margin: 0 0 12px;
	padding: 0 0 10px;
	border-bottom: 2px solid #ff0047;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #111827;
}

body.page-id-951 .oz-woo-left-layout__sidebar .widget_product_categories ul.product-categories {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

body.page-id-951 .oz-woo-left-layout__sidebar .widget_product_categories ul.product-categories li {
	margin-bottom: 0;
	padding: 9px 0;
	border-bottom: 1px solid #e0e0e0;
}

body.page-id-951 .oz-woo-left-layout__sidebar .widget_product_categories ul.product-categories li:last-child {
	border-bottom: 0;
}

body.page-id-951 .oz-woo-left-layout__sidebar .widget_product_categories ul.product-categories li a {
	font-size: 14px;
	color: #374151;
	text-decoration: none;
}

body.page-id-951 .oz-woo-left-layout__sidebar .widget_product_categories ul.product-categories li a:hover {
	color: #ff0047;
}

body.page-id-951 .oz-woo-left-layout__sidebar .widget_product_categories ul.product-categories li a::before {
	content: none;
}
