/* Public support group directory + group detail pages */

/* Hero full-bleed; sections below stay on the site content rail (.wrap) */
.sg-page .sg-hero {
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(237, 43, 123, 0.12), transparent 50%),
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 43, 95, 0.08);
  padding: clamp(2rem, 5vw, 3.25rem) 0;
}

.sg-page .sg-hero--compact {
  padding: 0.85rem 0 1rem;
}
.sg-hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}
.sg-hero--compact h1 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}
.sg-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  margin: 0;
  color: var(--muted, #5b6b7c);
  font-weight: 650;
}
.sg-hero-facts span + span::before {
  content: "·";
  margin-right: 0.9rem;
  color: #b7c2d0;
}
.sg-body { padding-top: 1.25rem; }
.sg-next {
  padding: 1.1rem 1.2rem;
  border-radius: 16px;
  border: 2px solid rgba(237, 43, 123, 0.28);
  background: #fff8fb;
  margin: 0 0 1rem;
}
.sg-next h2 { margin: 0.1rem 0 0.25rem; }
.sg-next p { margin: 0 0 0.75rem; color: var(--muted, #5b6b7c); }
.sg-next-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.sg-fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0 0 1.15rem;
}
.sg-fact {
  background: #fff;
  border: 1px solid rgba(0, 43, 95, 0.1);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
}
.sg-fact h2 {
  margin: 0 0 0.3rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fnd-magenta, #ed2b7b);
}
.sg-fact p { margin: 0; color: var(--fnd-navy, #002b5f); font-weight: 700; line-height: 1.35; }
.sg-routine { margin: 0 0 1.15rem; }
.sg-routine-lead { margin: 0 0 0.65rem; color: var(--muted, #5b6b7c); }
.sg-routine-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.sg-routine-list li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  background: #f7f9fc;
}
.sg-routine-list strong { color: var(--fnd-navy, #002b5f); }
.sg-routine-list span { color: var(--muted, #5b6b7c); }
.sg-host {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  margin: 0 0 1rem;
}
.sg-host img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.sg-host h2 { margin: 0 0 0.25rem; font-size: 1.15rem; }
.sg-host p { margin: 0; color: var(--muted, #5b6b7c); }
.sg-later { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: 0.45rem; }
.sg-later li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  align-items: center;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(0, 43, 95, 0.08);
  border-radius: 12px;
}
.sg-later a { font-weight: 700; color: var(--fnd-magenta, #ed2b7b); }

.sg-page main > .section > .wrap {
  max-width: var(--max, 1120px);
}

.sg-page .hub-hero__inner {
  align-items: start;
}
.sg-page .hub-aside {
  align-self: start;
}
.sg-page .hub-aside .hub-aside__body {
  flex: none;
}

.sg-page .sg-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fnd-magenta, #ed2b7b);
}

.sg-page .sg-hero h1 {
  margin: 0 0 0.6rem;
  color: var(--fnd-navy, #002b5f);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.sg-page .sg-hero .lead {
  max-width: 42rem;
  margin: 0 0 1.1rem;
  color: var(--text, #243447);
  font-size: 1.08rem;
  line-height: 1.55;
}

.sg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.sg-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
}

.sg-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 43, 95, 0.06);
  color: var(--fnd-navy, #002b5f);
  font-size: 0.88rem;
  font-weight: 700;
}

.sg-purpose {
  padding-top: 1.5rem;
}

.sg-purpose-card {
  max-width: 48rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 95, 0.1);
  border-radius: 18px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: 0 10px 30px rgba(0, 43, 95, 0.04);
}

.sg-purpose-card h2 {
  margin: 0 0 0.5rem;
  color: var(--fnd-navy, #002b5f);
}

.sg-purpose-lead {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: var(--text, #243447);
}

.sg-purpose-list {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  line-height: 1.55;
  color: var(--text, #243447);
}

.sg-purpose-list li {
  margin-bottom: 0.45rem;
}

.sg-safety {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fff8e8;
  border: 1px solid rgba(180, 120, 0, 0.2);
  color: #5a4200;
  font-size: 0.92rem;
  line-height: 1.45;
}

.sg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.1rem;
}

.sg-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 43, 95, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 43, 95, 0.04);
}

.sg-card-cover {
  display: block;
  aspect-ratio: 16 / 9;
  background: #eef3f8;
  overflow: hidden;
}
.sg-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sg-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.05rem 1.15rem 1.15rem;
  flex: 1 1 auto;
}
.sg-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.15rem;
}
.sg-miles {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--fnd-navy, #002b5f);
  white-space: nowrap;
}
.sg-card-next {
  margin: 0.35rem 0 0.7rem;
  color: var(--fnd-navy, #002b5f);
  font-weight: 650;
}
.sg-card-actions .button {
  width: 100%;
  text-align: center;
}

.sg-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: end;
}
.sg-search input[type="search"] {
  min-width: min(100%, 16rem);
  flex: 1 1 14rem;
  border: 1.5px solid rgba(0, 43, 95, 0.14);
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  background: #fff;
}
.sg-search--bar {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  background: #f7f9fc;
  border-radius: 16px;
  border: 1px solid rgba(0, 43, 95, 0.08);
}
.sg-search--bar label {
  flex: 1 1 16rem;
  display: grid;
  gap: 0.3rem;
}
.sg-search--bar label span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fnd-navy, #002b5f);
}
.sg-search--aside {
  flex-direction: column;
  align-items: stretch;
  margin: 0.35rem 0 0;
}
.sg-search--aside input[type="search"] {
  flex: none;
  width: 100%;
  min-width: 0;
  min-height: 2.85rem;
}
.sg-search--aside .button {
  width: 100%;
  min-width: 0;
}
.sg-search-hint {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  color: var(--muted, #5b6b7c);
}
.sg-search-result {
  margin: 0 0 1rem;
  color: var(--text, #243447);
}
.sg-region-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.1rem;
}
.sg-chip.is-active {
  background: var(--fnd-navy, #002b5f);
  color: #fff;
}
.sg-subhead {
  margin: 1.25rem 0 0.7rem;
  color: var(--fnd-navy, #002b5f);
  font-size: 1.05rem;
}
.sg-how { padding-top: 1.5rem; }
.sg-how-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.sg-how-grid li {
  padding: 1.05rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 43, 95, 0.08);
  box-shadow: 0 8px 24px rgba(0, 43, 95, 0.04);
}
.sg-how-grid span {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: rgba(237, 43, 123, 0.12);
  color: var(--fnd-magenta, #ed2b7b);
  font-weight: 800;
  margin-bottom: 0.55rem;
}
.sg-how-grid h3 {
  margin: 0 0 0.3rem;
  color: var(--fnd-navy, #002b5f);
  font-size: 1.05rem;
}
.sg-how-grid p { margin: 0; color: var(--muted, #5b6b7c); line-height: 1.45; }
.sg-promise {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.sg-promise li {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f7f9fc;
}
.sg-promise strong {
  display: block;
  color: var(--fnd-navy, #002b5f);
  margin-bottom: 0.25rem;
}
.sg-promise span { color: var(--muted, #5b6b7c); font-size: 0.92rem; line-height: 1.4; }
.sg-related { padding-top: 0.5rem; }
.sg-related-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin: 0 0 1rem;
}
.sg-related-head h2 { margin: 0.1rem 0 0; color: var(--fnd-navy, #002b5f); }
.sg-related-all { margin: 1rem 0 0; font-weight: 700; }
.sg-search--inline { align-items: stretch; }
@media (max-width: 800px) {
  .sg-how-grid,
  .sg-promise { grid-template-columns: 1fr; }
}

.sg-card h3 {
  margin: 0.4rem 0 0.25rem;
  font-size: 1.15rem;
  color: var(--fnd-navy, #002b5f);
}

.sg-card h3 a {
  color: inherit;
  text-decoration: none;
}

.sg-card h3 a:hover {
  color: var(--fnd-magenta, #ed2b7b);
}

.sg-tag {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(237, 43, 123, 0.1);
  color: var(--fnd-magenta, #ed2b7b);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.sg-meta,
.sg-muted {
  color: var(--muted, #5b6b7c);
  margin: 0;
}

.sg-facts {
  margin: 0.85rem 0;
  display: grid;
  gap: 0.65rem;
}

.sg-facts dt {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted, #5b6b7c);
  margin: 0 0 0.15rem;
}

.sg-facts dd {
  margin: 0;
  color: var(--fnd-navy, #002b5f);
  line-height: 1.4;
}

.sg-excerpt {
  margin: 0 0 1rem;
  color: var(--muted, #5b6b7c);
  font-size: 0.95rem;
  line-height: 1.45;
  flex: 1 1 auto;
}

.sg-card-actions {
  margin-top: auto;
}

.sg-empty,
.sg-empty-inline {
  padding: 1.25rem 1.4rem;
  border-radius: 14px;
  background: #f7f9fc;
  border: 1px dashed rgba(0, 43, 95, 0.15);
}

.sg-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.sg-cta-band h2 {
  margin: 0 0 0.35rem;
  color: var(--fnd-navy, #002b5f);
}

.sg-cta-band p {
  margin: 0;
  max-width: 36rem;
  color: var(--muted, #5b6b7c);
}

/* Group detail layout */
.sg-layout {
  display: grid;
  grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
  gap: 1.75rem 2rem;
  align-items: start;
}

.sg-cover-frame {
  margin: 0.65rem 0 0;
  padding: 0.55rem;
  background: #f4f7fb;
  border: 1px solid rgba(0, 43, 95, 0.08);
  border-radius: 16px;
  text-align: center;
}

.sg-cover {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(70vh, 640px);
  object-fit: contain;
  object-position: center top;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  background: #fff;
}

.sg-poster {
  margin: 0 0 1.15rem;
  padding: 0.15rem 0.2rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 43, 95, 0.08);
}

.sg-poster summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--fnd-navy, #002b5f);
  padding: 0.75rem 0.9rem;
  list-style: none;
}

.sg-poster summary::-webkit-details-marker { display: none; }
.sg-poster summary::after {
  content: "Show";
  float: right;
  font-size: 0.82rem;
  color: var(--fnd-magenta, #ed2b7b);
}
.sg-poster[open] summary::after { content: "Hide"; }

.sg-success {
  background: #eaf8ef;
  border: 1px solid rgba(20, 130, 60, 0.22);
  border-radius: 18px;
  padding: 1.2rem 1.25rem 1.35rem;
  color: #145c2e;
  margin: 0 0 0.5rem;
}
.sg-success h2 {
  margin: 0.15rem 0 0.35rem;
  color: var(--fnd-navy, #002b5f);
}
.sg-success p { margin: 0 0 0.75rem; }
.sg-success-note {
  margin: 0.85rem 0 0 !important;
  font-weight: 600;
  color: #145c2e;
}

.sg-date-chosen {
  margin: 0 0 0.85rem;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: #f7f9fc;
  color: var(--fnd-navy, #002b5f);
  font-weight: 650;
}

.sg-kin {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.8rem 0.2rem;
  border: 1px solid rgba(0, 43, 95, 0.1);
  border-radius: 12px;
}
.sg-kin legend {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--fnd-navy, #002b5f);
  padding: 0 0.25rem;
}

.sg-more {
  margin: 0 0 0.9rem;
  border: 1px dashed rgba(0, 43, 95, 0.16);
  border-radius: 12px;
  padding: 0.15rem 0.75rem 0.35rem;
}
.sg-more summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--fnd-navy, #002b5f);
  padding: 0.65rem 0;
}
.sg-more summary em {
  font-style: normal;
  font-weight: 500;
  color: var(--muted, #5b6b7c);
}

.sg-main h2 {
  color: var(--fnd-navy, #002b5f);
  margin: 0 0 0.75rem;
}

.sg-prose {
  line-height: 1.6;
  color: var(--text, #243447);
  margin-bottom: 1.25rem;
}

.sg-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0 2rem;
}

.sg-detail {
  background: #f7f9fc;
  border: 1px solid rgba(0, 43, 95, 0.08);
  border-radius: 14px;
  padding: 1rem 1.05rem;
}

.sg-detail h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--fnd-navy, #002b5f);
}

.sg-detail p {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.sg-section-head {
  margin-bottom: 0.85rem;
}

.sg-section-head p {
  margin: 0.25rem 0 0;
  color: var(--muted, #5b6b7c);
}

.sg-meeting-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.sg-meeting {
  display: grid;
  grid-template-columns: minmax(110px, 140px) 1fr;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(0, 43, 95, 0.1);
  border-radius: 14px;
  background: #fff;
}

.sg-meeting.is-next {
  border-color: rgba(237, 43, 123, 0.35);
  box-shadow: 0 8px 22px rgba(237, 43, 123, 0.08);
}

.sg-meeting-date strong {
  display: block;
  color: var(--fnd-navy, #002b5f);
  margin-bottom: 0.35rem;
}

.sg-meeting-body h3 {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
  color: var(--fnd-navy, #002b5f);
}

.sg-meeting-notes {
  margin: 0.4rem 0 0.5rem;
  color: var(--muted, #5b6b7c);
  font-size: 0.92rem;
}

.sg-inline-link {
  font-weight: 700;
  color: var(--fnd-magenta, #ed2b7b);
  text-decoration: none;
  font-size: 0.92rem;
}

.sg-inline-link:hover {
  text-decoration: underline;
}

.sg-register-card {
  position: sticky;
  top: 6.5rem;
  background: #fff;
  border: 1px solid rgba(0, 43, 95, 0.12);
  border-radius: 18px;
  padding: 1.2rem 1.25rem 1.35rem;
  box-shadow: 0 14px 36px rgba(0, 43, 95, 0.08);
}

.sg-register-card h2 {
  margin: 0 0 0.4rem;
  color: var(--fnd-navy, #002b5f);
  font-size: 1.25rem;
}

.sg-register-card > p,
.sg-join-lead {
  margin: 0 0 0.75rem;
  color: var(--muted, #5b6b7c);
  font-size: 0.95rem;
  line-height: 1.45;
}

.sg-join-lead {
  color: var(--text, #243447);
}

.sg-join-points {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: var(--fnd-navy, #002b5f);
  font-size: 0.9rem;
  line-height: 1.45;
}

.sg-join-points li {
  margin-bottom: 0.3rem;
}

.sg-coordinator {
  margin: 1.75rem 0 1.25rem;
}

.sg-coordinator h2 {
  margin-bottom: 0.75rem;
}

.sg-coordinator-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1rem 1.15rem;
  align-items: start;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(0, 43, 95, 0.1);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #f7f9fc 100%);
}

.sg-coordinator-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 43, 95, 0.08);
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--fnd-navy, #002b5f);
}

.sg-coordinator-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-coordinator-copy h3 {
  margin: 0 0 0.2rem;
  color: var(--fnd-navy, #002b5f);
  font-size: 1.1rem;
}

.sg-coordinator-copy .sg-prose {
  margin: 0.55rem 0 0;
}

@media (max-width: 640px) {
  .sg-coordinator-card {
    grid-template-columns: 72px 1fr;
  }
  .sg-coordinator-photo {
    width: 72px;
    height: 72px;
    font-size: 1.5rem;
  }
}

.sg-form label {
  display: block;
  margin-bottom: 0.75rem;
}

.sg-form label > span {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--fnd-navy, #002b5f);
}

.sg-form label > span em {
  font-style: normal;
  font-weight: 500;
  color: var(--muted, #5b6b7c);
}

.sg-form input,
.sg-form select,
.sg-form textarea {
  width: 100%;
  border: 1.5px solid rgba(0, 43, 95, 0.14);
  border-radius: 10px;
  padding: 0.8rem 0.85rem;
  font: inherit;
  font-size: 1.02rem;
  background: #fff;
}

.sg-form input:focus,
.sg-form select:focus,
.sg-form textarea:focus {
  outline: none;
  border-color: rgba(0, 43, 95, 0.35);
}

.sg-check {
  display: flex !important;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.4;
}

.sg-check input {
  width: auto !important;
  margin-top: 0.2rem;
}

.sg-form .button {
  width: 100%;
  margin-top: 0.25rem;
}

.sg-fineprint {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: var(--muted, #5b6b7c);
  line-height: 1.4;
}

.sg-aside-links {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  font-size: 0.92rem;
}

.sg-aside-links a {
  color: var(--fnd-navy, #002b5f);
  font-weight: 700;
  text-decoration: none;
}

.sg-aside-links a:hover {
  color: var(--fnd-magenta, #ed2b7b);
}

.sg-flash {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-weight: 600;
}

.sg-flash--ok {
  background: #eaf8ef;
  border: 1px solid rgba(20, 130, 60, 0.2);
  color: #145c2e;
}

.sg-flash--err {
  background: #fdecee;
  border: 1px solid rgba(180, 30, 50, 0.2);
  color: #8a1c2c;
}

.sg-hero-register { white-space: nowrap; }

@media (max-width: 900px) {
  .sg-layout {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .sg-hero-row .sg-hero-register {
    width: 100%;
    text-align: center;
  }

  .sg-fact-grid,
  .sg-routine-list li {
    grid-template-columns: 1fr;
  }

  .sg-register-card {
    position: static;
  }

  .sg-form .button {
    min-height: 3rem;
    font-size: 1.05rem;
  }

  .sg-detail-grid {
    grid-template-columns: 1fr;
  }

  .sg-meeting {
    grid-template-columns: 1fr;
  }
}
