
/* Complete homepage locality directory */

.gp-home-seo-network{
  max-width:1180px;
  margin:26px auto 34px;
  padding:22px;
  background:#ffffff;
  border:1px solid rgba(26,61,40,.10);
  border-radius:24px;
  box-shadow:0 10px 28px rgba(26,61,40,.07);
}

.gp-home-seo-head{
  text-align:center;
  margin-bottom:16px;
}

.gp-home-seo-head h2{
  margin:0 0 6px;
  font-family:'Tiro Devanagari Nepali',serif;
  font-size:26px;
  color:#1a3d28;
}

.gp-home-seo-head p{
  margin:0 auto;
  max-width:780px;
  color:#64748b;
  font-size:14px;
  line-height:1.6;
}

.gp-home-featured-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-bottom:18px;
}

.gp-home-featured-card{
  display:block;
  text-decoration:none !important;
  padding:12px 13px;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#f8fffb);
  border:1px solid rgba(15,118,110,.13);
  color:#15251b !important;
  box-shadow:0 4px 14px rgba(15,23,42,.04);
}

.gp-home-featured-card strong{
  display:block;
  font-family:'Tiro Devanagari Nepali',serif;
  font-size:17px;
  line-height:1.35;
}

.gp-home-featured-card span{
  display:block;
  margin-top:4px;
  color:#475569;
  font-size:12.5px;
  font-weight:700;
}

.gp-home-featured-card small{
  display:block;
  margin-top:3px;
  color:#0f766e;
  font-size:11.5px;
  font-weight:800;
}

.gp-home-province-directory{
  display:grid;
  gap:10px;
}

.gp-province-directory-block{
  border:1px solid rgba(15,118,110,.14);
  border-radius:18px;
  background:#fbfffd;
  overflow:hidden;
}

.gp-province-directory-block summary{
  list-style:none;
  cursor:pointer;
  padding:14px 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-weight:900;
  color:#173c2a;
}

.gp-province-directory-block summary::-webkit-details-marker{
  display:none;
}

.gp-province-directory-block summary span{
  font-family:'Tiro Devanagari Nepali',serif;
  font-size:19px;
}

.gp-province-directory-block summary small{
  color:#64748b;
  font-weight:800;
}

.gp-district-directory-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0 14px 14px;
}

.gp-district-directory-card{
  background:#ffffff;
  border:1px solid rgba(15,118,110,.10);
  border-radius:14px;
  padding:12px;
}

.gp-district-directory-title{
  display:block;
  color:#0f766e !important;
  text-decoration:none !important;
  font-weight:900;
  margin-bottom:8px;
}

.gp-locality-mini-links{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.gp-locality-mini-links a{
  text-decoration:none !important;
  color:#244035 !important;
  background:#eef8f2;
  border:1px solid rgba(34,97,58,.12);
  border-radius:999px;
  padding:5px 8px;
  font-size:12px;
  font-weight:800;
}

@media(max-width:900px){
  .gp-home-featured-links,
  .gp-district-directory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:560px){
  .gp-home-featured-links,
  .gp-district-directory-grid{
    grid-template-columns:1fr;
  }
}
