.article-body {
  background: #f3f5f8;
}

.article-main {
  padding-bottom: 64px;
}

.article-hero {
  padding: 76px 0 46px;
  background: #103d48;
}

.article-hero__inner {
  max-width: 900px;
  text-align: center;
}

.article-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  line-height: 1.08;
  color: #ffffff;
}

.article-hero p {
  max-width: 780px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  line-height: 1.8;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
}

.article-section {
  padding: 48px 0 0;
}

.article-shell {
  display: grid;
  gap: 32px;
  max-width: 1060px;
}

.article-card {
  padding: 22px 22px 30px;
  background: #ffffff;
  border: 1px solid rgba(208, 218, 228, 0.95);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(8, 20, 44, 0.07);
}

.article-card--intro {
  border-top: 4px solid #f2a000;
}

.article-title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 12px;
  color: #15566a;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.2;
}

.article-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #f2a000;
}

.article-title--center {
  padding-left: 0;
  text-align: center;
}

.article-title--center::before {
  display: none;
}

.article-card p {
  margin: 0 0 18px;
  color: #454b58;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.04rem;
  line-height: 1.9;
  text-align: justify;
}

.article-center {
  text-align: center !important;
}

.article-note {
  margin-bottom: 0 !important;
  text-align: center !important;
  font-style: italic;
}

.bulletin-entry__header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.bulletin-entry__date,
.bulletin-entry__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef6f7;
  color: #15566a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.bulletin-entry__tag {
  background: #fff5df;
  color: #8a5600;
}

.article-list {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.article-list--wide {
  margin-bottom: 18px;
}

.article-list__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid rgba(21, 86, 106, 0.1);
}

.article-list__item span {
  font-size: 1.08rem;
  line-height: 1;
  font-weight: 700;
  color: #15566a;
}

.article-list__item p {
  margin: 0;
}

.article-callout {
  padding: 20px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid rgba(21, 86, 106, 0.14);
}

.article-callout strong {
  display: block;
  margin-bottom: 12px;
  color: #15566a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
}

.article-callout p {
  text-align: left;
}

.article-callout a {
  color: #15566a;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.article-card--cta {
  text-align: center;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 22px 0 18px;
}

@media (max-width: 720px) {
  .article-card {
    padding: 18px 16px 24px;
  }

  .article-actions {
    flex-direction: column;
    align-items: center;
  }
}
