.adatvedelem-page{}

.adatvedelem-hero__inner{
  max-width:720px;
  margin-inline:auto;
  text-align:left;
}

.adatvedelem-block{
  max-width:760px;
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  gap:var(--space-6);
}

.adatvedelem-card{
  border:1px solid var(--color-accent-gold);
  padding:var(--space-5);
  border-radius:var(--radius-sm);
  background:var(--color-surface-elevated);
}

.adatvedelem-text{
  display:flex;
  flex-direction:column;
  gap:var(--space-4);
}

.adatvedelem-divider{
  height:1px;
  background:var(--color-divider);
}

.adatvedelem-highlight{
  background:var(--color-accent-bordeaux);
  padding:var(--space-5);
  border-radius:var(--radius-sm);
  color:#fff;
  display:flex;
  flex-direction:column;
  gap:var(--space-4);
}

.adatvedelem-highlight h3,
.adatvedelem-highlight p{
  color:#fff;
}

@media (max-width:768px){
  .adatvedelem-hero__inner,
  .adatvedelem-block{
    max-width:100%;
  }
}
