.footer-insta-strip{
  background: #fff;      /* match footer vibe */
  padding: 22px 0 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-insta-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom: 12px;
}

.footer-insta-title{
  color:#0f0f0f;
  font-weight:700;
  font-size: 14px;
  letter-spacing: .2px;
}

.footer-insta-link{
  color:#A38B52;
  font-weight:700;
  text-decoration:none;
  font-size: 13px;
}

.footer-insta-feed{
  overflow:hidden;
}

/* Make the feed feel like a strip */
.footer-insta-strip img{
  border-radius: 8px;
}

/* Mobile tweaks */
@media(max-width:768px){
  .footer-insta-head{
    flex-direction: column;
    align-items:flex-start;
    margin-bottom: 10px;
  }
}
