* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 52px; /* space for fixed toolbar, constant across all themes */
}

img {
  max-width: 100%;
}

.member-name {
  font-weight: normal;
  font-size: 0.85em;
  opacity: 0.7;
}

/* ---------- Search / filter bar (constant across all themes, on purpose) ---------- */

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}

.filter-bar input[type="search"] {
  flex: 1 1 240px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 0.9rem;
  background: #fff;
  color: #111;
}

.filter-bar select {
  padding: 0.5rem 0.75rem;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 0.9rem;
  background: #fff;
  color: #111;
}

.no-results {
  font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #777;
  padding: 1rem 0;
}

/* ---------- Theme toolbar (constant across all themes, on purpose) ---------- */

.theme-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: #1b1b1b;
  color: #fff;
  font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  overflow-x: auto;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.toolbar-label {
  opacity: 0.7;
  margin-right: 0.25rem;
}

.theme-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
}

.theme-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.theme-btn.active {
  background: #fff;
  color: #1b1b1b;
  border-color: #fff;
  font-weight: bold;
}

/* ==========================================================================
   Theme 1 — Classic Club
   Serif throughout, generous spacing, light green/gold palette, grid + cards
   ========================================================================== */

.theme-1 {
  font-family: Georgia, "Times New Roman", serif;
  background: #f7f6f2;
  color: #2a2a2a;
  line-height: 1.5;
}

.theme-1 .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.theme-1 .site-header {
  background: #1f4d2c;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem 1.5rem;
}

.theme-1 .site-header h1 {
  margin: 0;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
}

.theme-1 .site-header .subtitle {
  margin: 0.4rem 0 0;
  color: #d8e2da;
}

.theme-1 h2 {
  font-size: 1.4rem;
  color: #163a20;
  border-bottom: 2px solid #b8912f;
  display: inline-block;
  padding-bottom: 0.25rem;
  margin-bottom: 1.25rem;
}

.theme-1 .sponsors {
  background: #fbf7ec;
  border-top: 3px solid #b8912f;
  border-bottom: 3px solid #b8912f;
  padding: 2rem 0;
}

.theme-1 .sponsors .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.theme-1 .sponsor-card {
  background: #fff;
  border: 1px solid #e6d9b0;
  border-radius: 6px;
  padding: 1.1rem;
  text-align: center;
}

