
/* V1.0.2 — Direct Instagram Reel Players v1033 */

.instagram-section{
  position:relative;
  overflow:hidden;
}
.instagram-section .container{position:relative;z-index:1}
.instagram-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 82% 18%, rgba(130,61,184,.07), transparent 28%),
    radial-gradient(circle at 14% 82%, rgba(239,76,102,.05), transparent 30%);
}
.reels-intro{
  max-width:880px;
  margin-bottom:26px;
}
.reels-intro p{
  color:#52647a;
  line-height:1.65;
}
.reels-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.reel-card{
  min-width:0;
  border:1px solid var(--line,#d8e1ec);
  border-radius:22px;
  padding:12px;
  background:#fff;
  box-shadow:0 18px 48px rgba(7,40,88,.09);
}
.reel-frame{
  min-height:610px;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  background:#f3f5f8;
}
.reel-frame .instagram-media{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 auto !important;
  border:0 !important;
  box-shadow:none !important;
}
.reel-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 4px 2px;
}
.reel-meta strong{
  color:#0b3979;
  font-size:13px;
}
.reel-meta a{
  color:#0b4fa3;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.reels-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:20px;
  padding:14px 16px;
  border:1px solid #dce4ee;
  border-radius:14px;
  background:#f8fafc;
}
.reels-footer p{
  margin:0;
  color:#667085;
  font-size:12px;
  line-height:1.5;
}
.reels-footer a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:10px;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  background:linear-gradient(135deg,#7049d9,#ca3a8d 55%,#ed5e54);
}
.instagram-embed-status{
  margin-top:12px;
  text-align:center;
  font-size:10px;
  color:#7a8798;
}
@media(max-width:1100px){
  .reels-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .reels-grid{
    grid-template-columns:1fr;
  }
  .reel-card{
    max-width:560px;
    width:100%;
    margin:0 auto;
  }
  .reel-frame{
    min-height:560px;
  }
  .reels-footer{
    align-items:flex-start;
    flex-direction:column;
  }
  .reels-footer a{
    width:100%;
  }
}
