/* ===== SINGLE IA LEVADURAS ===== */

.ia-single-container {
  background:
    radial-gradient(circle at 92% 0%, rgba(1, 164, 153, 0.13) 0%, rgba(1, 164, 153, 0) 34%),
    radial-gradient(circle at 8% 100%, rgba(227, 118, 4, 0.1) 0%, rgba(227, 118, 4, 0) 36%),
    linear-gradient(180deg, #f2fbfa 0%, #ffffff 42%);
  padding-top: 46px;
}

.archive-lab--ia {
  background:
    radial-gradient(circle at 92% 0%, rgba(1, 164, 153, 0.13) 0%, rgba(1, 164, 153, 0) 34%),
    radial-gradient(circle at 8% 100%, rgba(227, 118, 4, 0.1) 0%, rgba(227, 118, 4, 0) 36%),
    linear-gradient(180deg, #f2fbfa 0%, #ffffff 42%);
}

.archive-lab--ia .ia-single-breadcrumb {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.ia-archive-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #ffe000;
  color: #1f3437;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.1;
}

.ia-single-content {
  max-width: 1180px;
}

.ia-single-breadcrumb {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.ia-single-breadcrumb .page-breadcrumb__list {
  max-width: 100%;
}

.ia-single-breadcrumb .page-breadcrumb__current {
  display: inline-block;
  max-width: min(56ch, 70vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ia-single {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(1, 164, 153, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(48, 79, 85, 0.12);
}

.ia-single-header {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-color: rgba(1, 164, 153, 0.18);
}

.ia-single-back,
.ia-single-source {
  display: inline-flex;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #ffe000;
  color: #1f3437;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.ia-single-source {
  background: rgba(1, 164, 153, 0.1);
  color: var(--main-darker-green-color);
}

.ia-single-press-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.ia-single-press-logo {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 116px;
  aspect-ratio: 1 / 1;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(1, 164, 153, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #eef9f6 100%);
  box-shadow: 0 12px 26px rgba(48, 79, 85, 0.1);
}

.ia-single-press-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ia-single-press-logo span {
  color: var(--main-darker-green-color);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.ia-single-press-brand .ia-single-source {
  margin: 0;
}

.ia-single .title-noticia {
  color: var(--main-darker-green-color);
  font-size: clamp(2rem, 1.45rem + 1.8vw, 3rem);
  font-weight: 900;
}

.ia-single .date-noticia {
  color: var(--main-orange-color);
  font-weight: 850;
}

.ia-single-image {
  max-width: 960px;
  margin: 0 auto 36px;
}

.ia-single-image .image-noticia {
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: var(--main-lighter-green-color);
  box-shadow: 0 14px 32px rgba(48, 79, 85, 0.14);
}

.ia-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ia-single .content-noticia {
  max-width: 880px;
  margin: 0 auto;
}

.ia-single .content-noticia:empty::before {
  content: "Contenido por definir.";
  display: block;
  padding: 24px;
  border: 1px dashed rgba(1, 164, 153, 0.35);
  border-radius: 14px;
  background: var(--main-lighter-green-color);
  color: var(--main-darker-green-color);
  font-weight: 800;
  text-align: center;
}

.ia-single-actions {
  max-width: 880px;
  margin: 28px auto 0;
  text-align: center;
}

.ia-single-related {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.ia-archive-press-body {
  text-align: left;
}

.ia-archive-press-logo {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 126px;
  aspect-ratio: 1 / 1;
  margin-bottom: 18px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(1, 164, 153, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #eef9f6 100%);
  box-shadow: 0 10px 22px rgba(48, 79, 85, 0.1);
}

.ia-archive-press-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ia-archive-press-logo span {
  color: var(--main-darker-green-color);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 760px) {
  .ia-single {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .ia-single-image .image-noticia {
    border-radius: 14px;
  }

  .ia-single-press-brand {
    flex-direction: column;
  }
}
