.article-content,
.article-content p,
.article-content li,
.article-content blockquote,
.article-content figcaption {
  color: #f4f4f5;
}

.article-content p {
  line-height: 1.85;
}

.article-embed {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 32px 0;
  overflow: hidden;
}

.article-embed iframe,
.article-embed blockquote,
.article-embed .article-video {
  width: 100%;
  max-width: 680px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.article-embed iframe {
  border-radius: 12px;
}

.article-embed-facebook iframe {
  min-height: 500px;
}

.article-embed > p {
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  text-align: center;
}

.article-embed a {
  color: #ffffff;
}

.article-tags {
  position: static !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 24px 0 30px;
}

.article-tags .badge {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .article-embed {
    margin: 24px 0;
  }

  .article-embed-facebook iframe {
    min-height: 580px;
  }

  .article-tags {
    gap: 6px;
    margin: 20px 0 24px;
  }
}
