/* Redes Sociales - Optimizado con Bootstrap 5 */

#redes-sociales {
  padding: 30px 0;
}

#redes-sociales .row {
  margin-bottom: 30px;
}

/* Headings */
#redes-sociales h3 {
  color: #00458a;
  font-family: KhandRegular, Arial, sans-serif;
  font-size: 45px;
  margin: 0 0 20px 0;
  font-weight: normal;
}

/* Divider Line */
#redes-sociales .linea-divider {
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    to right,
    #00458a 0%,
    #0066cc 50%,
    #00458a 100%
  );
  margin: 30px 0;
  border-radius: 2px;
}

/* Instagram Section */
.embedsocial-hashtag {
  min-height: 400px;
}

/* Facebook Section */
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
  max-width: 500px;
}

/* Spotify Section */
#spotify iframe {
  width: 100%;
  max-width: 100%;
  height: 380px;
  border-radius: 12px;
  border: none;
}

/* Twitter Section */
#twitter {
  margin: 20px 0;
}

#twitter .twitter-timeline {
  width: 100% !important;
}

/* Responsive Layout */
@media (max-width: 767px) {
  #redes-sociales h3 {
    font-size: 32px;
  }

  #spotify iframe {
    height: 380px;
  }
}

/* EmbedSocial Widget Custom Styles */
.feed-powered-by-es {
  display: inline-block;
  font-size: 12px;
  color: #999;
  text-decoration: none;
  margin-top: 10px;
}

.feed-powered-by-es:hover {
  color: #666;
}

/* Loading State */
#redes-sociales .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  color: #00458a;
  font-size: 18px;
}

/* Print Styles */
@media print {
  #redes-sociales {
    display: none;
  }
}
