@import url("brand-chrome-2027.css?v=1");

/* Site-wide obra detail page (#ficha-obras) overrides: brick red
   (#ff575d/#fa595a family, ~#ff5a5e) -> --brand-accent-2027, on every
   CatObraPage. Uses --brand-accent-2027, defined in variables.css. */

#ficha-obras .card-header h5 button,
#ficha-obras .info-resumen-obra .titulo-obra-ficha h1,
#ficha-obras .info-resumen-obra .autor-obra-ficha p strong,
#ficha-obras .info-resumen-obra .info-obra-ficha ul li,
#ficha-obras .cuerpo-ficha .comprar-tickets a,
#ficha-obras .carousel-nav .carousel-cell.is-selected p,
#ficha-obras .lugar-obra p strong,
#ficha-obras .comprar-tickets-obra a:hover {
  color: var(--brand-accent-2027);
}

#ficha-obras .card-header h5 button:hover,
#ficha-obras .cuerpo-ficha .comprar-tickets a:hover,
#ficha-obras .comprar-tickets-obra a,
#ficha-obras .cuerpo-ficha .header-bottom.bg-top-obra {
  background-color: var(--brand-accent-2027);
}

/* Divider rules: 50% grey instead of red */
.separador hr {
  border-top-color: #808080;
}

/* Content-warning box: 75% grey instead of green (text stays white) */
#ficha-obras .info-resumen-obra .info-obra-ficha ul li.destacar_advertencia {
  background-color: #404040;
}
