.article-detail-page {
  background: #ffffff;
  color: #00576a;
}

.article-detail-page *,
.article-detail-page *::before,
.article-detail-page *::after {
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif !important;
}

.article-detail-page a {
  color: inherit;
  text-decoration: none !important;
}

.article-detail-page__container {
  width: min(1180px, calc(100% - 120px));
  margin: 0 auto;
}

.article-detail-page__content-wrap {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 78px 0 0;
}

.article-detail-page__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #00576a;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 500;
}

.article-detail-page__breadcrumb span {
  color: #2e7f88;
}

.article-detail-page__header {
  margin-bottom: 28px;
}

.article-detail-page__title {
  margin: 0 0 10px;
  color: #00576a;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.article-detail-page__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #2e7f88;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.article-detail-page__content {
  color: #1d6677;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
}

.article-detail-page__content > * {
  margin: 0 0 26px;
}

.article-detail-page__content p,
.article-detail-page__content li,
.article-detail-page__content blockquote,
.article-detail-page__content td,
.article-detail-page__content th {
  color: #1d6677;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 500;
  text-align: left;
}

.article-detail-page__content a {
  overflow-wrap: anywhere;
  word-break: break-all;
}

.article-detail-page__content h1,
.article-detail-page__content h2,
.article-detail-page__content h3,
.article-detail-page__content h4,
.article-detail-page__content h5,
.article-detail-page__content h6 {
  margin: 38px 0 16px;
  color: #00576a;
  font-weight: 900;
  line-height: 1.25;
}

.article-detail-page__content ul,
.article-detail-page__content ol {
  padding-left: 40px;
  margin-bottom: 26px;
}

/* Restore semantic list markers that are reset globally by the theme. */
.article-detail-page__content ul {
  list-style: disc outside;
}

.article-detail-page__content ol {
  list-style: decimal outside;
}

.article-detail-page__content li {
  margin-bottom: 8px;
}

.article-detail-page__content li:last-child {
  margin-bottom: 0;
}

.article-detail-page__content ul ul,
.article-detail-page__content ol ol,
.article-detail-page__content ul ol,
.article-detail-page__content ol ul {
  margin: 8px 0;
  padding-left: 30px;
}

.article-detail-page__content ul ul {
  list-style-type: circle;
}

.article-detail-page__content ul ul ul {
  list-style-type: square;
}

.article-detail-page__content img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.article-detail-page__content p:has(> img) {
  text-align: center;
  text-align-last: center;
}

.article-detail-page__content iframe,
.article-detail-page__content table,
.article-detail-page__content video,
.article-detail-page__content embed {
  max-width: 100%;
  box-sizing: border-box;
}

.article-detail-page__content table {
  width: 100%;
  table-layout: auto;
  word-break: break-word;
}

.article-detail-page__related {
  padding: 96px 0;
}

.article-detail-page__related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(0, 87, 106, 0.35);
}

.article-detail-page__related-head h2 {
  margin: 0;
  color: #00576a;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.article-detail-page__related-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.article-detail-page__related-arrow {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #0a6f7f;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.article-detail-page__related-arrow:focus,
.article-detail-page__related-arrow:active,
.article-detail-page__related-arrow:focus-visible {
  outline: none;
  box-shadow: none;
}

.article-detail-page__related-arrow svg {
  display: block;
  width: 54px;
  height: 54px;
}

.article-detail-page__related-arrow circle,
.article-detail-page__related-arrow path {
  fill: none;
  stroke: currentColor;
}

.article-detail-page__related-arrow circle {
  stroke-width: 1.2;
}

.article-detail-page__related-arrow path {
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-detail-page__related-arrow.is-disabled,
.article-detail-page__related-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.article-detail-page__related-slider {
  position: relative;
}

.article-detail-page__related-viewport {
  overflow: hidden;
}

.article-detail-page__related-track {
  display: flex;
  align-items: stretch;
  gap: 72px;
  transition: transform 0.35s ease;
}

.article-related-card {
  flex: 0 0 calc((100% - 144px) / 3);
  width: calc((100% - 144px) / 3);
  min-width: 0;
}

.article-related-card__image {
  display: block;
  aspect-ratio: 314 / 211;
  margin-bottom: 14px;
  overflow: hidden;
  background: #dbe6e8;
}

.article-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-related-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  color: #8a989d;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

.article-related-card__title {
  margin: 0 0 8px;
  color: #00576a;
  font-size: 16px;
  line-height: 1.24;
  font-weight: 900;
  text-transform: uppercase;
}

.article-related-card__excerpt {
  margin: 0;
  color: #467f86;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .article-detail-page__container {
    width: calc(100% - 64px);
  }

  .article-detail-page__content-wrap {
    width: min(860px, 100%);
    padding-top: 64px;
  }

  .article-detail-page__related {
    padding-top: 84px;
  }

  .article-detail-page__related-track {
    gap: 34px;
  }

  .article-related-card {
    flex-basis: calc((100% - 68px) / 3);
    width: calc((100% - 68px) / 3);
  }
}

@media (max-width: 991px) {
  .article-detail-page__breadcrumb {
    font-size: 17px;
  }

  .article-detail-page__title,
  .article-detail-page__related-head h2 {
    font-size: 22px;
  }

  .article-detail-page__content,
  .article-detail-page__content p,
  .article-detail-page__content li,
  .article-detail-page__content blockquote,
  .article-detail-page__content td,
  .article-detail-page__content th {
    font-size: 17px;
  }

  .article-detail-page__related {
    padding: 76px 0 84px;
  }

  .article-detail-page__related-track {
    gap: 28px;
  }

  .article-related-card {
    flex-basis: calc((100% - 28px) / 2);
    width: calc((100% - 28px) / 2);
  }
}

@media (max-width: 767px) {
  .article-detail-page__container {
    width: calc(100% - 32px);
  }

  .article-detail-page__content-wrap {
    width: 100%;
    padding-top: 42px;
    padding-left: 0;
  }

  .article-detail-page__breadcrumb {
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
    font-size: 15px;
  }

  .article-detail-page__title {
    font-size: 20px;
  }

  .article-detail-page__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
  }

  .article-detail-page__content,
  .article-detail-page__content p,
  .article-detail-page__content li,
  .article-detail-page__content blockquote,
  .article-detail-page__content td,
  .article-detail-page__content th {
    font-size: 16px;
  }

  .article-detail-page__related {
    padding: 84px 0 96px;
  }

  .article-detail-page__related-head {
    align-items: center;
    margin-bottom: 22px;
  }

  .article-detail-page__related-head h2 {
    font-size: 20px;
  }

  .article-detail-page__related-actions {
    gap: 10px;
  }

  .article-detail-page__related-arrow,
  .article-detail-page__related-arrow svg {
    width: 44px;
    height: 44px;
  }

  .article-detail-page__related-track {
    gap: 0;
  }

  .article-related-card {
    flex-basis: 100%;
    width: 100%;
  }
}
