/* ══ OVERLAY DEGRADADO OSCURO sobre bg-restaurant ══════════ */
.bg-overlay-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 1;
}
/* El contenido sobre el overlay debe quedar encima */
.bg-overlay-dark + * {
  position: relative;
  z-index: 2;
}

.open_bar_article_h3 {
  color: #ddae71;
}
