.alidatos-text-highlight {
  margin: 1.5rem 0;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.alidatos-text-highlight--info {
  border-color: rgba(2, 132, 199, 0.18);
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0.98) 42%);
}

.alidatos-text-highlight--warning {
  border-color: rgba(234, 88, 12, 0.18);
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.08), rgba(255, 255, 255, 0.98) 42%);
}

.alidatos-text-highlight--success {
  border-color: rgba(13, 123, 87, 0.2);
  background: linear-gradient(135deg, rgba(13, 123, 87, 0.08), rgba(255, 255, 255, 0.98) 42%);
}

.alidatos-text-highlight__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.alidatos-text-highlight__details {
  display: block;
}

.alidatos-text-highlight__summary {
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.1rem, 1rem + 0.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
}

.alidatos-text-highlight__summary::-webkit-details-marker {
  display: none;
}

.alidatos-text-highlight__panel {
  margin-top: 0.85rem;
}

.alidatos-text-highlight__lead {
  margin: 0;
  color: #475569;
  font-size: 0.98rem;
}

.alidatos-text-highlight__body {
  margin-top: 0.85rem;
  color: #334155;
}

.alidatos-text-highlight__body p {
  margin: 0.7rem 0 0;
}

.alidatos-text-highlight__list {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
}

.alidatos-text-highlight__list li + li {
  margin-top: 0.5rem;
}
