/* Orion_Imagen_IA_Info */

.orion-imginfo {
  margin: 0 0 12px;
}

.orion-imginfo__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  padding: 4px 0;
  margin: 0;
  color: #0e2847;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.orion-imginfo__trigger:hover,
.orion-imginfo__trigger:focus {
  text-decoration: none;
  outline: none;
  opacity: .8;
}

.orion-imginfo__icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

/* Imagen de icono personalizada */
.orion-imginfo__icon--img {
  width: auto;
  height: 1.5em;
  max-height: 26px;
  max-width: 220px;
  fill: none;
}

.orion-imginfo__label {
  text-decoration: none !important;
  border-bottom: none !important;
  color: inherit;
}

/* ---- Modal ---- */
.orion-imginfo__overlay[hidden] {
  display: none;
}

.orion-imginfo__overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, .5);
  -webkit-overflow-scrolling: touch;
}

.orion-imginfo__dialog {
  position: relative;
  background: #fff;
  color: #333;
  width: 100%;
  max-width: 460px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 24px 22px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
  font-size: 14px;
  line-height: 1.55;
}

.orion-imginfo__title {
  font-size: 17px;
  margin: 0 34px 12px 0;
  color: #1689f5;
}

.orion-imginfo__body {
  margin: 0;
  white-space: pre-line; /* respeta saltos de línea del texto configurado */
}

.orion-imginfo__close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: 0;
  font-size: 26px;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 6px;
  width: 40px;
  height: 40px;
}

.orion-imginfo__close:hover,
.orion-imginfo__close:focus {
  color: #333;
  outline: none;
}

body.orion-imginfo--open {
  overflow: hidden;
}

/* ---- Tablet ---- */
@media (max-width: 991px) {
  .orion-imginfo__dialog {
    max-width: 520px;
  }
}

/* ---- Móvil ---- */
@media (max-width: 480px) {
  .orion-imginfo__dialog {
    padding: 20px 18px;
    border-radius: 12px;
    max-height: 88vh;
  }
  .orion-imginfo__title {
    font-size: 16px;
  }
}
