/* Bloque de suscripción a YouTube ANIMA */

.aa-ytsubs {
  background-color: #F6F7F9; /* gris claro ANIMA */
  padding: 40px 20px;
  margin: 40px 0;
}

.aa-ytsubs__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.aa-ytsubs__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333333;
}

.aa-ytsubs__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.aa-ytsubs__item {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 24px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  min-width: 260px;
}

.aa-ytsubs__label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #555555;
}

/* Responsive */
@media (max-width: 600px) {
  .aa-ytsubs {
    padding: 32px 16px;
  }

  .aa-ytsubs__grid {
    flex-direction: column;
    align-items: stretch;
  }
}