.theme-1 .sponsor-logo {
  display: block;
  width: 100%;
  height: 90px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.theme-1 .sponsor-card h3 {
  margin: 0.5rem 0 0.2rem;
  font-size: 1.05rem;
}

.theme-1 .sponsor-card .offer {
  margin: 0.6rem 0 0;
  font-size: 0.92rem;
  font-style: italic;
}

.theme-1 .member-services {
  padding: 2rem 0 3rem;
}

.theme-1 .disclaimer {
  background: #f3f0e6;
  border-left: 4px solid #b8912f;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: #6b6b6b;
  max-width: 700px;
  margin-bottom: 1.5rem;
}

.theme-1 .member-services .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.theme-1 .listing-card {
  background: #fff;
  border: 1px solid #e0ddd3;
  border-radius: 6px;
  padding: 1.1rem;
}

.theme-1 .listing-card h3 {
  margin: 0.5rem 0 0.2rem;
  font-size: 1.05rem;
}

.theme-1 .listing-card p {
  margin: 0.6rem 0 0;
  font-size: 0.92rem;
}

.theme-1 .listing-card .contact {
  color: #6b6b6b;
  font-size: 0.85rem;
}

.theme-1 .category {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #163a20;
  background: #eaf1ea;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
}

.theme-1 .site-footer {
  text-align: center;
  padding: 1.25rem 1rem;
  color: #6b6b6b;
  font-size: 0.85rem;
  border-top: 1px solid #e0ddd3;
}

/* ==========================================================================
   Theme 2 — Modern Minimal
   System sans, tight spacing, near-monochrome, horizontal-scroll sponsors,
   simple list rows for member services
   ========================================================================== */

.theme-2 {
  font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  line-height: 1.4;
}

.theme-2 .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

.theme-2 .site-header {
  text-align: left;
  padding: 1.5rem 1rem 1rem;
  border-bottom: 2px solid #1a1a1a;
}

.theme-2 .site-header h1 {
  margin: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.theme-2 .site-header .subtitle {
  margin: 0.2rem 0 0;
  color: #666;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.theme-2 h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  border-bottom: none;
  margin: 1.25rem 0 0.75rem;
}

.theme-2 .sponsors {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.theme-2 .sponsors .card-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}

.theme-2 .sponsor-card {
  flex: 0 0 140px;
  padding: 0.5rem;
  text-align: center;
}

.theme-2 .sponsor-logo {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 0.3rem;
}

.theme-2 .sponsor-card h3 {
  margin: 0.2rem 0;
  font-size: 0.8rem;
}

.theme-2 .sponsor-card .offer {
  margin: 0.2rem 0 0;
  font-size: 0.72rem;
  color: #555;
}

.theme-2 .member-services {
  padding: 1rem 0 2rem;
}

.theme-2 .disclaimer {
  border-left: 2px solid #1a1a1a;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.75rem;
}

.theme-2 .member-services .card-grid {
  display: flex;
  flex-direction: column;
}

.theme-2 .listing-card {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.theme-2 .listing-card h3 {
  flex: 0 0 150px;
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.theme-2 .listing-card p {
  flex: 1;
  margin: 0;
  font-size: 0.82rem;
}

.theme-2 .listing-card .contact {
  flex: 0 0 190px;
  text-align: right;
  color: #666;
  font-size: 0.78rem;
}

.theme-2 .category {
  flex: 0 0 100px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #444;
  background: #f0f0f0;
  padding: 0.1rem 0.4rem;
  border-radius: 2px;
}

.theme-2 .site-footer {
  text-align: left;
  padding: 1rem;
  color: #999;
  font-size: 0.75rem;
}

/* ==========================================================================
   Theme 3 — Bold Fairway
   Characterful display headings, vibrant green/gold, sponsors as a banner
   list, member services as table-like rows
   ========================================================================== */

.theme-3 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  background: #fffaf0;
  color: #24291f;
  line-height: 1.5;
}

.theme-3 .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.theme-3 .site-header {
  background: #0b6e2c;
  color: #fff;
  text-align: center;
  padding: 2.5rem 1rem 2rem;
}

.theme-3 .site-header h1 {
  margin: 0;
  font-family: "Copperplate", "Copperplate Gothic Bold", "Arial Black", sans-serif;
  font-size: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.theme-3 .site-header .subtitle {
  margin: 0.5rem 0 0;
  color: #d9f2df;
  font-size: 0.95rem;
}

.theme-3 h2 {
  font-family: "Copperplate", "Copperplate Gothic Bold", "Arial Black", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0b6e2c;
  border-bottom: 4px solid #f2a71b;
  display: inline-block;
  padding-bottom: 0.3rem;
  margin: 2rem 0 1.25rem;
}

.theme-3 .sponsors {
  background: #fff3d9;
  padding: 2.5rem 0 2rem;
}

.theme-3 .sponsors .card-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.theme-3 .sponsor-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-left: 6px solid #f2a71b;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
  text-align: left;
}

.theme-3 .sponsor-logo {
  flex: 0 0 70px;
  height: 60px;
  object-fit: contain;
}

.theme-3 .sponsor-card h3 {
  flex: 0 0 220px;
  margin: 0;
  font-size: 1.05rem;
}

.theme-3 .sponsor-card .offer {
  flex: 1;
  margin: 0;
  font-size: 0.9rem;
}

.theme-3 .member-services {
  padding: 2rem 0 3rem;
}

.theme-3 .disclaimer {
  background: #fdeccb;
  border-left: 4px solid #f2a71b;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: #5a4b2a;
  max-width: 700px;
  margin-bottom: 1.5rem;
}

.theme-3 .member-services .card-grid {
  display: block;
}

.theme-3 .listing-card {
  display: grid;
  grid-template-columns: 170px 130px 1fr 190px;
  gap: 1rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 2px solid #f2d9a3;
}

.theme-3 .listing-card:first-child {
  border-top: 2px solid #f2a71b;
}

.theme-3 .listing-card h3 {
  margin: 0;
  font-size: 0.95rem;
}

.theme-3 .listing-card p {
  margin: 0;
  font-size: 0.88rem;
}

.theme-3 .listing-card .contact {
  color: #5a4b2a;
  font-size: 0.82rem;
}

.theme-3 .category {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: #f2a71b;
  padding: 0.15rem 0.5rem;
  border-radius: 10px;
  justify-self: start;
}

.theme-3 .site-footer {
  text-align: center;
  padding: 1.25rem 1rem;
  color: #7a6a3f;
  font-size: 0.85rem;
  background: #fff3d9;
}

/* ==========================================================================
   Theme 4 — Airy Links
   Elegant serif headings + light sans body, very generous whitespace,
   soft shadows instead of borders, grid + wide cards
   ========================================================================== */

.theme-4 {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #fbfdfb;
  color: #333;
  line-height: 1.7;
}

.theme-4 .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.theme-4 .site-header {
  text-align: center;
  padding: 4rem 1rem 3rem;
}

.theme-4 .site-header h1 {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 2.4rem;
  color: #2f4f4f;
}

.theme-4 .site-header .subtitle {
  margin: 0.6rem 0 0;
  color: #8a9a9a;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.theme-4 h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-style: italic;
  font-size: 1.6rem;
  color: #2f4f4f;
  border-bottom: none;
  margin: 0 0 2rem;
}

.theme-4 .sponsors {
  padding: 3rem 0;
}

.theme-4 .sponsors .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem;
}

.theme-4 .sponsor-card {
  border: none;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(47, 79, 79, 0.08);
}

.theme-4 .sponsor-logo {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.theme-4 .sponsor-card h3 {
  margin: 0.5rem 0 0.3rem;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.15rem;
  color: #2f4f4f;
}

.theme-4 .sponsor-card .offer {
  margin: 0.6rem 0 0;
  font-size: 0.92rem;
  color: #555;
}

.theme-4 .member-services {
  padding: 1rem 0 4rem;
}

.theme-4 .disclaimer {
  background: #eef4f2;
  border: none;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 0.88rem;
  color: #6a7a7a;
  max-width: 750px;
  margin-bottom: 2rem;
}

.theme-4 .member-services .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.theme-4 .listing-card {
  border: none;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(47, 79, 79, 0.08);
}

.theme-4 .listing-card h3 {
  margin: 0.5rem 0 0.3rem;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.1rem;
  color: #2f4f4f;
}

.theme-4 .listing-card p {
  margin: 0.7rem 0 0;
  font-size: 0.92rem;
}

.theme-4 .listing-card .contact {
  color: #8a9a9a;
  font-size: 0.85rem;
}

.theme-4 .category {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: #4a7a6a;
  background: #e3efe9;
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
}

.theme-4 .site-footer {
  text-align: center;
  padding: 2rem 1rem;
  color: #a0a0a0;
  font-size: 0.85rem;
}

/* ==========================================================================
   Theme 5 — Compact Ledger
   Monospace throughout, dense spacing, scorecard-style rules, sponsors as
   a scrolling ticker, member services as aligned table rows
   ========================================================================== */

.theme-5 {
  font-family: "Courier New", ui-monospace, Consolas, monospace;
  background: #fafafa;
  color: #111;
  line-height: 1.35;
  font-size: 0.9rem;
}

.theme-5 .wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0.75rem;
}

.theme-5 .site-header {
  text-align: left;
  padding: 1rem 0.75rem 0.75rem;
  border-bottom: 2px solid #111;
}

.theme-5 .site-header h1 {
  margin: 0;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.theme-5 .site-header .subtitle {
  margin: 0.15rem 0 0;
  color: #555;
  font-size: 0.78rem;
}

.theme-5 h2 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #111;
  display: block;
  padding-bottom: 0.2rem;
  margin: 1rem 0 0.5rem;
}

.theme-5 .sponsors {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #999;
}

.theme-5 .sponsors .card-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.3rem;
  padding-bottom: 0.3rem;
}

.theme-5 .sponsor-card {
  flex: 0 0 110px;
  border: 1px solid #ccc;
  padding: 0.3rem;
  text-align: center;
}

.theme-5 .sponsor-logo {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0.2rem;
  filter: grayscale(1);
}

.theme-5 .sponsor-card h3 {
  margin: 0.1rem 0;
  font-size: 0.68rem;
  font-weight: normal;
}

.theme-5 .sponsor-card .offer {
  margin: 0.1rem 0 0;
  font-size: 0.6rem;
  color: #555;
}

.theme-5 .member-services {
  padding: 0.5rem 0 1.5rem;
}

.theme-5 .disclaimer {
  border-top: 1px dashed #111;
  border-bottom: 1px dashed #111;
  padding: 0.4rem 0;
  font-size: 0.72rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.theme-5 .member-services .card-grid {
  display: block;
}

.theme-5 .listing-card {
  display: grid;
  grid-template-columns: 150px 110px 1fr 170px;
  gap: 0.5rem;
  align-items: baseline;
  padding: 0.35rem 0;
  border-bottom: 1px dashed #ccc;
}

.theme-5 .listing-card h3 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: bold;
}

.theme-5 .listing-card p {
  margin: 0;
  font-size: 0.78rem;
}

.theme-5 .listing-card .contact {
  color: #444;
  font-size: 0.74rem;
}

.theme-5 .category {
  font-size: 0.68rem;
  text-transform: uppercase;
  color: #111;
}

.theme-5 .category::before {
  content: "[";
}

.theme-5 .category::after {
  content: "]";
}

.theme-5 .site-footer {
  text-align: left;
  padding: 0.75rem;
  color: #777;
  font-size: 0.7rem;
}

/* ==========================================================================
   Theme 6 — Dark Clubhouse
   Dark surface, gold accents, bold sans headings + serif body, rounded
   cards, horizontal-scroll sponsors, list rows for member services
   ========================================================================== */

.theme-6 {
  font-family: Georgia, "Times New Roman", serif;
  background: #14181a;
  color: #e8e6e1;
  line-height: 1.55;
}

.theme-6 .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.theme-6 .site-header {
  text-align: center;
  padding: 2.25rem 1rem 1.75rem;
  border-bottom: 1px solid #2a3033;
}

.theme-6 .site-header h1 {
  margin: 0;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: #c9a227;
}

.theme-6 .site-header .subtitle {
  margin: 0.4rem 0 0;
  color: #9aa0a3;
}

.theme-6 h2 {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #c9a227;
  border-bottom: none;
  margin: 2rem 0 1.25rem;
}

.theme-6 .sponsors {
  padding: 1.75rem 0;
}

.theme-6 .sponsors .card-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.75rem;
  padding-bottom: 0.5rem;
}

