/* Gharparibar crawlable locality page layer */

.gp-crawl-page{
  max-width:1180px;
  margin:0 auto;
  padding:18px 0 36px;
  color:#15251b;
}

.gp-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 12px;
  font-size:13px;
  color:#64748b;
}

.gp-breadcrumb a{
  color:#0f766e;
  text-decoration:none;
  font-weight:800;
}

.gp-breadcrumb span{
  color:#94a3b8;
}

.gp-crawl-hero{
  border-radius:28px;
  padding:34px 30px;
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.6),transparent 36%),
    linear-gradient(135deg,#1a3d28,#2f8b50 50%,#b8860b);
  color:#fff;
  box-shadow:0 16px 42px rgba(26,61,40,.22);
}

.gp-crawl-kicker{
  font-size:13px;
  font-weight:900;
  letter-spacing:.03em;
  opacity:.9;
}

.gp-crawl-hero h1{
  margin:8px 0;
  font-family:'Tiro Devanagari Nepali',serif;
  font-size:40px;
  line-height:1.15;
}

.gp-crawl-hero p{
  margin:0;
  max-width:760px;
  line-height:1.7;
  opacity:.96;
}

.gp-live-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin:16px 0;
}

.gp-live-card{
  background:#fff;
  border:1px solid rgba(15,118,110,.12);
  border-radius:20px;
  padding:18px;
  box-shadow:0 8px 22px rgba(15,23,42,.06);
}

.gp-live-card span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:900;
  margin-bottom:6px;
}

.gp-live-card strong{
  display:block;
  font-size:19px;
  color:#15251b;
}

.gp-live-card small{
  display:block;
  margin-top:6px;
  color:#64748b;
}

.gp-news-dual-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:16px 0;
}

.gp-news-pane{
  background:#fff;
  border:1px solid rgba(15,118,110,.14);
  border-radius:22px;
  padding:18px;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}

.gp-news-pane h2,
.gp-nearby-seo h2,
.gp-district-context h2{
  margin:0 0 10px;
  color:#0f172a;
  font-size:21px;
}

.gp-mini-news-list{
  display:grid;
  gap:11px;
}

.gp-mini-news-list article{
  padding:12px;
  border-radius:14px;
  background:#f8fffc;
  border:1px solid rgba(15,118,110,.1);
}

.gp-mini-news-list a{
  display:block;
  color:#0f172a;
  text-decoration:none;
  font-weight:800;
  line-height:1.45;
}

.gp-mini-news-list small{
  display:block;
  margin-top:6px;
  color:#64748b;
}

.gp-seo-topic-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:16px 0;
}

.gp-seo-topic-grid a{
  background:#fff;
  border:1px solid rgba(15,118,110,.14);
  border-radius:16px;
  padding:13px;
  color:#0f766e;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 6px 18px rgba(15,23,42,.05);
}

.gp-nearby-seo,
.gp-district-context{
  background:#fff;
  border:1px solid rgba(15,118,110,.14);
  border-radius:22px;
  padding:18px;
  margin:16px 0;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}

.gp-nearby-pills{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.gp-nearby-pills a{
  text-decoration:none;
  color:#22613a;
  background:#e8f5ec;
  border:1px solid rgba(34,97,58,.18);
  border-radius:999px;
  padding:9px 13px;
  font-weight:850;
}

.gp-nearby-pills small{
  color:#64748b;
  font-weight:700;
}

.gp-district-context p{
  color:#64748b;
  line-height:1.65;
}

.gp-district-context a{
  display:inline-flex;
  margin-top:8px;
  color:#0f766e;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:850px){
  .gp-news-dual-grid,
  .gp-live-grid,
  .gp-seo-topic-grid{
    grid-template-columns:1fr;
  }
  .gp-crawl-hero h1{
    font-size:31px;
  }
}
