/* v0.9.30 — safe horizontal dock, category palette and editorial SEO content. */
[data-te-classic] .te-event-group .te-grid.te-event-dock {
  /* A scaled card needs vertical safety space as well as lateral space. */
  margin-block: -10px !important;
  padding-block: 28px 34px !important;
  overflow-y: hidden !important;
}
[data-te-classic] .te-event-group .te-grid.te-event-dock .te-classic-card {
  transform-origin: center center !important;
}
.te-classic-shell .te-category-cinema { --card-tint: #f2eef8; }
.te-classic-shell .te-category-books { --card-tint: #f5efe3; }
.te-classic-shell .te-category-other { --card-tint: #fff7e5; }
[data-te-classic] .te-seo-intro {
  max-width: 900px;
  margin: clamp(46px, 7vw, 88px) auto clamp(32px, 5vw, 64px);
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(41, 96, 112, .16);
  border-radius: 34px;
  background: rgba(255, 254, 249, .82);
  color: #296070;
}
[data-te-classic] .te-seo-intro h2 {
  margin: 0 0 10px !important;
  color: #296070;
  font: 400 clamp(31px, 4vw, 46px)/1.04 "Barriecito", cursive !important;
}
[data-te-classic] .te-seo-intro h3 {
  margin: 0 0 18px !important;
  color: #895835;
  font: 700 clamp(18px, 2.2vw, 23px)/1.2 "Dosis", Arial, sans-serif !important;
}
[data-te-classic] .te-seo-intro p {
  max-width: 78ch;
  margin: 0 0 15px !important;
  color: #59727a;
  font: 400 clamp(17px, 1.7vw, 20px)/1.5 "Dosis", Arial, sans-serif !important;
}
[data-te-classic] .te-seo-intro p:last-child { margin-bottom: 0 !important; }
@media (max-width: 700px) {
  [data-te-classic] .te-event-group .te-grid.te-event-dock {
    margin-block: -7px !important;
    padding-block: 22px 28px !important;
  }
  [data-te-classic] .te-seo-intro {
    margin-top: 42px;
    padding: 24px 20px;
    border-radius: 26px;
  }
}
