/* ═══════════════════════════════════════════════════════════════
   Gototherapy UK Directory — Frontend styles
   ═══════════════════════════════════════════════════════════════ */

:root {
  --gt-navy:       #1a2e3b;
  --gt-navy-soft:  #243947;
  --gt-teal:       #0c6e74;
  --gt-teal-hover: #08585d;
  --gt-gold:       #c49a00;
  --gt-cream:      #f8f6f1;
  --gt-stone:      #f0ede4;
  --gt-line:       #e6e2da;
  --gt-text:       #1a2e3b;
  --gt-muted:      #5b6770;
  --gt-soft:       #4a5568;
}

/* ═══════════════════════════════════════════════════════════════
   Search Form
   ═══════════════════════════════════════════════════════════════ */

.gt-search {
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
}
.gt-search__heading {
  font-size: clamp(22px, 3vw, 32px); font-weight: 700;
  color: var(--gt-navy); margin: 0 0 22px; line-height: 1.2;
}
.gt-search__field { margin-bottom: 18px; border: 0; padding: 0; }
.gt-search__field:last-of-type { margin-bottom: 22px; }
.gt-search__label {
  display: block; font-size: 14px; font-weight: 600;
  color: var(--gt-navy); margin-bottom: 8px;
}
.gt-search__label span { color: var(--gt-teal); }

