:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9b35b51 *//* ==================================
   SDG HUB - 2 Kart Link (Elementor)
   ================================== */

.sdg-hub{
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 10px 0 18px;
}

.sdg-hub__head{
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.sdg-hub__title{
  margin: 0;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.2;
  color: #0f172a;
  letter-spacing: .2px;
}

.sdg-hub__sub{
  margin: 0;
  color: rgba(15,23,42,.62);
  font-size: 14.5px;
  line-height: 1.55;
}

/* Grid */
.sdg-hub__grid{
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

/* Card link */
.sdg-card{
  display: grid;
  grid-template-columns: 54px 1fr 22px;
  gap: 14px;
  align-items: center;
  text-decoration: none !important;
  padding: 18px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 35px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sdg-card:hover{
  transform: translateY(-2px);
  border-color: rgba(15,23,42,.14);
  box-shadow: 0 18px 45px rgba(15,23,42,.12);
}

.sdg-card__icon{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.08);
}

.sdg-card__title{
  font-weight: 850;
  color: #0f172a;
  letter-spacing: .2px;
  margin-bottom: 3px;
  font-size: 15.6px;
}

.sdg-card__desc{
  color: rgba(15,23,42,.62);
  font-size: 13.8px;
  line-height: 1.55;
}

.sdg-card__meta{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.sdg-pill{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.08);
  color: rgba(15,23,42,.72);
  font-weight: 700;
  font-size: 12.2px;
}

.sdg-card__arrow{
  color: rgba(15,23,42,.45);
  font-size: 16px;
  justify-self: end;
}

/* Accent variants */
.sdg-card--tools .sdg-card__icon{
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.22);
}
.sdg-card--impact .sdg-card__icon{
  background: rgba(56,189,248,.12);
  border-color: rgba(56,189,248,.22);
}

/* Desktop */
@media (min-width: 760px){
  .sdg-hub__grid{
    grid-template-columns: 1fr 1fr;
  }
}/* End custom CSS */