
.ekops10-social-links{display:flex;gap:10px;flex-wrap:wrap}.ekops10-social-links a{display:inline-flex;background:#0f172a;color:#fff;border-radius:999px;padding:10px 14px;text-decoration:none}
.woocommerce ul.products li.product img,.ek-product-card img,.ekfw-product-card img{object-fit:contain!important;background:#fff!important}

/* EK Operations v10.1 — Bricks Instagram Section */
.ekops-bricks-instagram{
  width:100%;
  max-width:1180px;
  margin:56px auto;
  padding:0 20px;
  box-sizing:border-box;
}
.ekops-bricks-instagram .ekops-bi-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}
.ekops-bricks-instagram .ekops-bi-head span{
  display:inline-flex;
  margin-bottom:8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#4D008C;
}
.ekops-bricks-instagram .ekops-bi-head h2{
  margin:0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.1;
  letter-spacing:-.03em;
}
.ekops-bricks-instagram .ekops-bi-head p{
  max-width:620px;
  margin:10px 0 0;
  font-size:16px;
  line-height:1.65;
  color:#5f6673;
}
.ekops-bricks-instagram .ekops-bi-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  white-space:nowrap;
  background:#4D008C;
  color:#fff;
  box-shadow:0 10px 28px rgba(77,0,140,.18);
}
.ekops-bricks-instagram .ekops-bi-feed{
  position:relative;
}
.ekops-bricks-instagram #sb_instagram,
.ekops-bricks-instagram .sbi{
  border-radius:20px;
}
.ekops-bricks-instagram #sb_instagram .sbi_photo,
.ekops-bricks-instagram .sbi_photo{
  border-radius:16px;
  overflow:hidden;
  transition:transform .35s ease, box-shadow .35s ease;
}
.ekops-bricks-instagram #sb_instagram .sbi_photo:hover,
.ekops-bricks-instagram .sbi_photo:hover{
  transform:translateY(-4px) scale(1.015);
  box-shadow:0 18px 45px rgba(16,24,40,.14);
}
.ekops-bi-admin-note{
  padding:16px 18px;
  border-radius:14px;
  background:#fff7e6;
  border:1px solid #ffd38a;
}
@media (max-width:767px){
  .ekops-bricks-instagram{
    margin:40px auto;
    padding:0 16px;
  }
  .ekops-bricks-instagram .ekops-bi-head{
    display:block;
  }
  .ekops-bricks-instagram .ekops-bi-button{
    margin-top:18px;
    width:100%;
  }
}
