.page-id-25 .horoscope-hub {
  --horo-ink: #eee9df;
  --horo-muted: #aaa69f;
  --horo-gold: #b89a54;
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0 auto;
  padding: 20px 12px 30px;
  overflow: hidden;
  color: var(--horo-ink);
  background: rgba(4, 7, 12, .5);
  border-top: 1px solid rgba(184, 154, 84, .34);
  border-bottom: 1px solid rgba(184, 154, 84, .2);
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", serif;
}

.page-id-25 .horoscope-hub *,
.page-id-25 .horoscope-hub *::before,
.page-id-25 .horoscope-hub *::after { box-sizing: border-box; }

.page-id-25 .horoscope-hub::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -120px -10% auto;
  height: 330px;
  opacity: .62;
  background:
    radial-gradient(circle at 20% 35%, rgba(255,255,255,.6) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 22%, rgba(255,255,255,.45) 0 1px, transparent 1.6px),
    radial-gradient(ellipse, rgba(71,77,113,.28), transparent 67%);
  background-size: 73px 67px, 109px 91px, auto;
}

.page-id-25 .horoscope-hub__intro {
  margin: 0 auto 18px;
  text-align: center;
}

.page-id-25 .horoscope-hub__eyebrow {
  margin: 0 0 7px;
  color: var(--horo-gold);
  font: 600 .68rem/1.2 Arial, sans-serif;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.page-id-25 .horoscope-hub h1 {
  margin: 0;
  color: #f4efe5;
  font-size: clamp(2rem, 6vw, 3.4rem);
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1;
}

.page-id-25 .horoscope-hub__choices {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 9px;
  width: 100%;
}

/* WordPress může každou volbu automaticky obalit odstavcem. */
.page-id-25 .horoscope-hub__choices > p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* wpautop vkládá mezi volby samostatná <br>; v gridu by zabírala buňky. */
.page-id-25 .horoscope-hub__choices > br,
.page-id-25 .horoscope-hub__choices > p > br {
  display: none !important;
}

.page-id-25 .horoscope-choice > br,
.page-id-25 .horoscope-choice__symbol > br,
.page-id-25 .horoscope-choice__title > br { display: none !important; }

.page-id-25 .horoscope-choice {
  grid-column: span 2;
  position: relative;
  display: flex !important;
  min-width: 0;
  min-height: 154px;
  padding: 16px 7px 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(225, 215, 190, .16);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(31,34,43,.82), rgba(10,13,19,.96));
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.page-id-25 .horoscope-choice--bottom-left { grid-column: 2 / span 2; }
.page-id-25 .horoscope-choice--bottom-right { grid-column: 4 / span 2; }

.page-id-25 .horoscope-choice:hover,
.page-id-25 .horoscope-choice:focus-visible {
  color: inherit;
  transform: translateY(-4px);
  border-color: rgba(184,154,84,.62);
  box-shadow: 0 18px 36px rgba(0,0,0,.44);
  outline: none;
}

.page-id-25 .horoscope-choice__symbol {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: #d4bc79;
  border: 1px solid rgba(196,170,104,.42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,94,132,.24), rgba(13,17,25,.7) 68%);
  box-shadow: inset 0 0 20px rgba(188,157,87,.08), 0 8px 22px rgba(0,0,0,.28);
}

.page-id-25 .horoscope-choice__symbol svg {
  display: block;
  width: 45px;
  height: 45px;
  overflow: visible;
}

.page-id-25 .horoscope-choice__title {
  display: block;
  color: #eee8dc;
  font-size: .94rem;
  line-height: 1.22;
}

@media (max-width: 420px) {
  .page-id-25 .horoscope-hub__choices { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .page-id-25 .horoscope-choice,
  .page-id-25 .horoscope-choice--bottom-left,
  .page-id-25 .horoscope-choice--bottom-right { grid-column: auto; }
  .page-id-25 .horoscope-choice--bottom-right { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
}

@media (max-width: 290px) {
  .page-id-25 .horoscope-hub__choices { grid-template-columns: 1fr !important; }
  .page-id-25 .horoscope-choice--bottom-right { grid-column: auto; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-25 .horoscope-choice { transition: none; }
}
