/* ===============================
   WIDGET BASE
   =============================== */

.widget {
  margin-bottom: 1.5rem;
}

.widget-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.widget-subtitle {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.widget-body {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ===============================
   FOOTER WIDGET
   =============================== */

.footer-col {
  font-size: 0.9rem;
}

.footer-col strong {
  display: block;
  margin-bottom: 0.5rem;
}

.footer-col .widget-subtitle {
  display: block;
  margin-bottom: 0.5rem;
}

.footer-col .widget-body {
  line-height: 1.6;
}

/* ===============================
   SIDEBAR VARIANT (WIDGET-LEVEL)
   =============================== */

.widget--boxed {
  padding: 1rem;
  border: 1px solid #e5e5e5;
}

/* ===============================
   CTA WIDGET
   =============================== */

.widget-cta {
  padding: 1.5rem;
  text-align: center;
}