.gt-search__format-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 8px;
}
.gt-search__format-btn {
  appearance: none; background: #ffffff;
  border: 1.5px solid #e2ddd6; color: var(--gt-navy);
  font-size: 15px; font-weight: 500; padding: 12px 16px;
  border-radius: 8px; cursor: pointer;
  transition: background .18s, color .18s, border-color .18s, transform .18s;
  font-family: inherit;
}
.gt-search__format-btn:hover { border-color: var(--gt-navy); }
.gt-search__format-btn.is-active { background: var(--gt-navy); color: #ffffff; border-color: var(--gt-navy); }

.gt-search__location-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
@media (max-width: 480px) { .gt-search__location-row { grid-template-columns: 1fr; } }
.gt-search__location-wrap { position: relative; }
.gt-search__location-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--gt-muted); display: flex; align-items: center;
}
.gt-search__location-input {
  width: 100%; padding: 12px 14px 12px 42px;
  font-size: 15px; font-family: inherit; color: var(--gt-navy);
  background: #ffffff; border: 1.5px solid #e2ddd6; border-radius: 8px;
  transition: border-color .18s, box-shadow .18s;
}
.gt-search__location-input:focus {
  outline: none; border-color: var(--gt-teal);
  box-shadow: 0 0 0 3px rgba(12, 110, 116, 0.15);
}
.gt-search__location-input::placeholder { color: #9ca3af; }

.gt-search__geolocate {
  appearance: none; display: inline-flex; align-items: center; gap: 6px;
  background: var(--gt-stone); border: 1.5px solid #e2ddd6; color: var(--gt-navy);
  font-size: 13px; font-weight: 600; padding: 0 14px;
  border-radius: 8px; cursor: pointer;
  transition: background .18s, color .18s;
  white-space: nowrap; font-family: inherit;
}
.gt-search__geolocate:hover { background: var(--gt-navy); color: #ffffff; }
.gt-search__geolocate[disabled] { opacity: .6; cursor: progress; }

.gt-search__status {
  font-size: 12px; color: var(--gt-muted); margin: 6px 0 0; min-height: 1em;
}
.gt-search__status[data-state="error"] { color: #b91c1c; }
.gt-search__status[data-state="success"] { color: #057a55; }

.gt-search__submit {
  appearance: none; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 14px 28px;
  font-size: 16px; font-weight: 700;
  background: var(--gt-teal); color: #ffffff;
  border: 0; border-radius: 8px; cursor: pointer;
  transition: background .18s, transform .18s; font-family: inherit;
}
.gt-search__submit:hover { background: var(--gt-teal-hover); transform: translateY(-1px); }
.gt-search__submit:focus-visible { outline: 3px solid var(--gt-gold); outline-offset: 2px; }

.gt-search__trust {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin: 16px 0 0; font-size: 13px; color: var(--gt-muted);
}
.gt-search__trust svg { color: #057a55; }

/* ═══════════════════════════════════════════════════════════════
   Results — toolbar + filter panel
   ═══════════════════════════════════════════════════════════════ */

.gt-results {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  color: var(--gt-text);
}

.gt-results__toolbar {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  margin-bottom: 16px; padding-bottom: 16px;
  border-bottom: 1px solid var(--gt-line);
}
.gt-results__count { font-size: 16px; font-weight: 600; color: var(--gt-navy); }
.gt-results__sort { display: flex; align-items: center; gap: 8px; }
.gt-results__sort-label { font-size: 13px; color: var(--gt-muted); font-weight: 500; }
.gt-results__sort-select {
  appearance: none;
  padding: 8px 32px 8px 12px;
  font-size: 14px; font-family: inherit; color: var(--gt-navy);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%231a2e3b' stroke-width='2'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E") right 10px center / 10px no-repeat;
  border: 1.5px solid var(--gt-line); border-radius: 8px;
  cursor: pointer;
}
.gt-results__sort-select:focus { outline: none; border-color: var(--gt-teal); box-shadow: 0 0 0 3px rgba(12,110,116,.15); }

.gt-filters {
  background: var(--gt-cream);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  align-items: end;
}
.gt-filters__group { display: flex; flex-direction: column; gap: 6px; }
.gt-filters__label {
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--gt-muted);
}
.gt-filters__input,
.gt-filters__select {
  appearance: none;
  width: 100%;
  padding: 10px 12px; padding-right: 32px;
  font-size: 14px; font-family: inherit; color: var(--gt-navy);
  background: #ffffff;
  border: 1.5px solid var(--gt-line); border-radius: 8px;
  transition: border-color .18s, box-shadow .18s;
}
.gt-filters__select {
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%231a2e3b' stroke-width='2'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E") right 12px center / 10px no-repeat;
  cursor: pointer;
}
.gt-filters__input { padding-right: 12px; }
.gt-filters__input:focus,
.gt-filters__select:focus {
  outline: none; border-color: var(--gt-teal);
  box-shadow: 0 0 0 3px rgba(12,110,116,.15);
}

.gt-filters__pills { display: flex; flex-wrap: wrap; gap: 6px; }
.gt-filters__pill {
  position: relative; display: inline-flex;
  padding: 8px 14px;
  font-size: 13px; font-weight: 500;
  color: var(--gt-navy);
  background: #ffffff;
  border: 1.5px solid var(--gt-line);
  border-radius: 100px;
  cursor: pointer; user-select: none;
  transition: background .18s, color .18s, border-color .18s;
}
.gt-filters__pill input { position: absolute; opacity: 0; pointer-events: none; }
.gt-filters__pill:hover { border-color: var(--gt-navy); }
.gt-filters__pill.is-active { background: var(--gt-teal); border-color: var(--gt-teal); color: #fff; }

.gt-filters__actions {
  display: flex; gap: 8px; align-items: center;
  grid-column: 1 / -1;
}
.gt-filters__submit {
  appearance: none;
  padding: 10px 22px;
  font-size: 14px; font-weight: 600;
  background: var(--gt-navy); color: #fff;
  border: 0; border-radius: 8px; cursor: pointer;
  transition: background .18s; font-family: inherit;
}
.gt-filters__submit:hover { background: var(--gt-navy-soft); }
.gt-filters__reset {
  font-size: 13px; color: var(--gt-muted); text-decoration: none;
  padding: 6px 10px;
}
.gt-filters__reset:hover { color: var(--gt-navy); text-decoration: underline; }

/* ═══════════════════════════════════════════════════════════════
   Results — Grid & List layouts
   ═══════════════════════════════════════════════════════════════ */

.gt-results__list { list-style: none; margin: 0; padding: 0; }
.gt-results__list--grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 900px) { .gt-results__list--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 580px) { .gt-results__list--grid { grid-template-columns: 1fr; } }

.gt-results__list--list { display: flex; flex-direction: column; gap: 16px; }

.gt-results__empty {
  padding: 36px 20px; text-align: center;
  font-size: 15px; color: var(--gt-muted);
  background: var(--gt-cream); border: 1px dashed var(--gt-line); border-radius: 10px;
}

/* ─── Card ─── */

.gt-result-card {
  background: #ffffff;
  border: 1px solid var(--gt-line);
  border-radius: 12px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow .2s, transform .2s;
  position: relative;
}
.gt-result-card:hover { box-shadow: 0 8px 24px rgba(26,46,59,.08); transform: translateY(-2px); }

/* Grid variant — image on top */
.gt-results__list--grid .gt-result-card { display: flex; }
.gt-results__list--grid .gt-result-card__thumb {
  width: 100%; height: 220px; display: block;
}
.gt-results__list--grid .gt-result-card__body { padding: 20px; flex: 1 1 auto; display: flex; flex-direction: column; }

/* List variant — image on side */
.gt-results__list--list .gt-result-card {
  display: grid; grid-template-columns: 160px 1fr; gap: 0;
}
@media (max-width: 540px) {
  .gt-results__list--list .gt-result-card { grid-template-columns: 1fr; }
  .gt-results__list--list .gt-result-card__thumb { height: 220px; }
}
.gt-results__list--list .gt-result-card__thumb { width: 100%; height: 100%; display: block; }
.gt-results__list--list .gt-result-card__body { padding: 20px; }

.gt-result-card__thumb {
  background: var(--gt-stone);
  overflow: hidden;
  position: relative;
}
.gt-result-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.gt-result-card__initials {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; font-weight: 700; color: #fff;
  letter-spacing: 0.02em;
}

.gt-result-card__name {
  font-size: 18px; font-weight: 700; line-height: 1.25;
  margin: 0 0 4px; color: var(--gt-navy);
}
.gt-result-card__name a { color: inherit; text-decoration: none; }
.gt-result-card__name a:hover { text-decoration: underline; }

.gt-result-card__tagline {
  font-size: 14px; color: var(--gt-muted); margin: 0 0 12px; line-height: 1.4;
}

.gt-result-card__meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.gt-result-card__chip {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--gt-stone); color: var(--gt-navy);
  font-size: 12px; font-weight: 600;
  padding: 4px 10px; border-radius: 100px;
}
.gt-result-card__chip--distance { background: #e6f4f1; color: var(--gt-teal-hover); }

.gt-result-card__about {
  font-size: 14px; line-height: 1.6; color: var(--gt-soft);
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gt-result-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px; margin-top: auto;
}
.gt-result-card__price { font-size: 18px; font-weight: 700; color: var(--gt-navy); }
.gt-result-card__price small { font-size: 12px; font-weight: 400; color: var(--gt-muted); }

.gt-result-card__cta {
  display: inline-block;
  background: var(--gt-teal); color: #ffffff;
  font-size: 14px; font-weight: 600;
  padding: 10px 18px; border-radius: 100px;
  text-decoration: none;
  transition: background .18s;
}
.gt-result-card__cta:hover { background: var(--gt-teal-hover); color: #ffffff; }

/* Single-counsellor card (used outside results context) */
.gt-result-card--single {
  display: grid; grid-template-columns: 160px 1fr;
}
@media (max-width: 540px) { .gt-result-card--single { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════
   Pagination
   ═══════════════════════════════════════════════════════════════ */

.gt-pagination {
  display: flex; justify-content: center; align-items: center;
  flex-wrap: wrap; gap: 6px;
  margin: 32px 0 8px;
}
.gt-pagination__link,
.gt-pagination__gap {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; padding: 8px 12px;
  font-size: 14px; font-weight: 600;
  color: var(--gt-navy);
  background: #ffffff;
  border: 1.5px solid var(--gt-line);
  border-radius: 8px;
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s;
}
.gt-pagination__gap { border: 0; background: transparent; color: var(--gt-muted); }
.gt-pagination__link:hover { border-color: var(--gt-navy); }
.gt-pagination__link.is-current {
  background: var(--gt-navy); border-color: var(--gt-navy); color: #ffffff;
  cursor: default;
}

/* ═══════════════════════════════════════════════════════════════
   Single Counsellor template
   ═══════════════════════════════════════════════════════════════ */

.gt-single {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  color: var(--gt-text);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* Hero */
.gt-single__hero {
  background: linear-gradient(135deg, var(--gt-navy) 0%, var(--gt-navy-soft) 100%);
  border-radius: 0 0 24px 24px;
  padding: 60px 32px 64px;
  margin: 0 -24px 40px;
  color: #fff;
  position: relative; overflow: hidden;
}
.gt-single__hero::after {
  content: ''; position: absolute;
  top: -100px; right: -80px; width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(196,154,0,0.20) 0%, transparent 65%);
  pointer-events: none;
}
.gt-single__hero-inner {
  position: relative; z-index: 1;
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 200px 1fr; gap: 36px;
  align-items: center;
}
@media (max-width: 720px) {
  .gt-single__hero { padding: 40px 24px 48px; }
  .gt-single__hero-inner { grid-template-columns: 1fr; text-align: center; }
  .gt-single__avatar { margin: 0 auto; }
}

.gt-single__avatar {
  width: 200px; height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--gt-stone);
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  border: 4px solid rgba(255,255,255,0.15);
}
.gt-single__avatar-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gt-single__avatar-initials {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 80px; font-weight: 700; color: #fff;
}

.gt-single__availability {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.gt-single__availability--available { background: rgba(5,122,85,0.18); color: #5be9b9; }
.gt-single__availability--limited   { background: rgba(196,154,0,0.20); color: #ffd54a; }
.gt-single__availability--waitlist  { background: rgba(255,255,255,0.10); color: rgba(255,255,255,0.8); }
.gt-single__availability--closed    { background: rgba(185,28,28,0.18); color: #fca5a5; }

.gt-single__name {
  font-size: clamp(28px, 4vw, 42px); font-weight: 700;
  margin: 0 0 6px; line-height: 1.15;
  color: #fff;
}
.gt-single__tagline {
  font-size: 17px; line-height: 1.5;
  color: rgba(255,255,255,0.85);
  margin: 0 0 18px;
}

.gt-single__meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 24px; justify-content: flex-start; }
@media (max-width: 720px) { .gt-single__meta { justify-content: center; } }
.gt-single__chip {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 600;
  padding: 6px 12px;
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
}

.gt-single__hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 720px) { .gt-single__hero-cta { justify-content: center; } }
.gt-single__btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px;
  font-size: 15px; font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: background .18s, color .18s, transform .18s, box-shadow .18s;
  font-family: inherit;
}
.gt-single__btn--primary {
  background: var(--gt-gold); color: var(--gt-navy);
  box-shadow: 0 4px 14px rgba(196,154,0,0.30);
}
.gt-single__btn--primary:hover {
  background: #ddb000; color: var(--gt-navy);
  transform: translateY(-1px); box-shadow: 0 6px 18px rgba(196,154,0,0.40);
}
.gt-single__btn--ghost {
  background: rgba(255,255,255,0.10); color: #fff;
  border: 1.5px solid rgba(255,255,255,0.25);
}
.gt-single__btn--ghost:hover { background: rgba(255,255,255,0.18); color: #fff; }
.gt-single__btn--block { display: flex; width: 100%; margin-top: 16px; }

/* Body grid */
.gt-single__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
}
@media (max-width: 900px) {
  .gt-single__body { grid-template-columns: 1fr; }
}

.gt-single__main { min-width: 0; }
.gt-single__section { margin-bottom: 40px; }
.gt-single__section:last-child { margin-bottom: 0; }
.gt-single__section-title {
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gt-gold); margin: 0 0 16px;
}
.gt-single__lede {
  font-size: 18px; line-height: 1.6; font-weight: 500;
  color: var(--gt-navy); margin: 0 0 16px;
}
.gt-single__prose {
  font-size: 16px; line-height: 1.7; color: var(--gt-soft);
}
.gt-single__prose p { margin: 0 0 1em; }
.gt-single__prose p:last-child { margin-bottom: 0; }

.gt-single__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.gt-single__tag {
  display: inline-block; padding: 6px 14px;
  font-size: 13px; font-weight: 600; color: var(--gt-navy);
  background: var(--gt-stone); border-radius: 100px;
  text-decoration: none;
  transition: background .18s, color .18s;
}
.gt-single__tag:hover { background: var(--gt-navy); color: #fff; }

.gt-single__qual-list {
  list-style: none; margin: 0; padding: 0;
}
.gt-single__qual-list li {
  font-size: 15px; line-height: 1.5; color: var(--gt-text);
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid var(--gt-line);
  position: relative;
}
.gt-single__qual-list li:last-child { border-bottom: 0; }
.gt-single__qual-list li::before {
  content: ''; position: absolute; left: 0; top: 16px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--gt-gold);
}
.gt-single__reg { font-size: 13px; color: var(--gt-muted); margin-top: 12px; }

/* Sidebar */
.gt-single__sidebar {
  display: flex; flex-direction: column; gap: 20px;
  position: sticky; top: 20px;
  align-self: start;
}
@media (max-width: 900px) { .gt-single__sidebar { position: static; } }

.gt-single__card {
  background: #fff;
  border: 1px solid var(--gt-line);
  border-radius: 14px;
  padding: 24px;
}
.gt-single__card-title {
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gt-muted); margin: 0 0 16px;
}
.gt-single__price {
  font-size: 32px; font-weight: 700; color: var(--gt-navy);
  margin-bottom: 16px;
}
.gt-single__price small {
  display: block;
  font-size: 13px; font-weight: 400;
  color: var(--gt-muted); margin-top: 2px;
}

.gt-single__details { margin: 0; padding: 0; }
.gt-single__details dt {
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gt-muted);
  margin-bottom: 4px;
}
.gt-single__details dd {
  font-size: 14px; color: var(--gt-text);
  margin: 0 0 14px;
}
.gt-single__details dd:last-child { margin-bottom: 0; }

.gt-single__contact { list-style: none; margin: 0; padding: 0; }
.gt-single__contact li { margin-bottom: 10px; }
.gt-single__contact li:last-child { margin-bottom: 0; }
.gt-single__contact a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--gt-navy); text-decoration: none;
  word-break: break-all;
}
.gt-single__contact a:hover { color: var(--gt-teal); }

.gt-single__back { margin-top: 60px; text-align: center; }
.gt-single__back-link {
  display: inline-block;
  font-size: 14px; font-weight: 600;
  color: var(--gt-muted); text-decoration: none;
}
.gt-single__back-link:hover { color: var(--gt-navy); }

/* Breadcrumb */
.gt-single__breadcrumb {
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
  margin: 24px 0 0;
  font-size: 13px; color: var(--gt-muted);
}
.gt-single__breadcrumb a {
  color: var(--gt-muted); text-decoration: none;
  transition: color .18s;
}
.gt-single__breadcrumb a:hover { color: var(--gt-navy); text-decoration: underline; }
.gt-single__breadcrumb [aria-current="page"] { color: var(--gt-navy); font-weight: 500; }

/* Related counsellors */
.gt-single__related {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--gt-line);
}
.gt-single__related-title {
  font-size: 22px; font-weight: 700; color: var(--gt-navy);
  margin: 0 0 24px;
}
.gt-single__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 760px) {
  .gt-single__related-grid { grid-template-columns: 1fr; }
}

.gt-single__related-card {
  display: flex; flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--gt-line);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s, transform .2s;
}
.gt-single__related-card:hover {
  box-shadow: 0 8px 24px rgba(26,46,59,.08);
  transform: translateY(-2px);
}
.gt-single__related-thumb {
  width: 100%; height: 160px;
  overflow: hidden; background: var(--gt-stone);
}
.gt-single__related-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gt-single__related-initials {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px; font-weight: 700; color: #fff;
}
.gt-single__related-body { padding: 16px 20px 20px; flex: 1 1 auto; display: flex; flex-direction: column; }
.gt-single__related-name {
  font-size: 16px; font-weight: 700; color: var(--gt-navy);
  margin: 0 0 4px; line-height: 1.25;
}
.gt-single__related-tagline {
  font-size: 13px; color: var(--gt-muted);
  margin: 0 0 12px; line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gt-single__related-meta {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: auto;
}
.gt-single__related-chip {
  display: inline-flex; align-items: center;
  background: var(--gt-stone); color: var(--gt-navy);
  font-size: 11px; font-weight: 600;
  padding: 4px 9px; border-radius: 100px;
}
