/* ========== Página Push Notification ========== */
/* Reutiliza: styles.css (page-subpage, subpage-header, header-logo-subpage, hero-*, content-section*, post-block, page-footer). Solo particularidades. */

.page-push-notification {
  color: var(--tarifario-text);
  overflow-x: hidden;
}

/* ---------- Hero: columna bajada en celeste ---------- */
.push-notification-hero__bajada-col-celeste p {
  color: var(--post-accent);
}

/* ---------- Section 2: head con título + subtítulo ---------- */
.page-push-notification .content-section__head-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.page-push-notification .content-section__subtitle {
  font-size: 0.95rem;
  color: var(--tarifario-text);
  margin: 0;
  font-weight: 400;
}