.theme-6 .sponsor-card {
  flex: 0 0 170px;
  background: #1f2523;
  border: 1px solid #2a3033;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}

.theme-6 .sponsor-card:hover {
  border-color: #c9a227;
}

.theme-6 .sponsor-logo {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  background: #fff;
  border-radius: 6px;
  padding: 0.3rem;
}

.theme-6 .sponsor-card h3 {
  margin: 0.4rem 0 0.2rem;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 0.9rem;
  color: #e8e6e1;
}

.theme-6 .sponsor-card .offer {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  color: #aab0b3;
}

.theme-6 .member-services {
  padding: 1rem 0 3rem;
}

.theme-6 .disclaimer {
  background: #1f2523;
  border-left: 4px solid #c9a227;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: #aab0b3;
  max-width: 700px;
  margin-bottom: 1.5rem;
  border-radius: 0 6px 6px 0;
}

.theme-6 .member-services .card-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.theme-6 .listing-card {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  background: #1f2523;
  border: 1px solid #2a3033;
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

.theme-6 .listing-card h3 {
  flex: 0 0 160px;
  margin: 0;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 0.9rem;
  color: #e8e6e1;
}

.theme-6 .listing-card p {
  flex: 1;
  margin: 0;
  font-size: 0.85rem;
  color: #cfd3d5;
}

.theme-6 .listing-card .contact {
  flex: 0 0 200px;
  text-align: right;
  color: #9aa0a3;
  font-size: 0.78rem;
}

.theme-6 .category {
  flex: 0 0 110px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #14181a;
  background: #c9a227;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
}

.theme-6 .site-footer {
  text-align: center;
  padding: 1.25rem 1rem;
  color: #6a7175;
  font-size: 0.82rem;
}

/* ---------- Shared mobile behaviour ---------- */

@media (max-width: 480px) {
  .theme-1 .site-header h1,
  .theme-3 .site-header h1,
  .theme-6 .site-header h1 {
    font-size: 1.5rem;
  }

  .theme-1 .sponsors .card-grid,
  .theme-1 .member-services .card-grid,
  .theme-4 .sponsors .card-grid,
  .theme-4 .member-services .card-grid {
    grid-template-columns: 1fr;
  }

  .theme-3 .listing-card,
  .theme-5 .listing-card {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .theme-2 .listing-card,
  .theme-6 .listing-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .theme-2 .listing-card h3,
  .theme-2 .listing-card .category,
  .theme-2 .listing-card .contact,
  .theme-6 .listing-card h3,
  .theme-6 .listing-card .category,
  .theme-6 .listing-card .contact {
    flex: none;
  }

  .theme-2 .listing-card .contact,
  .theme-6 .listing-card .contact {
    text-align: left;
  }
}
