.editorial-card {
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
  scroll-margin-top: 2rem;
}

.edito-content a {
  color: #2367a5;
  font-weight: 600;
  text-decoration: underline;
}

.edito-content a:hover {
  text-decoration: none;
}

.loading {
  text-align: center;
  padding: 60px 20px;
}

.error {
  color: #b00020;
  padding: 20px;
  border: 1px solid #b00020;
  border-radius: 12px;
  background: rgba(176, 0, 32, 0.08);
}

.edito-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.edito-content table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .editorial-card {
    padding: 24px;
  }
}
