/* ===================================================
   SEZIONE: I NOSTRI SOCIAL
=================================================== */

.sicob-social-hub{
  padding: 2.5rem 1rem;
  background: #f6f7f9;
}

.sicob-social-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

.sicob-social-hub-header{
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.sicob-social-hub-title{
  margin: 0 0 .5rem 0;
  font-size: 1.6rem;
  line-height: 1.2;
}

.sicob-social-hub-subtitle{
  margin: 0;
  color: #4b5563;
  line-height: 1.5;
}

/* Grid social */
.sicob-social-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
}

.sicob-social-item{
  display: flex;
  align-items: center;
  gap: .9rem;
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 16px;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  transition: transform .12s ease, box-shadow .12s ease;
}

.sicob-social-item:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.sicob-social-icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: #eef2ff;
}

.sicob-social-text{
  flex: 1;
  min-width: 0;
}

.sicob-social-name{
  font-weight: 700;
}

.sicob-social-handle{
  color: #6b7280;
  font-size: .95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sicob-social-cta{
  font-weight: 700;
  color: #0D6EFD;
}

/* Responsive social grid */
@media (min-width: 768px){
  .sicob-social-grid{
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px){
  .sicob-social-grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
}



/* ===================================================
   SEZIONE: INSTAGRAM (EMBED O LIGHTWIDGET)
=================================================== */

.sicob-instagram-section,
.sicob-ig-section{
  padding: 2.5rem 1rem;
  background: #f6f7f9;
}

.sicob-instagram-container,
.sicob-ig-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

.sicob-instagram-header,
.sicob-ig-header{
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.sicob-ig-title{
  margin: 0 0 .5rem 0;
  font-size: 1.6rem;
}

.sicob-ig-subtitle{
  margin: 0 0 .75rem 0;
  color: #4b5563;
}

.sicob-ig-link{
  font-weight: 700;
  color: #0D6EFD;
  text-decoration: none;
}

.sicob-ig-link:hover{
  text-decoration: underline;
}

/* Instagram grid (embed manuale) */
.sicob-ig-grid{
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px){
  .sicob-ig-grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px){
  .sicob-ig-grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Ordina embed */
.sicob-ig-grid .instagram-media{
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 16px !important;
  overflow: hidden;
}

/* Card LightWidget */
.sicob-instagram-card{
  background:#fff;
  padding:1rem;
  border-radius:16px;
  border:1px solid #e6e8ee;
  overflow:hidden;
}
