/* ==========================================================
   Widget Halo Kakak! — Layanan Publik Sekolah
   Dikembangkan oleh Baturetno Studio
   ========================================================== */

.lynpub-hk-widget {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background: linear-gradient(135deg, #0d3c7a 0%, #1e88e5 100%);
  border-radius: 20px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 10px 28px rgba(13,60,122,.35);
  text-decoration: none !important;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
  transition: transform .2s, box-shadow .2s;
  margin-bottom: 1.5rem;
}
.lynpub-hk-widget * { box-sizing: border-box; }

a.lynpub-hk-widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(13,60,122,.45);
}

.lynpub-hk-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: .35rem;
}

.lynpub-hk-icon { display: block; }

.lynpub-hk-brand {
  text-align: center;
  color: #fff;
  line-height: 1.15;
  white-space: nowrap;
}
.lynpub-hk-brand em {
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}
.lynpub-hk-brand strong {
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: .3px;
}

.lynpub-hk-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,.25);
  flex-shrink: 0;
}

.lynpub-hk-text-col { min-width: 0; }

.lynpub-hk-heading {
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: .4rem;
  line-height: 1.3;
}

.lynpub-hk-sub {
  font-weight: 600;
  font-size: .88rem;
  color: rgba(255,255,255,.9);
  line-height: 1.5;
}

/* Responsive: susun vertikal di ruang sempit (sidebar HP) */
@media (max-width: 420px) {
  .lynpub-hk-widget { flex-direction: column; text-align: center; padding: 1.3rem 1.1rem; }
  .lynpub-hk-divider { display: none; }
  .lynpub-hk-brand { white-space: normal; }
}
