.detail-article .section-header {
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
  padding-bottom: 20px;
}

.detail-article .section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #4bb1ec;
  bottom: 0;
  left: calc(50% - 25px);
}

.detail-article .section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.detail-article .section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.img-banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.img-detail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 50px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.txt-banner {
  background-color: #f3f9fd;
  border-bottom: 1px solid #a0d1f0;
  width: 100%;
  height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-banner span {
  font-size: 40px;
  font-weight: bold;
  color: #2c718d;
}

.detail-article {
  padding: 20px 0 30px 0;
  min-height: 100vh;
  background-color: #f6f7fd;
}

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

.detail-article .article-slot-content h2 {
  margin: 24px 0 14px;
  font-size: 30px;
  color: #0f2a6f;
  font-weight: 800;
  line-height: 1.25;
}

.detail-article .article-slot-content h3 {
  margin: 22px 0 12px;
  font-size: 24px;
  color: #123b7a;
  font-weight: 700;
  line-height: 1.25;
}

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

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

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

.detail-article .detail-article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: #1f57b6;
  font-weight: 700;
  font-size: 14px;
}

.detail-article .detail-article-back-link:hover {
  color: #123b7a;
}

.detail-article .action-buttons {
  padding: 10px 20px;
}

@media (max-width: 991.98px) {
  .detail-article .action-buttons {
    padding: 8px 0;
  }
}

@media (max-width: 575.98px) {
  .detail-article .detail-article-back-link {
    gap: 6px;
  }
}
