.cms-flash {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 18px;
  font-weight: 600;
}

.cms-flash-warning {
  background: #fff6e8;
  color: #9a5c00;
  border: 1px solid rgba(154, 92, 0, 0.14);
}

.cms-empty-state {
  padding: 32px 24px;
  border: 1px dashed #d0dded;
  border-radius: 24px;
  background: #fbfdff;
  text-align: center;
}

.cms-empty-state p {
  margin-top: 10px;
}

.cms-article-content {
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.cms-article-content img,
.cms-article-content video,
.cms-article-content iframe {
  width: 100%;
  border-radius: 20px;
  margin: 24px 0;
}

.cms-article-content h2,
.cms-article-content h3,
.cms-article-content h4 {
  margin: 30px 0 14px;
}

.cms-article-content p,
.cms-article-content li,
.cms-empty-state p {
  color: #475569;
  line-height: 1.9;
}

.cms-article-content ul,
.cms-article-content ol {
  padding-left: 22px;
}

@media (max-width: 767px) {
  .cms-article-content {
    padding: 24px 20px;
  }
}
