/* Botón Reservar ticket con contraste accesible */
a.product_type_variable.add_to_cart_button.select_options_button {
  background-color: #D60032 !important;
  color: #ffffff !important;
  border: 2px solid #D60032 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Hover */
a.product_type_variable.add_to_cart_button.select_options_button:hover {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border-color: #1f1f1f !important;
}
/* Contraste específico para el texto Buscamos RRPP */
#page strong,
.entry-content strong,
.wpb_wrapper strong {
  color: #111111 !important;
}
/* Skip link accesible sin contraste visible incorrecto */
.skip-link,
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: #ffffff !important;
  color: #111111 !important;
}

.skip-link:focus,
.screen-reader-text:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 10px !important;
  padding: 10px 15px !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  background: #ffffff !important;
  color: #111111 !important;
  z-index: 999999 !important;
}
.text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.first p {
  color: #333333 !important;
}

/* Mantener apariencia de los títulos de producto aunque sean h3 */
/* Títulos de productos: H3 con apariencia más destacada */
h3.entry-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 0 0 12px !important;
  color: #333333 !important;
}
/* Solo enlaces de la página Accesibilidad */
body.page-id-42543 #content .wpb_wrapper a {
  color: #D60032 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

body.page-id-42543 #content .wpb_wrapper a:hover {
  color: #1f1f1f !important;
  text-decoration: underline !important;
}

/* Acordeón WPBakery: H2 visualmente como H5 */
h2.vc_tta-panel-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}