.article-modal {
  padding: 60px 0;
}

.article-modal .article-modal-banner {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.article-modal .article-modal-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.article-modal .article-slot-content p {
  font-size: 18px;
  color: #112363;
  margin: 0 10px 20px 10px;
  line-height: 1.5;
}

.article-modal .article-slot-content h2 {
  margin: 22px 10px 14px;
  font-size: 28px;
  color: #0f2a6f;
  font-weight: 800;
  line-height: 1.3;
}

.article-modal .article-slot-content h3 {
  margin: 20px 10px 12px;
  font-size: 22px;
  color: #123b7a;
  font-weight: 700;
  line-height: 1.3;
}

.article-modal .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-modal .article-slot-content ul,
.article-modal .article-slot-content ol {
  margin: 0 10px 20px 30px;
  padding: 0;
  color: #112363;
  font-size: 18px;
  line-height: 1.5;
}

.article-modal .article-slot-content li {
  margin-bottom: 10px;
}

.article-modal .article-slot-content a {
  color: #1f57b6;
  text-decoration: underline;
  word-break: break-word;
}

.article-modal .details .social {
  margin-bottom: 15px;
}

.article-modal .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

.article-modal .details .social a:hover {
  background: #4bb1ec;
  color: #fff;
}

.article-modal .details .social a i {
  font-size: 18px;
}
