/* RD_USHGULI_ILLUSTRATIONS_MASTER_COMPATIBLE
   Illustrations narratives + documentaires video embeds separes.
*/
.rd-ushguli-figure {
  margin: clamp(1.5rem, 4vw, 2.6rem) auto;
  width: min(100%, 980px);
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(47,127,168,.18);
  box-shadow: 0 22px 58px rgba(15,36,54,.13);
}

.rd-ushguli-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.rd-ushguli-figure figcaption {
  padding: .95rem 1.1rem 1.1rem;
  color: #244f6a;
  font-weight: 750;
  line-height: 1.55;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(229,246,255,.88));
}

.rd-ushguli-docs {
  width: min(1060px, calc(100% - 28px));
  margin: 2.6rem auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 30px;
  background: rgba(229,246,255,.94);
  border: 1px solid rgba(47,127,168,.20);
  box-shadow: 0 22px 58px rgba(15,36,54,.12);
}

.rd-ushguli-docs h2 {
  margin-top: 0;
  color: #0f2436;
}

.rd-ushguli-docs-intro {
  color: #244f6a;
  font-weight: 740;
  line-height: 1.65;
}

.rd-ushguli-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.rd-ushguli-doc-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(47,127,168,.17);
  box-shadow: 0 16px 38px rgba(15,36,54,.10);
}

.rd-ushguli-doc-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #061f35;
}

.rd-ushguli-doc-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.rd-ushguli-doc-body {
  padding: 1rem;
}

.rd-ushguli-doc-body h3 {
  margin: 0 0 .55rem;
  color: #0f2436;
  line-height: 1.22;
  font-size: 1.05rem;
}

.rd-ushguli-doc-body p {
  margin: 0 0 .9rem;
  color: #355f77;
  line-height: 1.52;
  font-weight: 700;
}

.rd-ushguli-doc-body a,
.rd-ushguli-doc-body a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .72rem 1rem;
  background: linear-gradient(135deg,#2f7fa8,#1f5f86);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 780px) {
  .rd-ushguli-doc-grid {
    grid-template-columns: 1fr;
  }

  .rd-ushguli-figure {
    border-radius: 22px;
  }

  .rd-ushguli-figure img {
    aspect-ratio: 4 / 3;
  }

  .rd-ushguli-docs {
    border-radius: 24px;
    width: min(94vw, 680px);
  }

  .rd-ushguli-doc-body a {
    width: 100%;
  }
}

html[data-rd-effective-theme="dark"] .rd-ushguli-figure,
body[data-rd-effective-theme="dark"] .rd-ushguli-figure,
html[data-rd-effective-theme="dark"] .rd-ushguli-docs,
body[data-rd-effective-theme="dark"] .rd-ushguli-docs {
  background: rgba(10,24,42,.92);
  border-color: rgba(174,214,241,.18);
}

html[data-rd-effective-theme="dark"] .rd-ushguli-figure figcaption,
body[data-rd-effective-theme="dark"] .rd-ushguli-figure figcaption,
html[data-rd-effective-theme="dark"] .rd-ushguli-doc-card,
body[data-rd-effective-theme="dark"] .rd-ushguli-doc-card {
  background: rgba(16,36,58,.86);
}

html[data-rd-effective-theme="dark"] .rd-ushguli-doc-body h3,
body[data-rd-effective-theme="dark"] .rd-ushguli-doc-body h3,
html[data-rd-effective-theme="dark"] .rd-ushguli-docs h2,
body[data-rd-effective-theme="dark"] .rd-ushguli-docs h2 {
  color: #eaf7ff;
}

html[data-rd-effective-theme="dark"] .rd-ushguli-doc-body p,
body[data-rd-effective-theme="dark"] .rd-ushguli-doc-body p,
html[data-rd-effective-theme="dark"] .rd-ushguli-docs-intro,
body[data-rd-effective-theme="dark"] .rd-ushguli-docs-intro,
html[data-rd-effective-theme="dark"] .rd-ushguli-figure figcaption,
body[data-rd-effective-theme="dark"] .rd-ushguli-figure figcaption {
  color: #cfeeff;
}