/* Contenedor general */
.fb-feed-section {
  background-color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
}

/* Título */
.fb-title {
  font-size: 2rem;
  color: #1f3c56;
  margin-bottom: 30px;
  font-weight: 700;
}

/* Enlace al perfil de Facebook */
.fb-more-link {
  display: inline-block;
  margin-top: 30px;
  color: #ff8c00;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.fb-more-link:hover {
  color: #2c6b47;
}

/* Envolver con estilo visual moderno si logras capturar los divs internos */
.elfsight-app .eapps-facebook-feed-post {
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.elfsight-app .eapps-facebook-feed-post:hover {
  transform: scale(1.02);
}

/* Si puedes acceder a los textos internos */
.elfsight-app .eapps-facebook-feed-post-date {
  color: #2c6b47 !important;
}

.elfsight-app .eapps-facebook-feed-post-title {
  color: #1f3c56 !important;
  font-weight: bold !important;
}

/* Enlace interno */
.elfsight-app .eapps-facebook-feed-post-link {
  color: #ff8c00 !important;
  font-weight: 500;
}
.eapps-facebook-feed-post {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}