/* Editorial guide connections: white surfaces, no advertising or carousel. */
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery { min-width: 0; color: var(--text-primary); }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; margin-bottom: 20px; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-head h2 { margin: 0; font-size: clamp(22px, 2vw, 28px); line-height: 1.25; letter-spacing: -.025em; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-all { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--accent); font-size: 14px; font-weight: 600; text-decoration: none; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery--home .sheshi-guide-discovery-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-link { display: grid; grid-template-columns: minmax(0, 1fr) 20px; grid-template-rows: auto 1fr auto; align-content: start; gap: 10px 12px; min-width: 0; padding: 18px 0 0; border: 0; border-top: 1px solid var(--border); border-radius: 0; background: transparent; color: var(--text-primary); text-decoration: none; box-shadow: none; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-link h3 { margin: 0; color: inherit; font-size: 18px; font-weight: 650; line-height: 1.4; overflow-wrap: anywhere; hyphens: none; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-arrow { align-self: start; color: var(--accent); font-size: 20px; line-height: 1.4; transition: transform 150ms ease; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-link p { grid-column: 1 / -1; margin: 0; max-width: 60ch; color: var(--text-secondary); font-size: 14px; line-height: 1.55; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-meta { display: flex; flex-wrap: wrap; grid-column: 1 / -1; align-self: end; gap: 4px 16px; margin-top: 4px; color: var(--text-muted); font-size: 13px; line-height: 1.5; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-meta > span { color: inherit; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-link:hover { color: var(--accent); border-color: var(--accent); }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-link:hover .sheshi-guide-discovery-arrow { transform: translateX(2px); }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-all:hover { text-decoration: underline; text-underline-offset: 4px; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery--category { margin-top: 32px; }
body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery--article { margin-block: 32px; }
@media (max-width: 767px) {
  body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-list,
  body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery--home .sheshi-guide-discovery-list { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-head { margin-bottom: 12px; gap: 4px 16px; }
  body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-link { padding-top: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  body:is(.sheshi-home, .sheshi-shell) .sheshi-guide-discovery-arrow { transition: none; }
}
