/* The current layout keeps its existing geometry; only compact cards show an arrow. */
.tp-guide-mini > .tp-guide-mini__chevron { display: none; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-discovery-guides__panel {
  padding: clamp(12px, 2vw, 24px);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(15, 39, 78, .07);
}
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-rail { grid-template-columns: minmax(0, 1fr); gap: 8px; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-rail[hidden] { display: none; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-discovery-heading { align-items: center; gap: 10px; margin-bottom: 14px; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-discovery-heading h2 { min-width: 0; color: #07194c; font-family: var(--tp-font-ui); }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-discovery-heading a { white-space: nowrap; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini {
  grid-template-columns: 64px minmax(0, max-content) minmax(0, 1fr) 36px;
  grid-template-rows: auto auto auto;
  gap: 5px 12px;
  min-height: 96px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  overflow: visible;
  text-align: start;
}
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini:hover { border-color: #a9c7f5; box-shadow: 0 3px 12px rgba(15,39,78,.06); }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini:focus-visible { outline: 3px solid #075cf0; outline-offset: 2px; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini__avatar { grid-area: 1 / 1 / 4 / 2; width: 64px; height: 64px; align-self: center; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > strong {
  grid-area: 1 / 2 / 2 / 4;
  margin: 0;
  display: block;
  max-height: none;
  overflow: visible;
  -webkit-line-clamp: unset;
  color: #07194c;
  font-size: 18px !important;
  line-height: 1.3 !important;
  white-space: normal;
  overflow-wrap: anywhere;
}
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > .tp-rating-summary { grid-area: 2 / 2 / 3 / 4; min-width: 0; gap: 6px; flex-wrap: wrap; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > .tp-guide-mini__location { grid-area: 3 / 2 / 4 / 3; line-height: 1.4; overflow: visible; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini__location > i { color: #075cf0; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini__location > span { font-size: 12px; overflow: visible; text-overflow: clip; white-space: normal; overflow-wrap: anywhere; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > small {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: start;
  min-width: 0;
  padding-inline-start: 10px;
  border-inline-start: 1px solid #dce3ed;
  color: #009d68;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > small.is-unavailable { color: #64748b; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .is-active-guide::before { content: '\f111'; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: .7em; margin-inline-end: 5px; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > .tp-guide-mini__chevron {
  display: grid; grid-area: 1 / 4 / 4 / 5; place-items: center; align-self: center;
  width: 36px; height: 36px; border-radius: 50%; background: #eaf4ff; color: #075cf0;
}
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini__chevron i { color: inherit; font-size: 14px; }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini--skeleton { grid-template-columns: 64px minmax(0,1fr); }
body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-skeleton__avatar { grid-area: 1 / 1 / 4 / 2; }
@media (max-width: 600px) {
  body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini { grid-template-columns: 48px minmax(0,max-content) minmax(0,1fr) 28px; gap: 4px 8px; padding: 10px; min-height: 88px; }
  body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini__avatar { width: 48px; height: 48px; }
  body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > strong { font-size: 15px !important; }
  body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > .tp-guide-mini__chevron { width: 28px; height: 28px; }
  body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini > small { padding-inline-start: 7px; }
  body.tp-journey.tp-discovery-home .tp-discovery-guides.tp-discovery-guides--compact .tp-guide-mini__rating { font-size: 11px; letter-spacing: 0; }
}
