h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 8px;
  font-family: sans-serif;
}

h2 {
  font-size: 28px;
}

figcaption {
  text-align: center;
  color: grey;
  margin: 4px 0;
}

figure {
  margin: 16px 0;
}

.article-body p a,
.article-body li a,
.article-body .article-body__heading-box a {
  color: #d10a10;
  text-decoration: none;
  font-weight: 600;
}

.article-body .article-body__heading-box a:hover {
  text-decoration: underline;
}

.article-body .article-body__heading-box {
  margin: 1.5rem 0 1.25rem;
  padding: 1.25rem 1.5rem;
  text-align: justify;
  background: linear-gradient(145deg, #fafbfc 0%, #f0f2f5 100%);
  border: 1px solid #d8dde3;
  border-left: 4px solid red;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.45;
  font-weight: 600;
}

.article-body .article-body__notice {
  position: relative;
  margin: 0.65rem 0;
  padding: 0.55rem 0.65rem 0.55rem 2.15rem;
  text-align: justify;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #3d4450;
  background: #f0f3f7;
  border: 1px solid #d1d8e0;
  border-left: 3px solid #6b7c93;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(45, 55, 72, 0.06);
}

.article-body .article-body__notice::before {
  content: "!";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.65rem;
  color: #fff;
  background: #6b7c93;
  border-radius: 50%;
}

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: sans-serif;
  margin-bottom: 20px;
}

.check__wrapper {
  padding: 0.5rem;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot {
  border-bottom: 3px solid #000;
}

@media (max-width: 992px) {
  .check {
    font-size: 0.7rem;
  }
}
