/* Atlantic Image Defense — v451.7 public content enrichment
 * Adds page-specific, multilingual information panels without changing workflows.
 */

.aid-institutional-depth__principles--enriched {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(92, 224, 219, .22);
  background:
    linear-gradient(155deg, rgba(24, 35, 58, .99), rgba(12, 20, 36, .99));
  box-shadow: 0 20px 50px rgba(3, 8, 18, .22);
}

.aid-institutional-depth__principles--enriched::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -58px;
  z-index: -1;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(92, 224, 219, .09);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(92, 224, 219, .025),
    0 0 0 58px rgba(92, 224, 219, .018);
  pointer-events: none;
}

.aid-institutional-depth__principles--enriched ul {
  margin-bottom: 22px;
}

.aid-institutional-depth__principles--enriched > a {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.aid-evidence-sidecar-v4517 {
  position: relative;
  display: flex;
  min-height: 315px;
  margin-top: 18px;
  padding: 24px;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(92, 224, 219, .22);
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(24, 35, 58, .99), rgba(12, 20, 36, .99));
  box-shadow: 0 20px 48px rgba(3, 8, 18, .22);
}

.aid-evidence-sidecar-v4517::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -46px;
  z-index: -1;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(92, 224, 219, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(92, 224, 219, .025);
  pointer-events: none;
}

.aid-evidence-sidecar-v4517__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #69e0dc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.aid-evidence-sidecar-v4517 h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.3;
}

.aid-evidence-sidecar-v4517 > p {
  margin: 9px 0 0;
  color: rgba(222, 233, 238, .68);
  font-size: 11px;
  line-height: 1.6;
}

.aid-evidence-sidecar-v4517 ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.aid-evidence-sidecar-v4517 li {
  position: relative;
  padding: 0 0 10px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.aid-evidence-sidecar-v4517 li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.aid-evidence-sidecar-v4517 li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65dfda;
  box-shadow: 0 0 0 4px rgba(24, 254, 245, .08);
}

.aid-evidence-sidecar-v4517 li strong,
.aid-evidence-sidecar-v4517 li span {
  display: block;
}

.aid-evidence-sidecar-v4517 li strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.aid-evidence-sidecar-v4517 li span {
  margin-top: 3px;
  color: rgba(218, 229, 235, .64);
  font-size: 10.5px;
  line-height: 1.55;
}

.aid-evidence-sidecar-v4517 > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #76e8e3;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
}

.aid-evidence-sidecar-v4517 > a:hover,
.aid-evidence-sidecar-v4517 > a:focus-visible {
  color: #fff;
}

@media (max-width: 991.98px) {
  .aid-institutional-depth__principles--enriched,
  .aid-evidence-sidecar-v4517 {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .aid-institutional-depth__principles--enriched,
  .aid-evidence-sidecar-v4517 {
    padding: 20px;
  }

  .aid-institutional-depth__principles--enriched h3,
  .aid-evidence-sidecar-v4517 h3 {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aid-institutional-depth__principles--enriched *,
  .aid-evidence-sidecar-v4517 * {
    transition: none !important;
    animation: none !important;
  }
}
