/* ============================================================
   WordPress-style WHITE blog theme (ana site / desktop)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@400;600;700&display=swap');

body.blog-home,
body.wp-theme {
  --wp-bg: #ffffff;
  --wp-bg-soft: #f7f7f7;
  --wp-text: #1d2327;
  --wp-muted: #646970;
  --wp-border: #dcdcde;
  --wp-accent: #b32d2e;
  --wp-accent-hover: #8a2424;
  --wp-link: #135e96;
  --wp-font-serif: 'Lora', Georgia, 'Times New Roman', serif;
  --wp-font-sans: 'Source Sans 3', 'Segoe UI', Tahoma, sans-serif;

  background: var(--wp-bg) !important;
  color: var(--wp-text);
  font-family: var(--wp-font-sans);
  line-height: 1.65;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
}

/* ---- Top bar ---- */
.wp-topbar {
  background: #1d2327;
  color: #f0f0f1;
  font-size: 0.8rem;
  padding: 8px 20px;
  text-align: center;
}
.wp-topbar a { color: #fff; text-decoration: underline; }

/* ---- Header / Brand ---- */
.blog-hero {
  background: #fff !important;
  border-bottom: 1px solid var(--wp-border);
  padding: 0 0 28px !important;
  overflow: visible !important;
  width: 100%;
}
.blog-hero--compact {
  padding-bottom: 0 !important;
}
.blog-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 24px 16px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  width: 100%;
  box-sizing: border-box;
}
.blog-home .text-logo,
.wp-theme .text-logo {
  font-family: var(--wp-font-serif);
  font-size: 1.85rem !important;
  font-weight: 700;
  color: var(--wp-text) !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: unset !important;
  background: none !important;
}
.blog-home .text-logo:hover,
.blog-home .text-logo:focus,
.wp-theme .text-logo:hover,
.wp-theme .text-logo:focus {
  text-decoration: none !important;
  border-bottom: none !important;
}
.blog-home .text-logo span,
.wp-theme .text-logo span {
  color: var(--wp-accent) !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.blog-nav-links { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.blog-nav-links a {
  color: var(--wp-muted) !important;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}
.blog-nav-links a:hover { color: var(--wp-accent) !important; }
.blog-nav-links a.nav-cta,
a.nav-cta {
  background: #25d366 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 8px 14px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}
.blog-nav-links a.nav-cta:hover,
a.nav-cta:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  filter: brightness(0.95);
}
.nav-cta {
  background: #25d366 !important;
  color: #ffffff !important;
  padding: 8px 14px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}
.nav-cta:hover { filter: brightness(0.95); }

.blog-hero-inner {
  max-width: 900px;
  margin: 28px auto 0 !important;
  text-align: center;
  padding: 0 24px;
}
.blog-eyebrow {
  font-size: 0.72rem !important;
  letter-spacing: 2.5px !important;
  color: var(--wp-accent) !important;
  font-weight: 700;
  margin-bottom: 10px !important;
  font-family: var(--wp-font-sans);
}
.blog-brand {
  font-family: var(--wp-font-serif);
  font-size: clamp(2.2rem, 5vw, 3.2rem) !important;
  font-weight: 700;
  color: var(--wp-text) !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 12px !important;
  line-height: 1.15 !important;
}
.blog-brand em {
  font-style: italic;
  color: var(--wp-accent) !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
  -webkit-background-clip: unset !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.pager {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 28px 0 10px;
}
.district-chip.is-active {
  border-color: var(--wp-accent) !important;
  color: var(--wp-accent) !important;
  background: #fff !important;
}
.blog-lead {
  color: var(--wp-muted) !important;
  font-size: 1.05rem !important;
  max-width: 620px;
  margin: 0 auto 22px !important;
  font-weight: 400 !important;
}
.blog-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.blog-home .btn-primary,
.wp-theme .btn-primary {
  background: var(--wp-accent) !important;
  color: #fff !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 11px 22px !important;
  font-family: var(--wp-font-sans);
}
.blog-home .btn-primary:hover { background: var(--wp-accent-hover) !important; }
.btn-outline {
  border: 1px solid var(--wp-border) !important;
  color: var(--wp-text) !important;
  border-radius: 4px !important;
  background: #fff;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
}
.btn-outline:hover { border-color: var(--wp-accent) !important; color: var(--wp-accent) !important; background: #fff !important; }

/* ---- District chips ---- */
.district-strip {
  max-width: 1240px;
  margin: 0 auto 8px !important;
  padding: 18px 20px 8px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  background: transparent !important;
}
.district-chip {
  background: var(--wp-bg-soft) !important;
  border: 1px solid var(--wp-border) !important;
  color: var(--wp-text) !important;
  border-radius: 3px !important;
  padding: 6px 12px !important;
  font-size: 0.82rem !important;
  font-weight: 600;
  text-decoration: none;
}
.district-chip:hover {
  border-color: var(--wp-accent) !important;
  color: var(--wp-accent) !important;
  background: #fff !important;
}
.luxury-strip { border-top: 0 !important; padding-top: 0 !important; }
.district-chip-lux {
  background: #fff !important;
  border-color: #d4a373 !important;
  color: #6b4f2e !important;
}

/* ---- Main layout with sidebar ---- */
.blog-shell {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 20px 24px 50px !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}
.blog-main {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.blog-sidebar {
  position: sticky;
  top: 24px;
}
.sidebar-box {
  border: 1px solid var(--wp-border);
  background: #fff;
  padding: 18px 18px 14px;
  margin-bottom: 18px;
}
.sidebar-box h3 {
  font-family: var(--wp-font-serif);
  font-size: 1.05rem;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--wp-text);
  color: var(--wp-text);
}
.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-list li {
  border-bottom: 1px solid var(--wp-border);
}
.sidebar-list li:last-child { border-bottom: none; }
.sidebar-list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 2px;
  color: var(--wp-text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}
.sidebar-list a:hover { color: var(--wp-accent); }
.sidebar-list .count {
  color: var(--wp-muted);
  font-weight: 500;
  font-size: 0.8rem;
}
.sidebar-note {
  font-size: 0.85rem;
  color: var(--wp-muted);
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 960px) {
  .blog-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .blog-sidebar { position: static; }
}
.blog-main-head {
  text-align: left !important;
  margin-bottom: 28px !important;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--wp-text);
}
.blog-section-badge {
  background: transparent !important;
  border: none !important;
  color: var(--wp-accent) !important;
  padding: 0 !important;
  font-size: 0.75rem !important;
  letter-spacing: 2px;
  margin-bottom: 6px !important;
}
.blog-main-head h2 {
  font-family: var(--wp-font-serif);
  font-size: 1.6rem !important;
  color: var(--wp-text) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 0 6px !important;
}
.blog-main-head p { color: var(--wp-muted) !important; margin: 0; }

.blog-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.blog-card {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--wp-border) !important;
  border-radius: 0 !important;
  padding: 28px 0 !important;
  box-shadow: none !important;
  transition: none !important;
}
.blog-card-cover {
  display: block;
  margin: 0 0 14px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  background: #ececec;
}
.blog-card-cover img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.blog-card-cover--featured img,
.blog-card-featured .blog-card-cover img {
  height: 280px;
}
@media (max-width: 720px) {
  .blog-card-cover img { height: 176px; }
  .blog-card-cover--featured img,
  .blog-card-featured .blog-card-cover img { height: 200px; }
}
.blog-card:hover {
  transform: none !important;
  border-color: var(--wp-border) !important;
}
.blog-card-featured {
  background: transparent !important;
  border-color: var(--wp-border) !important;
  grid-column: auto !important;
  padding-top: 8px !important;
}
.blog-card-featured h3 { font-size: 1.75rem !important; }
.blog-card-meta {
  color: var(--wp-muted) !important;
  font-size: 0.8rem !important;
  margin-bottom: 8px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  gap: 10px !important;
}
.blog-tag {
  background: var(--wp-accent) !important;
  color: #fff !important;
  font-size: 0.65rem !important;
  padding: 2px 7px !important;
  border-radius: 2px !important;
  letter-spacing: 0.5px;
}
.blog-card h3 {
  font-family: var(--wp-font-serif);
  font-size: 1.45rem !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
  font-weight: 700;
}
.blog-card h3 a {
  color: var(--wp-text) !important;
  text-decoration: none;
}
.blog-card h3 a:hover { color: var(--wp-accent) !important; }
.blog-card p {
  color: var(--wp-muted) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  margin-bottom: 12px !important;
}
.blog-read {
  color: var(--wp-link) !important;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}
.blog-read:hover { color: var(--wp-accent) !important; text-decoration: underline; }

.blog-loader, .blog-end { color: var(--wp-muted) !important; }
.blog-loader-spin {
  border-color: #e0e0e0 !important;
  border-top-color: var(--wp-accent) !important;
}

/* ---- SEO section ---- */
.blog-home .seo-content-section,
.wp-theme .seo-content-section {
  background: var(--wp-bg-soft) !important;
  border: 1px solid var(--wp-border) !important;
  border-radius: 4px !important;
  margin: 20px auto 40px !important;
  max-width: 1240px;
  padding: 28px !important;
  backdrop-filter: none !important;
}
.blog-home .seo-content-section h2,
.wp-theme .seo-content-section h2 {
  font-family: var(--wp-font-serif);
  color: var(--wp-text) !important;
  font-size: 1.35rem;
  margin-bottom: 12px;
}
.blog-home .seo-content-section p,
.wp-theme .seo-content-section p,
.blog-home .seo-regions-list li,
.wp-theme .seo-regions-list li {
  color: var(--wp-muted) !important;
}
.blog-home .seo-tag,
.wp-theme .seo-tag {
  background: #fff !important;
  border: 1px solid var(--wp-border) !important;
  color: var(--wp-text) !important;
  border-radius: 3px !important;
}
.blog-home .rich-seo,
.wp-theme .rich-seo { color: var(--wp-text); }
.blog-home .rich-seo h2,
.wp-theme .rich-seo h2 { color: var(--wp-text); font-family: var(--wp-font-serif); }

/* ---- Footer (full-bleed, no side/bottom gaps) ---- */
.blog-home .site-footer,
.wp-theme .site-footer,
.site-footer {
  background: #1d2327 !important;
  border-top: none !important;
  color: #c3c4c7;
  margin: auto 0 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  flex-shrink: 0;
}
.footer-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 24px 28px;
  box-sizing: border-box;
}
.blog-home .footer-brand h3,
.wp-theme .footer-brand h3 { color: #fff; font-family: var(--wp-font-serif); }
.blog-home .footer-brand h3 span,
.wp-theme .footer-brand h3 span { color: #f0b7b8; }
.blog-home .footer-links h4,
.blog-home .footer-disclaimer h4,
.wp-theme .footer-links h4,
.wp-theme .footer-disclaimer h4 { color: #fff !important; }
.blog-home .footer-links a,
.wp-theme .footer-links a { color: #c3c4c7 !important; }
.blog-home .footer-links a:hover,
.wp-theme .footer-links a:hover { color: #fff !important; }
.blog-home .footer-disclaimer p,
.wp-theme .footer-disclaimer p { color: #8c8f94 !important; }
.footer-payment {
  margin-top: 14px;
  background: rgba(179, 45, 46, 0.12);
  border: 1px solid rgba(240, 183, 184, 0.28);
  border-radius: 8px;
  padding: 12px 14px;
}
.footer-payment strong {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f0b7b8;
  margin-bottom: 6px;
}
.footer-payment p {
  margin: 0 !important;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #dcdcde !important;
}
.blog-home .footer-bottom,
.wp-theme .footer-bottom,
.footer-bottom {
  border-top: 1px solid #3c434a !important;
  color: #8c8f94 !important;
  max-width: none !important;
  width: 100%;
  margin: 28px 0 0 !important;
  padding-top: 18px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  box-sizing: border-box;
}
.blog-home .footer-bottom a,
.wp-theme .footer-bottom a { color: #f0b7b8 !important; }

.footer-seo-blurb {
  width: 100%;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #3c434a;
}
.footer-seo-blurb p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #b4b9be !important;
}
.footer-seo-blurb a {
  color: #f0b7b8 !important;
  text-decoration: none;
}
.footer-seo-blurb a:hover { text-decoration: underline; }

.footer-links--legal {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px 12px;
  width: 100%;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid #3c434a;
}
.footer-links--legal a {
  color: #b4b9be !important;
  font-size: 0.84rem;
  text-decoration: none;
}
.footer-links--legal a:hover { color: #f0b7b8 !important; }
.footer-copyright {
  width: 100%;
  margin: 14px 0 0;
}
.footer-copyright p {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #8c8f94 !important;
}

.footer-content {
  max-width: none;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }

/* ---- Single article ---- */
.wp-article-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 24px 60px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}
.wp-article-wrap > .back-btn { grid-column: 1 / -1; }
.wp-article-main { min-width: 0; }
@media (max-width: 960px) {
  .wp-article-wrap { grid-template-columns: 1fr; }
}
.wp-article-wrap .back-btn {
  color: var(--wp-muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.wp-article-wrap .back-btn:hover { color: var(--wp-accent); }
.wp-post {
  background: #fff;
  border: none;
  padding: 0;
}
.wp-post-label {
  color: var(--wp-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wp-post h1 {
  font-family: var(--wp-font-serif);
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  line-height: 1.25;
  color: var(--wp-text);
  margin-bottom: 12px;
  font-weight: 700;
}
.wp-post-meta {
  color: var(--wp-muted);
  font-size: 0.9rem;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--wp-border);
}
.wp-post .article-body {
  color: var(--wp-text) !important;
  font-size: 1.08rem;
  line-height: 1.85;
  font-family: var(--wp-font-serif);
}
.wp-post .article-body h1,
.wp-post .article-body h2,
.wp-post .article-body h3 {
  font-family: var(--wp-font-serif);
  color: var(--wp-text);
  margin: 1.4em 0 0.6em;
}
.wp-post .article-body a { color: var(--wp-link); }
.wp-post .article-body p { margin-bottom: 1.1em; }
.wp-notice {
  margin-top: 32px;
  padding: 16px 18px;
  background: var(--wp-bg-soft);
  border-left: 4px solid var(--wp-accent);
  color: var(--wp-muted);
  font-size: 0.9rem;
}
.wp-notice a { color: var(--wp-link); }

/* ---- Floating WA ---- */
.blog-home .floating-apply-btn,
.wp-theme .floating-apply-btn {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  text-decoration: none;
  background: #25d366 !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35) !important;
  animation: none !important;
}
.blog-home .floating-apply-btn .i,
.wp-theme .floating-apply-btn .i { color: #fff; }

.seo-regions-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 14px 0;
  padding: 0;
}
.seo-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.seo-tag { display: inline-block; padding: 4px 10px; font-size: 0.78rem; font-weight: 600; }

/* ---- Icons on white ---- */
.blog-home .i-gold { color: var(--wp-accent) !important; }
.blog-home .seo-regions-list .i-gold { color: var(--wp-accent) !important; }

/* ---- Listing cards (ilanlar, blog tarzı) ---- */
.listing-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.listing-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--wp-border);
  align-items: start;
}
.listing-thumb {
  position: relative;
  display: block;
  width: 160px;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--wp-bg-soft);
  border: 1px solid var(--wp-border);
  text-decoration: none;
}
.listing-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.listing-thumb-empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a7aaad;
}
.listing-showcase {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 3px 7px;
  border-radius: 2px;
  color: #fff;
  background: #1d2327;
}
.listing-mega { background: #c2185b; }
.listing-diamond { background: #00838f; }
.listing-vip { background: #6a1b9a; }
.listing-gold { background: #c79100; color: #fff; }
.listing-normal { background: #546e7a; }
.listing-body { min-width: 0; padding-top: 4px; }
.listing-body h3 {
  font-family: var(--wp-font-serif);
  font-size: 1.4rem;
  margin: 0 0 8px;
  line-height: 1.3;
}
.listing-body h3 a {
  color: var(--wp-text);
  text-decoration: none;
}
.listing-body h3 a:hover { color: var(--wp-accent); }
.listing-body p {
  color: var(--wp-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0 0 12px;
}

@media (max-width: 600px) {
  .listing-card {
    grid-template-columns: 110px 1fr;
    gap: 14px;
  }
  .listing-thumb {
    width: 110px;
    height: 140px;
  }
  .listing-body h3 { font-size: 1.15rem; }
}

@media (max-width: 720px) {
  .blog-nav { flex-direction: column; gap: 12px; align-items: flex-start; }
  .blog-card-featured h3,
  .blog-card h3 { font-size: 1.25rem !important; }
}

.comments-box {
  margin-top: 36px;
  border-top: 3px solid var(--wp-text);
  padding-top: 22px;
}
.comments-box h2 {
  font-family: var(--wp-font-serif);
  font-size: 1.35rem;
  margin: 0 0 18px;
}
.comment-item {
  border-bottom: 1px solid var(--wp-border);
  padding: 14px 0;
}
.comment-meta {
  font-size: 0.82rem;
  color: var(--wp-muted);
  margin-bottom: 6px;
}
.comment-meta strong { color: var(--wp-text); }
.comment-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--wp-text);
  white-space: pre-wrap;
}
.comment-form {
  margin-top: 22px;
  background: var(--wp-bg-soft);
  border: 1px solid var(--wp-border);
  padding: 18px;
}
.comment-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--wp-border);
  padding: 10px 12px;
  font: inherit;
  margin-bottom: 12px;
  background: #fff;
}
.comment-form button {
  background: var(--wp-accent);
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
}
.comment-flash {
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid var(--wp-border);
  background: #fff;
  font-size: 0.9rem;
}
.comment-flash.ok { border-color: #25d366; color: #0f766e; }
.comment-flash.err { border-color: var(--wp-accent); color: var(--wp-accent); }


/* ---- Listing detail ---- */
.wp-listing-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin: 8px 0 24px;
}
.wp-listing-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--wp-border);
  background: var(--wp-bg-soft);
}
.wp-listing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 8px;
}
.wp-listing-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid var(--wp-border);
  color: var(--wp-text);
  background: #fff;
}
.wp-listing-actions a.wa { background: #25d366; color: #fff; border-color: #25d366; }
.wp-listing-actions a.tel { background: #135e96; color: #fff; border-color: #135e96; }
.wp-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--wp-muted);
  font-size: 0.95rem;
  margin: 4px 0 8px;
}
.wp-meta-row span { display: inline-flex; align-items: center; gap: 5px; }
.listing-about { margin-top: 24px; }
.listing-comments { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--wp-border); }
.listing-comments h2 { font-size: 1.25rem; margin: 0 0 16px; }
.listing-comment { padding: 12px 0; border-bottom: 1px solid var(--wp-border); }
.listing-comment:last-child { border-bottom: none; }
.listing-comment-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 6px; }
.listing-comment-stars { color: #eab308; letter-spacing: 1px; }
.listing-comment p { margin: 0; color: #3c434a; line-height: 1.55; }
.listing-comment-meta { display: block; margin-top: 6px; font-size: 0.8rem; color: #94a3b8; }
.seo-article-block {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--wp-border);
  color: #3c434a;
  line-height: 1.7;
}
.related-listings { margin-top: 40px; }
.verified-badge {
  display: inline-flex;
  vertical-align: -3px;
  line-height: 0;
  margin-left: 4px;
}
.page-title {
  font-family: var(--wp-font-serif);
  font-size: 1.75rem;
  margin: 0 0 6px;
}
.muted-copy { color: var(--wp-muted); }
.page-body { margin-top: 20px; line-height: 1.75; }
.comments-count { font-weight: 500; color: var(--wp-muted); font-size: 0.9rem; }
.hp-field {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}

/* Payment warning on main site */
.wp-theme .payment-warning,
.blog-home .payment-warning {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff7ed;
  border: 1px solid #fdba74;
  border-left: 4px solid #ea580c;
  border-radius: 8px;
  padding: 12px 14px;
  margin: 16px 0 12px;
  color: #9a3412;
}
.wp-theme .payment-warning-icon,
.blog-home .payment-warning-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(234, 88, 12, 0.12);
  color: #ea580c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-theme .payment-warning-body strong,
.blog-home .payment-warning-body strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #c2410c;
}
.wp-theme .payment-warning-body p,
.blog-home .payment-warning-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #9a3412;
}

/* Content areas grow so footer sticks to bottom */
.wp-article-wrap,
.blog-shell,
.district-strip,
.seo-content-section {
  width: 100%;
  box-sizing: border-box;
}
.wp-article-wrap { flex: 1 0 auto; }
