/* Integrademy - Aviso de Acceso (WooCommerce) */
.mcl-ian-notice{
  margin-top: 14px;
  border: 1px solid #f1c40f;
  background: #fff8e1;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 640px;
}

.mcl-ian-icon{
  flex: 0 0 auto;
  margin-top: 2px;
}

.mcl-ian-text{
  color: #173a56;
  font-size: 13px;
  line-height: 1.5;
}

.mcl-ian-text strong{
  font-weight: 800;
}

/* En Woodmart, el summary suele ser ancho; dejamos el aviso fluido */
.summary .mcl-ian-notice{
  max-width: 100%;
}
