/* Updates — YouTube channel feed (SociableKit) inside site chrome */

.updates-lead {
  color: var(--text-main, #212121);
  line-height: 1.65;
}

.updates-feed {
  min-width: 0;
}

/* SociableKit injects a full-bleed channel chrome — keep it inside our column */
.updates-feed .sk-ww-youtube-channel-videos,
.updates-feed [class*="sk-ww-youtube"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

.updates-feed iframe,
.updates-feed img {
  max-width: 100%;
  height: auto;
}

/* Soft card around the widget so it reads as page content, not edge-to-edge */
.updates-feed > .kg-card,
.updates-feed > div {
  border-radius: var(--radius, 4px);
  background: #fff;
  border: 1px solid rgba(192, 192, 192, 0.45);
  box-shadow: 0 12px 32px rgba(0, 0, 80, 0.08);
  padding: clamp(0.85rem, 2vw, 1.35rem);
  overflow: hidden;
}

@media (max-width: 700px) {
  .updates-feed > .kg-card,
  .updates-feed > div {
    padding: 0.65rem;
  }
}
