@charset "utf-8";
/* =========================
   Footer: Latest News + layout polish
   ========================= */

/* Logo + intro */
.footer-logo { margin-bottom: 12px; text-align: left; }
.footer-logo img { max-width: 150px; height: auto; display: block; }
.footer-intro { margin-top: 10px; }
.footer-intro p { text-align: left; font-size: 14px; line-height: 1.5; margin-bottom: 8px; max-width: 100%; }
.footer-intro a { display: inline-block; font-weight: 600; text-transform: uppercase; text-decoration: none; letter-spacing: .5px; margin-top: 4px; }

/* Recent posts */
.footer-recent-post { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #222; }
.footer-recent-post-figure, .footer-recent-post-content { float: none !important; width: auto !important; margin: 0 !important; }
.footer-recent-post-figure img { width: 70px; height: 70px; object-fit: cover; display: block; border-radius: 4px; }
.footer-recent-post-content { flex: 1 1 auto; min-width: 0; }
.footer-recent-post-title a { display: block; line-height: 1.2; margin-bottom: 2px; }
.footer-recent-post-disc p { font-size: 13px; margin: 4px 0; }

/* Footer spacing on mobile (merged) */
@media (max-width: 767px) {
  .footer-widget-title,
  .footer-logo,
  .footer-intro,
  .footer-recent-post-widget { padding-left: 15px; padding-right: 15px; }
}

/* Misc */
.smallogo img { width: 120px !important; height: auto; }
.figure img { border: 2px solid #000; border-radius: 4px; transition: all .3s ease; }
.figure a { color: #333; text-decoration: none; transition: color .3s ease; }
.figure a:hover img { border-color: #0073e6; }
.figure a:hover { color: #0073e6; }
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.hero-banner img { display:block; width:100%; height:auto; }

/* =========================
   Global Search bar
   ========================= */
.global-search-bar { width:100%; background:#007da3; padding:12px 0; }
.global-search { display:flex; align-items:center; gap:10px; }
.global-search-input { flex:1 1 auto; min-width:0; height:44px; padding:8px 12px; border:none; border-radius:4px; background:#fff; color:#222; }
.global-search-btn { flex:0 0 auto; height:44px; padding:0 16px; border:0; border-radius:4px; background:#fff; color:#004e66; text-transform:uppercase; letter-spacing:.3px; display:inline-flex; align-items:center; gap:6px; cursor:pointer; }
.global-search-btn:hover { color:#fff; background:#004e66; }

@media (max-width: 767px) {
  .global-search { gap:8px; }
  .global-search-input { height:40px; }
  .global-search-btn { height:40px; padding:0 12px; }
  .hidden-xs { display:none !important; }
  .home-search { gap: 8px; }
  .home-search-input { height: 44px; }
  .home-search-btn { height: 44px; padding: 0 14px; }
  .static-header-text, .search-form-wrap2 { padding: 0 15px; text-align: center; }
}

/* =========================
   A–Z Categories
   ========================= */
.cat-style-az .cat-wrap { margin-bottom:12px; border-radius:10px; background:#fff; color:#111; padding:10px 12px; text-align:left; }
.cat-style-az .az-heading { margin:0 0 8px; padding:6px 10px; border-radius:8px; background:#1f2937; color:#f3f4f6; font-weight:800; letter-spacing:.4px; text-align:left; }

/* Restore Bootstrapped column floats for the two halves */
.category-section-wrap.cat-style-az > [class*="col-"] { float: left !important; }

/* Reset theme’s absolute spans */
.cat-style-az .az-row > .az-cell { position: static !important; right:auto !important; left:auto !important; }

/* List + rhythm */
.cat-style-az .az-list { list-style:none; margin:0; padding:0; }
.cat-style-az .az-list li { margin:0 !important; padding:0 !important; }
.cat-style-az .az-list li + li { margin-top:4px !important; }

/* 3-cell row: icon | name | count */
.cat-style-az .az-row {
  display:grid !important;
  grid-template-columns: 28px 1fr max-content;
  gap:12px; align-items:center;
  width:100%; padding:4px 8px; border-radius:6px;
  text-decoration:none; color:inherit; background:transparent;
}
.cat-style-az .az-row:hover { background: rgba(0,0,0,.06); }
.cat-style-az .az-cell-icon { justify-self:start; }
.cat-style-az .az-cell-icon i { font-size:18px; line-height:1; width:20px; text-align:center; }
.cat-style-az .az-cell-name { min-width:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.cat-style-az .az-cell-count { justify-self:end; opacity:.75; text-align:right; }

/* Tooltips */
.az-tooltip {
  pointer-events:none; position:absolute; left:8px; bottom:calc(100% + 8px);
  max-width:360px; background:#0f172a; color:#e2e8f0; border:1px solid rgba(255,255,255,.12);
  padding:10px 12px; border-radius:8px; font-size:.92em; line-height:1.4;
  box-shadow:0 6px 18px rgba(0,0,0,.35); opacity:0; transform:translateY(6px);
  transition:opacity .16s ease, transform .16s ease; z-index:20; white-space:normal;
}
.az-tooltip::after {
  content:""; position:absolute; top:100%; left:16px;
  border-width:6px; border-style:solid; border-color:#0f172a transparent transparent transparent;
}
.az-row:hover .az-tooltip, .az-row:focus .az-tooltip { opacity:1; transform:translateY(0); }

/* Left-align A–Z name row */
.category-section-wrap.cat-style-az .cat-wrap .cat-list-wrap ul.cat-list li a.az-row {
  text-align:left !important; justify-items:start !important; align-items:center !important;
}
.category-section-wrap.cat-style-az .cat-wrap .cat-list-wrap ul.cat-list li a.az-row > .az-cell-name { text-align:left !important; justify-self:start !important; }
.category-section-wrap.cat-style-az .cat-wrap .cat-list-wrap ul.cat-list li a.az-row > .az-cell-icon { text-align:center !important; }
.category-section-wrap.cat-style-az .cat-wrap .cat-list-wrap ul.cat-list li a.az-row > .az-cell-count { text-align:right !important; justify-self:end !important; }

/* =========================
   Listing page elements
   ========================= */
#map_canvas { width:100%; height:360px; display:block; }
.page-title-wrap { background-color:#004e66; color:#fff; }

/* Slideshow + overlays */
.single-listing-scroller { position:relative; }
.single-listing-scroller .cycle-slideshow { position:relative; z-index:1; }
.single-listing-scroller .cycle-slideshow img { display:block; width:100%; height:auto; }

/* Social icons (top-right) */
.social-overlay { position:absolute; top:12px; right:12px; z-index:1000; }
.social-circles { list-style:none; margin:0; padding:0; display:flex; gap:8px; }
.social-circles .circle {
  width:38px; height:38px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  background:#222; color:#fff; text-decoration:none;
  box-shadow:0 2px 6px rgba(0,0,0,0.25);
	
  /* fix: add style + keep size with border */
  border:2px solid #007da3;
  box-sizing:border-box;
}
.social-circles .circle:hover { opacity:.9; }

/* optional: clearer keyboard focus */
.social-circles .circle:focus-visible {
  outline:2px solid #29c0ff;
  outline-offset:2px;
}

/* Address overlay (latest: top-left chip) */
.listing-under-image {
  position:absolute; top:12px; left:12px; right:auto; bottom:auto;
  padding:8px 12px; background:rgba(0,0,0,.55); border-radius:8px; color:#fff; z-index:900;
}
.listing-under-image .address-link { color:inherit; text-decoration:none; font-weight:600; }
.address-link i { margin-right:6px; }

/* Info details */
.listing-contact-detail-wrap { padding:0; background:#fff; margin:0; }
.listing-paragraph { color:#5D5D5D; font-family:'Montserrat'; font-size:15px; padding:0; font-weight:450; text-align:left; margin:0; line-height:1.5; text-decoration:none; }

/* Info table: left + top aligned */
.listing-details .listing-contact-section-table .info,
.listing-details .listing-contact-section-table .details,
.listing-details .listing-contact-section-table .details a,
.listing-details .listing-contact-section-table .details .small { text-align:left !important; }
.listing-details .listing-contact-section-table .info,
.listing-details .listing-contact-section-table .details { vertical-align:top !important; align-self:flex-start !important; }
.listing-details .listing-contact-section-table .listing-contact-table-field ul { align-items:flex-start !important; }
.listing-details .listing-contact-section-table .details a { display:inline; }
.listing-contact-table-field { text-align:left; }

/* Category chips */
.chip { display:inline-block; padding:4px 10px; border-radius:999px; background:#f1f1f1; color:#333; margin:2px 6px 2px 0; text-decoration:none; font-size:12px; line-height:1.5; }
.chip:hover { background:#e5e5e5; }


/* Video */
.video-embed { position:relative; padding-top:56.25%; background:#000; border-radius:8px; overflow:hidden; }
.video-embed iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:0; }
.video { position:relative; }
.video .video-banner { display:block; width:100%; height:auto; border-radius:8px; }
.video .video-btn { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; }
.video .video-btn a { display:inline-flex; width:64px; height:64px; border-radius:50%; align-items:center; justify-content:center; background:rgba(0,0,0,.55); color:#fff; text-decoration:none; }
.video .video-btn a:hover { background:rgba(0,0,0,.7); }

/* Sub-listings grid */
.subl-grid { display:flex; flex-wrap:wrap; gap:16px; }
.subl-card {
  display:flex; flex-direction:column;
  width: calc((100% - 16px*4) / 5);    /* 5 per row */
  background:#fff; border-radius:8px; overflow:hidden; text-decoration:none;
  border:1px solid rgba(0,0,0,0.08); box-shadow:0 1px 2px rgba(0,0,0,0.04);
  transition: transform .12s ease, box-shadow .12s ease;
}
.subl-card:hover { transform:translateY(-2px); box-shadow:0 6px 18px rgba(0,0,0,0.08); }
.subl-thumb { position:relative; aspect-ratio:16 / 10; overflow:hidden; }
.subl-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.subl-meta { padding:10px 12px 12px; }
.subl-name { font-weight:600; line-height:1.2; margin-bottom:2px; color:#222; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.subl-loc { font-size:12px; color:#666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
@media (max-width:1199px){ .subl-card{ width: calc((100% - 16px*3) / 4);} }
@media (max-width:991px){ .subl-card{ width: calc((100% - 16px*2) / 3);} }
@media (max-width:767px){ .subl-card{ width: calc((100% - 16px*1) / 2);} }
@media (max-width:420px){ .subl-card{ width: 100%; } }

/* Toggle panels */
.toggle-panel { margin-top:14px; border:1px solid #e5e5e5; border-radius:8px; background:#fff; }
.toggle-btn { width:100%; text-align:left; background:transparent; border:0; padding:12px 14px; display:flex; align-items:center; justify-content:space-between; font-weight:600; cursor:pointer; }
.toggle-btn:focus { outline:2px solid #1976d2; outline-offset:2px; }
.toggle-title { font-size:14px; }
.toggle-caret { transition: transform .18s ease; }
.toggle-btn[aria-expanded="true"] .toggle-caret { transform: rotate(90deg); }
.toggle-content { padding: 12px 14px 14px; border-top:1px solid #eee; }
.stacked-checks { display:flex; flex-direction:column; gap:8px; margin-top:6px; }
.stacked-check { display:flex; align-items:center; gap:8px; }
.section-label { margin-bottom:6px; }
.checklist { display:flex; flex-direction:column; gap:8px; }
.checklist-item { display:flex; align-items:center; gap:8px; }
.scrollbox { max-height:260px; overflow:auto; border:1px solid #eee; border-radius:6px; padding:10px; }

/* =========================
   Slideshow pager thumbnails (rectangles, consistent size)
   ========================= */
#adv-custom-pager {
  padding:30px;
  display:flex; flex-wrap:wrap; gap:10px;
  justify-content:flex-start; align-items:flex-start;
}

/* 870x500 ratio; consistent size regardless of count */
:root { --pager-thumb-w: 150px; }
#adv-custom-pager a {
  display:block;
  width:var(--pager-thumb-w);
  height:calc(var(--pager-thumb-w) * 500 / 870);
  overflow:hidden;
  border-radius:0 !important;
  flex:0 0 var(--pager-thumb-w);
  margin:0 !important;
}
#adv-custom-pager a > img {
  width:100%; height:100%; display:block;
  object-fit:cover;               /* use 'contain' + background for letterbox */
  border-radius:0 !important;
}
/* Downscale on very small phones */
@media (max-width: 480px) {
  :root { --pager-thumb-w: 140px; }  /* smaller on small screens */
}

/* Header banner (left side) */
.site-banner {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  background: #b91c1c; /* red-700 */
  color: #fff;
}

/* Tighten contact list so rows stay balanced */
.top-contact-info ul { margin: 0; padding: 0; list-style: none; }
.top-contact-info li { display: inline-block; margin-left: 12px; }
.top-contact-info li:first-child { margin-left: 0; }

@media (max-width: 767px) {
  .site-banner { margin-bottom: 8px; } /* small gap when stacked */
  .top-contact-info li { display: block; margin: 2px 0; }
}

/* Sidebar adverts: thin black border around each ad */
.sidebar-widget .advertise .sidebar-image-ads a {
  display: block;
  border: 1px solid #000;   /* very thin black border */
  border-radius: 2px;       /* optional—remove if you want sharp corners */
  overflow: hidden;         /* keeps the image inside the border cleanly */
}

/* Ensure images don’t add gaps or overflow */
.sidebar-widget .advertise .sidebar-image-ads img {
  display: block;
  width: 100%;
  height: auto;
}

/* === Main slideshow: border on the container so overlays don't cover it === */
.single-listing-scroller .cycle-slideshow {
  border: 1px solid #000;
  border-radius: 2px;
  overflow: hidden;          /* clips image to the rounded corners */
  box-sizing: border-box;    /* prevents width/height jump from the border */
}

/* Keep slides themselves clean */
.single-listing-scroller .cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;                 /* ensure no extra borders sneak in */
}

/* === Pager thumbnails: same border on each thumb === */
#adv-custom-pager a {
  box-sizing: border-box;    /* include border in the fixed size */
  border: 1px solid #000;
  border-radius: 2px !important; /* override earlier 0-radius if present */
  overflow: hidden;
}

/* Thumbs already sized with your existing rules; keep fit tidy */
#adv-custom-pager a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;         /* or 'contain' if you prefer no cropping */
}

/* Sub-listings grid: 3 across on desktop, bigger tiles */
.subl-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* 3 per row = 2 gaps across */
.subl-card {
  display: flex;
  flex-direction: column;
  width: calc((100% - 16px * 2) / 3);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: transform .12s ease, box-shadow .12s ease;
}
.subl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Bigger image area; keep consistent ratio */
.subl-thumb {
  position: relative;
  aspect-ratio: 16 / 10;   /* adjust to 16/9 if you want even taller */
  overflow: hidden;
}
.subl-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.subl-meta { padding: 10px 12px 12px; }

/* Title: wrap to up to 2 lines (clamped), no hard nowrap */
.subl-name {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;    /* clamp to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* Price under the title */
.subl-price {
  font-weight: 700;
  color: #0b6e00;           /* nice green; tweak if needed */
  margin-bottom: 4px;
}

/* Location as a secondary line */
.subl-loc {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsive steps */
@media (max-width: 991px) {
  /* 2 per row = 1 gap across */
  .subl-card { width: calc((100% - 16px * 1) / 2); }
}
@media (max-width: 480px) {
  .subl-card { width: 100%; } /* single column on small phones */
}

#tab-subl .form-control {
  height: 32px;
  padding: 4px 8px;
}

.subl-card.is-hidden { display: none !important; }

/* Sub-listing title bar (sits above the slideshow, not overlayed) */
.sublisting-titlebar {
  background: #004e66;
  border: 1px solid #d9d9de;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

.sublisting-titlebar .sublisting-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
  margin: 0;
}

.sublisting-titlebar .sublisting-price {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #00FF8B; /* subtle accent; change if you prefer */
}

/* Listing page title — unify <a> and plain text */
.page-title-wrap h4 {
  color: #fff;              /* or your .white class color */
  font-weight: 700;         /* match your heading weight */
  line-height: 1.2;
  margin: 0;
}
.page-title-wrap h4 a {
  color: inherit !important;        /* same color as h4 */
  font: inherit;                    /* size, family, weight, etc. */
  text-decoration: none;            /* remove underline */
}
.page-title-wrap h4 a:hover,
.page-title-wrap h4 a:focus {
  text-decoration: underline;       /* optional hover/focus style */
  outline: none;
}


/* Full-width dark red title bar for the error page */
.page-title-wrap--danger {
  background-color: #8b0000; /* darkred */
}
.page-title-wrap--danger h4 {
  color: #fff;
  margin: 0;
  font-weight: 700; /* keep consistent with other page titles */
  line-height: 1.25;
}

/* Error message text: slightly bigger & bolder */
.error-404 h5 {
  font-size: 1.2rem;       /* bump up a bit */
  font-weight: 700;        /* bolder */
  line-height: 1.45;
  margin: 0 0 .5rem;
}

/* Links inherit the same size/weight/color */
.error-404 h5 a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;       /* nicer underline */
  text-decoration-thickness: .08em;
}

.error-404 h5 a:hover,
.error-404 h5 a:focus {
  text-decoration: none;
  outline: none;
}

/* Optional: a small bump on wider screens */
@media (min-width: 992px) {
  .error-404 h5 { font-size: 1.35rem; }
}

ul li.info,
ul li.details {
  padding-block: 3px;
}



.sr { padding: 14px 0; border-bottom: 1px solid #eee; }
.sr-title {
  display: flex;               /* keeps title + parent on one line when space allows */
  flex-wrap: wrap;             /* wraps gracefully on small screens */
  align-items: baseline;
  gap: .5rem;                  /* space between title and (parent) */
  margin: 0 0 4px;
  line-height: 1.25;
  font-size: 1.35rem;          /* bigger, like Google */
  font-weight: 800;
}
.sr-title a { color: #1a0dab; text-decoration: none; }       /* Google-ish blue */
.sr-title a:hover { text-decoration: underline; }
.sr-parent { font-weight: 700; font-size: 1rem; color: #444; }
.sr-meta { text-align: left; margin: 0 0 6px; font-size: .9rem; color: #4d5156; }  /* smaller, muted */
.sr-snippet { font-size: .98rem; color: #202124; }

.sr-title { 
  display:flex; 
  flex-wrap:wrap; 
  align-items:baseline; 
  column-gap:.5rem; 
  margin:0 0 4px; 
  font-size:1.35rem; 
  font-weight:800;
  line-height:1.25;
}

/* Ensure the title link doesn’t become block-level */
.sr-title a { display:inline; text-decoration:none; color:#1a0dab; }
.sr-title a:hover { text-decoration:underline; }

/* Keep the entire parent piece together */
.sr-parent {
  display:inline-flex;            /* acts as a single flex item */
  align-items:baseline;
  white-space:nowrap;             /* never break inside */
  font-weight:700;
  font-size:1rem;
  color:#444;
}

/* Add parentheses as unbreakable decorations */
.sr-parent::before { content:" ("; }
.sr-parent::after  { content:")"; }

/* If some global CSS sets strong/links to block, force inline */
.sr-parent a { display:inline; }


/* --- Markdown containers: left-align everything --- */
.listing-paragraph,
.listing-contact-section-table .listing-contact-table-field ul,
.listing-contact-section-table .listing-contact-table-field .details {
  text-align: left !important;
}

/* --- Make bold actually bold --- */
.listing-paragraph strong,
.listing-paragraph b,
.listing-contact-section-table .details strong,
.listing-contact-section-table .details b {
  font-weight: 700 !important;
}

/* --- Reasonable heading sizes for Markdown (adjust to taste) --- */
.listing-paragraph h1,
.listing-contact-section-table .details h1 { font-size: 2rem; line-height: 1.25; margin: .6em 0 .35em; }
.listing-paragraph h2,
.listing-contact-section-table .details h2 { font-size: 1.75rem; line-height: 1.3;  margin: .6em 0 .35em; }
.listing-paragraph h3,
.listing-contact-section-table .details h3 { font-size: 1.5rem;  line-height: 1.3;  margin: .5em 0 .3em; }
.listing-paragraph h4,
.listing-contact-section-table .details h4 { font-size: 1.25rem; line-height: 1.3;  margin: .5em 0 .3em; }
.listing-paragraph h5,
.listing-contact-section-table .details h5 { font-size: 1.1rem;  line-height: 1.3;  margin: .45em 0 .25em; }
.listing-paragraph h6,
.listing-contact-section-table .details h6 { font-size: 1rem;   line-height: 1.3;  margin: .4em 0 .2em; }

/* --- Paragraph spacing --- */
.listing-paragraph p,
.listing-contact-section-table .details p {
  margin: 0 0 .75em 0;
}

/* --- Lists look like normal lists --- */
.listing-paragraph ul,
.listing-contact-section-table .details ul {
  list-style: disc outside;
  margin: 0 0 .75em 1.5em;
  padding: 0;
}
.listing-paragraph ol,
.listing-contact-section-table .details ol {
  list-style: decimal outside;
  margin: 0 0 .75em 1.5em;
  padding: 0;
}

/* --- Links: readable & obvious --- */
.listing-paragraph a,
.listing-contact-section-table .details a {
  text-decoration: underline;
}

/* --- Tables (if you ever render markdown tables) --- */
.listing-paragraph table,
.listing-contact-section-table .details table {
  width: 100%;
  border-collapse: collapse;
  margin: .75em 0;
}
.listing-paragraph th, .listing-paragraph td,
.listing-contact-section-table .details th, .listing-contact-section-table .details td {
  border: 1px solid #ddd;
  padding: .5em .6em;
  text-align: left;
}
.listing-paragraph th,
.listing-contact-section-table .details th {
  font-weight: 600;
}

/* ==== EVENT PAGE Markdown + Contact rows (force left align) ==== */

/* Use the container that actually exists on this page */
.listing-contact-detail-wrap .listing-paragraph,
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field ul,
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field .details {
  text-align: left !important;
}


/* Left-align both cells explicitly */
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field ul > li.info,
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field ul > li.details {
  text-align: left !important;
}

/* …and everything inside details stays left even if theme sets centers on descendants */
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field ul > li.details * {
  text-align: left !important;
}

/* Make bold actually bold in both areas */
.listing-contact-detail-wrap .listing-paragraph strong,
.listing-contact-detail-wrap .listing-paragraph b,
.listing-contact-detail-wrap .listing-contact-section-table .details strong,
.listing-contact-detail-wrap .listing-contact-section-table .details b {
  font-weight: 700 !important;
}

/* Reasonable heading sizes for Markdown within both areas */
.listing-contact-detail-wrap .listing-paragraph h1,
.listing-contact-detail-wrap .listing-contact-section-table .details h1 { font-size: 2rem; line-height: 1.25; margin: .6em 0 .35em; }
.listing-contact-detail-wrap .listing-paragraph h2,
.listing-contact-detail-wrap .listing-contact-section-table .details h2 { font-size: 1.75rem; line-height: 1.3;  margin: .6em 0 .35em; }
.listing-contact-detail-wrap .listing-paragraph h3,
.listing-contact-detail-wrap .listing-contact-section-table .details h3 { font-size: 1.5rem;  line-height: 1.3;  margin: .5em 0 .3em; }
.listing-contact-detail-wrap .listing-paragraph h4,
.listing-contact-detail-wrap .listing-contact-section-table .details h4 { font-size: 1.25rem; line-height: 1.3;  margin: .5em 0 .3em; }
.listing-contact-detail-wrap .listing-paragraph h5,
.listing-contact-detail-wrap .listing-contact-section-table .details h5 { font-size: 1.1rem;  line-height: 1.3;  margin: .45em 0 .25em; }
.listing-contact-detail-wrap .listing-paragraph h6,
.listing-contact-detail-wrap .listing-contact-section-table .details h6 { font-size: 1rem;   line-height: 1.3;  margin: .4em 0 .2em; }

/* Basic spacing + list styles for Markdown */
.listing-contact-detail-wrap .listing-paragraph p,
.listing-contact-detail-wrap .listing-contact-section-table .details p { margin: 0 0 .75em 0; }

.listing-contact-detail-wrap .listing-paragraph ul,
.listing-contact-detail-wrap .listing-contact-section-table .details ul { list-style: disc outside; margin: 0 0 .75em 1.5em; padding: 0; }

.listing-contact-detail-wrap .listing-paragraph ol,
.listing-contact-detail-wrap .listing-contact-section-table .details ol { list-style: decimal outside; margin: 0 0 .75em 1.5em; padding: 0; }

/* Make links look like links */
.listing-contact-detail-wrap .listing-paragraph a,
.listing-contact-detail-wrap .listing-contact-section-table .details a { text-decoration: underline; }

/* Only the top-level UL inside each field becomes a 2-column row (label | content) */
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field > ul {
  display: flex !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 6px 0 !important;
  list-style: none !important;
  gap: 12px;
}

/* Fixed label column; fluid details column */
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field > ul > li.info {
  flex: 0 0 160px;            /* adjust to taste */
  max-width: 160px;
  text-align: left !important;
}

.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field > ul > li.details {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left !important;
}

/* Ensure nested Markdown lists render as single-column block lists */
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field li.details ul,
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field li.details ol {
  display: block !important;
  margin: 0 0 .75em 1.5em;
  padding: 0;
  list-style-position: outside;
}

/* Ensure nested Markdown lists render as single-column block lists */
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field li.details ul,
.listing-contact-detail-wrap .listing-contact-section-table .listing-contact-table-field li.details ol {
  display: block !important;
  margin: 0 0 .75em 1.5em !important;
  padding: 0 !important;
  list-style-position: outside !important;

  /* reset any CSS multi-column rules from the theme */
  -webkit-column-count: 1 !important;
  column-count: 1 !important;
  -webkit-column-width: auto !important;
  column-width: auto !important;
  -webkit-columns: auto !important;
  columns: auto !important;

  /* guard against two-column masonry-like breaks */
  break-inside: avoid !important;
}

/* Make the event description slightly larger */
.listing-contact-detail-wrap .listing-paragraph {
  font-size: 17px !important;    /* try 17px or 18px (default is 15px) */
  line-height: 1.7 !important;   /* improves readability with bigger text */
}

/* Vertical event list */
.events-vertical-list { display: flex; flex-direction: column; gap: 14px; }
.event-row {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 10px 12px; border: 1px solid rgba(0,0,0,.08); border-radius: 8px; background: #fff;
}

/* SHOW the thumbnail */
.event-thumb { flex: 0 0 auto; width: 260px; height: 150px; overflow: hidden; border-radius: 6px; display: block; }

.event-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.event-body { flex: 1 1 auto; min-width: 0; }
.event-title { margin: 0 0 6px; font-size: 17px; font-weight: 800; line-height: 1.25; }
.event-title a { color: #222; text-decoration: none; }
.event-title a:hover { text-decoration: underline; }
.event-meta { display: flex; flex-wrap: wrap; gap: 10px 16px; color: #555; margin-bottom: 6px; }
.event-link { font-weight: 600; text-decoration: none; color: #1a73e8; }
.event-link:hover { text-decoration: underline; }

/* Mobile: thumb goes full-width above content */
@media (max-width: 640px) {
  .event-row { padding: 10px; flex-direction: column; }
  .event-thumb { width: 100%; height: 150px; display: block; }
}


.event-body,
.event-body a {
  font-size: 15px;
  text-align: left;
  font-weight: 550;
  line-height: 1.25;
  color: #222;
}

.event-title,
.event-title a {
  font-size: 17px;
  text-align: left;
  font-weight: 800;
  line-height: 1.25;
  color: #222;
}

.back-to-events {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.back-to-events a {
  background-color: #1a73e8;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.back-to-events a:hover {
  background-color: #155ab6;
  text-decoration: none;
}

/* Settings form grid */
.settings-card {
  padding:16px; border-radius:8px; background:#fff; border:1px solid rgba(0,0,0,.08);
}

.settings-grid {
  display:grid;
  /* Large screens: label | control | help */
  grid-template-columns: minmax(220px,300px) minmax(260px,350px) auto;
  gap:12px 16px;
}

@media (max-width: 992px) {
  /* Medium: label | control, help wraps below */
  .settings-grid { grid-template-columns: minmax(200px,300px) auto; }
  .form-help { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  /* Small: stack everything */
  .settings-grid { grid-template-columns: 100%; }
  .form-label { justify-self:start; text-align:left; }
}

/* Cells */
.form-label {
  align-self:start;
  justify-self:end;
  text-align:right;
  margin-top:10px;
  font-weight:600; color:#222;
}
.form-control, .form-select { width:100%; }
.form-help {
  color:#666;
  font-size:12px;      /* was text-size */
  line-height:1.35;
  word-break:break-word;
}

/* Row separators */
.settings-grid .row-sep {
  grid-column:1 / -1; height:1px; background:rgba(0,0,0,.06); margin:8px 0;
}

/* Buttons span full width */
.settings-actions {
  grid-column:1 / -1; margin-top:8px; display:flex; gap:10px; flex-wrap:wrap;
}

/* Nice-to-have: align single checkboxes with labels */
.settings-grid input[type="checkbox"] { align-self:center; }



.about-wrap { text-align:left; }
                .about-grid {
                    display:grid;
                    grid-template-columns: 1fr 1fr;
                    gap:28px;
                }
                @media (max-width: 992px) {
                    .about-grid { grid-template-columns: 1fr; }
                }
                .about-hero {
                    width:100%; height:auto; border-radius:8px; display:block;
                    box-shadow: 0 8px 24px rgba(0,0,0,.08);
                }
                .about-tag { 
                    font-size:12px; letter-spacing:.08em; text-transform:uppercase; 
                    color:#666; margin-bottom:10px;
                }
                .about-heading { margin:0 0 10px 0; }
                .about-lead { font-size:16px; line-height:1.6; margin:0 0 18px 0; color:#333; }
                .about-body  { font-size:15px; line-height:1.7; color:#333; }

                .feature-list { list-style:none; padding-left:0; margin:12px 0 0 0; }
                .feature-list li { 
                    margin:8px 0; 
                    padding-left:26px;
					text-align: left;
                    position:relative;
                }
                .feature-list li:before {
                    content:"";
                    position:absolute; left:0; top:0; 
                    font-weight:700;
                }

                .about-cards {
                    display:grid; gap:16px; margin-top:18px;
                    grid-template-columns: repeat(3, 1fr);
                }
                @media (max-width: 992px) {
                    .about-cards { grid-template-columns: 1fr; }
                }
                .about-card {
                    border:1px solid rgba(0,0,0,.08); border-radius:10px; background:#fff;
                    padding:16px; box-shadow: 0 6px 16px rgba(0,0,0,.05);
                }
                .about-card h6 { margin:0 0 6px 0; }
                .about-cta {
                    margin-top:26px; display:flex; gap:12px; flex-wrap:wrap;
                }
                .btn-outline {
                    display:inline-block; padding:10px 16px; border-radius:8px;
                    border:1px solid rgba(0,0,0,.2); text-decoration:none; color:#333;
                }
                .btn-solid {
                    display:inline-block; padding:10px 16px; border-radius:8px;
                    background:#faa61c; color:#fff; text-decoration:none; border:0;
                }


    .about-centered { text-align: center; }
    .about-block { max-width: 1000px; margin: 0 auto 30px auto; }
    .section-heading { margin: 0 0 10px 0; font-weight: 700; }
    .about-lead { font-size: 16px; line-height: 1.8; color: #333; margin: 0; }

    .divider {
      border: 0; height: 1px; background: rgba(0,0,0,.12);
      max-width: 1000px; margin: 32px auto;
    }

    /* 3 cards, centered */
    .cards-3 {
      display: grid;
      grid-template-columns: repeat(3, minmax(220px, 1fr));
      gap: 16px;
      max-width: 1000px;
      margin: 12px auto 0 auto;
    }
    @media (max-width: 992px) { .cards-3 { grid-template-columns: 1fr; } }

    .about-card {
      border: 1px solid rgba(0,0,0,.08);
      border-radius: 10px;
      background: #fff;
      padding: 16px;
      box-shadow: 0 6px 16px rgba(0,0,0,.05);
    }
    .about-card h6 { margin: 0 0 6px 0; font-weight: 700; }
    .about-card p { margin: 0; line-height: 1.7; }

    /* Feature list: keep bullets left-aligned inside centered section */
    .feature-wrap { max-width: 900px; margin: 0 auto; }
    .feature-list {
      list-style: disc;
      padding-left: 1.2rem;
      text-align: left;
      margin: 8px auto 0 auto;
    }
    .feature-list li { margin: 6px 0; }

/* =========================
   Grouped (collapsible) view tweaks
   ========================= */

/* Make sure the same look applies to the grouped layout container */
.category-section-wrap.cat-style-az details.cat-group { display:block; }

/* Use the same dark heading block on the clickable summary */
.category-section-wrap.cat-style-az details.cat-group > summary.az-heading {
  /* your existing .az-heading rules already apply; this just ensures it's clickable */
  cursor: pointer;
  list-style: none;        /* FF/Edge */
  outline: none;           /* we’ll set a custom focus below */
}

/* Remove the default triangle marker from summary */
.category-section-wrap.cat-style-az details.cat-group > summary::-webkit-details-marker { display:none; }

/* Optional: add your own minimal “chevron” indicator on the right */
.category-section-wrap.cat-style-az details.cat-group > summary.az-heading::after {
  content: "▾";
  float: right;
  opacity: .85;
  transform: translateY(1px) rotate(0deg);
  transition: transform .15s ease;
}

/* Rotate indicator when open */
.category-section-wrap.cat-style-az details.cat-group[open] > summary.az-heading::after {
  transform: translateY(1px) rotate(180deg);
}

/* Optional: focus/keyboard accessibility for the summary heading */
.category-section-wrap.cat-style-az details.cat-group > summary.az-heading:focus-visible {
  box-shadow: 0 0 0 2px rgba(255,255,255,.2) inset, 0 0 0 2px rgba(0,0,0,.35);
  border-radius: 8px;
}

/* Keep spacing consistent with A–Z list blocks */
.category-section-wrap.cat-style-az .cat-wrap { margin-bottom:12px; }

/* Ensure tooltips behave nicely inside a collapsible block */
.category-section-wrap.cat-style-az .az-row { position: relative; } /* lets .az-tooltip anchor to row */

.cat-style-az .az-row { position: relative; }

/* Group heading with left icon */
.cat-style-az .az-heading.az-heading--with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat-style-az .az-heading .az-group-icon {
  display: inline-flex;
  width: 22px;              /* keeps a neat column */
  justify-content: center;
  align-items: center;
}

.cat-style-az .az-heading .az-group-icon i {
  font-size: 18px;
  line-height: 1;
  color: #ffffff !important;  /* force white icon on dark block */
}

/* Optional: title span keeps wrapping separate from icon */
.cat-style-az .az-heading .az-group-title {
  display: inline-block;
}

/* Force white text inside dark group headings */
.az-heading,
.az-heading .az-group-title,
.az-heading .az-group-icon i {
  color: #fff !important;
}

/* Force left alignment for free listings table */
.table-listing th,
.table-listing td {
  text-align: left !important;
  vertical-align: middle;
}

/* Ensure the link in the first column doesn’t inherit centering */
.table-listing td a {
  display: inline-block;
  text-align: left !important;
}

.alert {
  padding:12px 16px;
  border-radius:6px;
  margin-bottom:18px;
  font-weight:500;
}
.alert-success { background:#e6ffed; border:1px solid #b4e2c0; color:#236642; }
.alert-danger  { background:#ffecec; border:1px solid #f3c2c2; color:#8a1f1f; }

.terms-content { text-align:left; }
.terms-content h5 { margin: 0 0 12px 0; text-align:left; }
.terms-meta { font-size:14px; opacity:.8; margin-bottom:24px; }
.toc { list-style: none; padding-left: 0; columns: 2; gap: 24px; }
.toc li { break-inside: avoid; margin: 4px 0; }

/* Numbered lists */
.terms-content ol { 
    list-style: decimal; 
    padding-left: 1.5rem; 
    margin: 0 0 18px 0;
}
.terms-content ol.roman { 
    list-style: lower-roman; 
    padding-left: 1.25rem; 
    margin-top: 8px;
}
.terms-content li { margin: 6px 0; }

/* Bulleted one-line definitions */
.definitions { 
    list-style: disc; 
    padding-left: 1.25rem; 
    margin: 0 0 18px 0; 
}
.definitions li { margin: 6px 0; }
.definitions .term { font-weight:600; }
.divider { border-top: 1px solid rgba(0,0,0,.1); margin: 24px 0; }

/* ✅ Force proper left alignment for all list content */
.terms-content,
.terms-content * {
    text-align: left !important;
}

.terms-content ol,
.terms-content ul {
    list-style-position: outside;
    text-align: left !important;
    padding-left: 1.8rem;
    margin-left: 0;
}

.terms-content li {
    display: list-item;
    text-align: left !important;
    margin: 6px 0;
}

/* Keep this simple & consolidated */
.toc {
  columns: 1;	
  margin: 0 0 24px 0;
  padding-left: 0;
  list-style: none;
  font-weight: 600;
  text-align: left;             /* parent */
}

.toc li {
  display: list-item;           /* neutralize menu resets like inline-block */
  margin: 6px 0;
}

.toc a {
  display: inline;              /* undo menu 'display:block' if present */
  text-align: left !important;  /* override any nav a { text-align:center } */
  text-decoration: none;
  color: #333;
}

.toc a:hover { text-decoration: underline; }

/* Section just sets background/spacing */
.contact-intro {
  background:#fff;
  padding:40px 0;
}

/* The bordered card sits inside the container, so no overflow */
.contact-card {
  border:2px solid rgba(0,0,0,.15);
  border-radius:8px;
  padding:24px;
  box-sizing:border-box;      /* ensures padding stays inside border */
  max-width:900px;            /* optional: control content width */
  margin:0 auto;              /* center the card */
}

/* Optional niceties */
.contact-card p { 
  max-width:800px; 
  margin:0 auto; 
  line-height:1.7; 
  font-size:16px; 
  color:#333; 
}
.contact-card a { color:#007bff; text-decoration:underline; }





/* ===== TABS: 6 fixed columns, equal widths ===== */
.tab-links {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* always six columns */
  gap: 10px;
}

/* Legacy centering override from Bootstrap cols */
.tabs [class*="col-"] .tab-link {
  width: auto;                 /* let grid handle width */
  display: flex !important;    /* horizontal layout */
  text-align: left !important; /* stop centering */
}

/* Base tab button */
.tab-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;                   /* space between icon and text */
  padding: 10px 16px;          /* leading padding before icon */
  white-space: nowrap;         /* keep on one line */
  text-align: left;
  cursor: pointer;
  user-select: none;

  /* visuals */
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  color: #000;                 /* <-- black text */
}

/* Icon */
.tab-link i {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 1;
  color: inherit;              /* keep icon same color as text unless overridden */
  /* remove any old margin-right; we use gap now */
}

/* Label */
.tab-link .label {
  flex: 1 1 auto;
  text-align: left;
  color: #000;                 /* ensure black text */
}

/* Decorative top strip */
.tab-link .link-top {
  position: absolute;
  left: 8px; right: 8px; top: 6px;
  height: 3px;
  border-radius: 3px;
  pointer-events: none;
}

/* States */
.tab-link.current {
  border-color: #007da3;
  box-shadow: 0 0 0 2px rgba(0,125,163,.15) inset;
}
.tab-link:focus-visible {
  outline: 2px solid #29c0ff;
  outline-offset: 2px;
}

/* Listing-page-specific visuals (kept from your set, no centering) */
.listing-details .tab-link {
  background: #fafafa;
  border: 1px solid #d9d9de;
  border-radius: 8px;
  transition: background .15s, border-color .15s, box-shadow .15s;
}
.listing-details .tab-link .link-top {
  height: 4px;
  opacity: .9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.listing-details .tab-link:hover {
  background: #f0f6ff; border-color: #7aa7ff; box-shadow: 0 1px 0 rgba(0,0,0,.03);
}
.listing-details .tab-link.current {
  background: #e8f0fe; border-color: #1a73e8; box-shadow: 0 0 0 2px rgba(26,115,232,.12) inset;
}
.listing-details .tab-link:focus-visible {
  outline: 2px solid #1a73e8; outline-offset: 2px;
}

/* Tab content visibility */
.tab-content { display: none; }
.tab-content.current { display: block; }

/* (Optional) Responsive: adjust columns on smaller screens
@media (max-width: 992px) { .tab-links { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 576px) { .tab-links { grid-template-columns: repeat(2, 1fr); } }
*/

/* style for the contact person name after a number */
.contact-name { color:#555; font-weight: 600;}

/* Two-cell row: label + value */
.listing-contact-table-field ul {
  display: grid;
  grid-template-columns: 14rem 1fr;  /* ≈ fits “Contact Number” on one line */
  column-gap: 12px;
  align-items: start;
}

.listing-contact-table-field .info {
  white-space: nowrap;               /* don’t wrap the label */
}

.listing-contact-table-field .details {
  min-width: 0;                      /* allow wrapping/truncation in value */
  overflow-wrap: anywhere;
}

/* === Add Listing: left-label grid layout (Sendy-compatible) === */

/* Use the existing .box sections; we only add a lightweight grid */
.form-grid { 
  display: grid;
  grid-template-columns: 260px minmax(240px, 1fr); /* label | control */
  gap: 12px 18px;
}

/* Each logical field row gets this so it lines up neatly */
.row-field {
  display: contents; /* let label/input occupy the 2 columns */
}

/* Align and style labels to match Sendy tone */
.row-field > label {
  grid-column: 1;
  align-self: start;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}

/* Inputs/controls live in col 2 */
.row-field > .field {
  grid-column: 2;
}

/* Compound inline fields (number + name, email + name, social) */
.inline-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Social platform dropdown + address input */
.inline-social {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 10px;
}

/* Make Sendy dropdowns truly full-width when we want them */
.nice-select.wide { width: 100%; }

/* Keep Sendy’s input sizes consistent when used inside the grid */
.form-grid .form-control,
.form-grid .nice-select {
  height: 40px;
  line-height: 38px;
}

/* Textarea height harmonized with Sendy’s sample */
#listing_description { height: 180px; }

/* Responsive: stack labels over controls on small screens */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr; /* single column */
  }
  .row-field > label {
    grid-column: 1;
    margin-top: 0;
  }
  .row-field > .field {
    grid-column: 1;
  }
  .inline-2,
  .inline-social {
    grid-template-columns: 1fr;
  }
}

/* Optional: make Sendy’s section headers align nicely over the grid */
.box-header h3 { margin-left: 60px; }          /* keep Sendy’s round number */
.box-header p  { margin-left: 60px; margin-bottom: 10px; }

/* Group container */
.box {
  background: #ffffff;                     /* distinct from page bg */
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 16px;                           /* outer breathing room */
  margin-bottom: 20px;
}

/* Inner card look for content */
.box .form-grid,
.box .box-body {
  background: #fcfdff;                     /* a hair different from .box */
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 16px;
}

/* Header: subtle separation and spacing */
.box .box-header {
  background: linear-gradient(#ffffff, #fbfcff);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

.box .box-header h3 {
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 4px 0;
  font-size: 18px;
  color: #1f2937;
}

.box .box-header h3 strong {
  display: inline-grid; place-items: center;
  width: 28px; height: 28px;
  border-radius: 999px;
  background: #e8f3ff;
  color: #0b6bcb;
  font-size: 14px; font-weight: 700;
  border: 1px solid #d6e7ff;
}

.box .box-header p {
  margin: 0; color: #556176; font-size: 14px;
}

/* Grid rows inside groups */
.form-grid {
  display: grid;
  gap: 14px;
}

/* Optional: make inline pairs look tidy */
.field.inline-2, .inline-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Make selects/inputs match the softer card vibe */
.form-control, .form-select {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 8px;
}

/* Hover/focus polish */
.form-control:focus, .form-select:focus {
  border-color: #99c6ff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

/* place in your main CSS */
.label-with-hint {
  display: inline-flex; align-items: center; gap: .4rem;
}
.hint-icon {
  display:inline-flex; align-items:center; justify-content:center;
  width:20px; height:20px; border-radius:50%;
  font-size:12px; line-height:1; user-select:none;
  background:#e8f0fe; color:#0b6bcb; border:1px solid #cfe0ff;
  cursor: help;
}

/* Make the extra groups feel consistent with your existing boxes */
.extra-group .box-header p { margin: 6px 0 0; color: #556176; font-size: 14px; }
.inline-social { display:grid; grid-template-columns: 240px 1fr; gap:10px; }

/* applies only inside .container on this page */
.container .box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Extra groups are hidden by default */
.extra-group { display: none; }

/* When we want one visible, we add .show */
.extra-group.show { display: block; }

/* Make select boxes match input height */
.form-select,
.field select {
  height: calc(2.375rem + 2px); /* same as Bootstrap input height */
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  appearance: none; /* consistent look across browsers */
}
