/* V48 — Instagram top content alignment only.
   Reel cards, embeds, background, sizing and behavior intentionally untouched. */
.instagram-feed-section .instagram-head.instagram-head-v48 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: 0 0 34px;
  text-align: center;
}

.instagram-feed-section .instagram-head.instagram-head-v48 .mini-label {
  display: inline-flex;
  justify-content: center;
  margin: 0;
  text-align: center;
}

.instagram-feed-section .instagram-head.instagram-head-v48 h2 {
  max-width: 920px;
  margin: 14px auto 10px;
  text-align: center;
}

.instagram-feed-section .instagram-head.instagram-head-v48 p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.72);
  text-align: center;
}

.instagram-feed-section .instagram-head.instagram-head-v48 .btn-line.light {
  align-self: center;
  margin: 20px auto 0;
}

@media (max-width: 767px) {
  .instagram-feed-section .instagram-head.instagram-head-v48 {
    align-items: center;
    margin-bottom: 28px;
  }

  .instagram-feed-section .instagram-head.instagram-head-v48 h2 {
    margin-top: 12px;
  }

  .instagram-feed-section .instagram-head.instagram-head-v48 .btn-line.light {
    margin-top: 18px;
  }
}
