/* Solution article detail */
body.sd-page {
  margin: 0;
  background: #fff;
  color: #333f48;
  overflow-x: clip;
}

.sd-main {
  padding-top: 70px;
  background: #fff;
}

.sd-container {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  box-sizing: border-box;
}

.sd-breadcrumb {
  background: #f4f6f7;
  border-bottom: 1px solid #e6e9eb;
}

.sd-breadcrumb .sd-container {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a0a6ab;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
}

.sd-breadcrumb a {
  color: #667078;
  text-decoration: none;
  flex: 0 0 auto;
}

.sd-breadcrumb a:hover {
  color: #e8890c;
}

.sd-breadcrumb em {
  color: #8a9298;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sd-article {
  max-width: 960px;
  margin: 0 auto;
  padding: 62px 24px 84px;
  box-sizing: border-box;
}

.sd-article__header {
  max-width: 800px;
  margin: 0 auto 46px;
}

.sd-article__category {
  display: inline-block;
  margin-bottom: 18px;
  color: #e8890c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.sd-article__category:hover {
  color: #bd6d05;
}

.sd-article__header h1 {
  margin: 0;
  color: #26323a;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.sd-article__meta {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  color: #939ba1;
  font-size: 13px;
  line-height: 1.6;
}

.sd-article__rule {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 25px;
  background: #e8890c;
}

.sd-cover {
  max-width: 880px;
  margin: 0 auto 46px;
  overflow: hidden;
  background: #f1f3f4;
}

.sd-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.sd-content {
  max-width: 800px;
  margin: 0 auto;
  color: #3d474e;
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: break-word;
}

.sd-content div,
.sd-content p,
.sd-content li {
  color: #3d474e !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.sd-content > div,
.sd-content > p {
  margin: 0 0 20px;
}

.sd-content > div > div {
  margin: 0;
}

.sd-content h1,
.sd-content h2,
.sd-content h3,
.sd-content h4,
.sd-content h5,
.sd-content h6 {
  color: #26323a !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0;
}

.sd-content h2 {
  margin: 46px 0 18px !important;
  font-size: 25px !important;
}

.sd-content h3 {
  margin: 38px 0 16px !important;
  padding-left: 14px;
  border-left: 3px solid #e8890c;
  font-size: 21px !important;
}

.sd-content h4 {
  margin: 30px 0 12px !important;
  font-size: 18px !important;
}

.sd-content ul,
.sd-content ol {
  margin: 12px 0 24px;
  padding-left: 1.5em;
}

.sd-content li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.sd-content strong,
.sd-content b {
  color: #26323a;
  font-weight: 600;
}

.sd-content a {
  color: #d77908;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sd-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  background: #f5f7f8;
  border-left: 3px solid #e8890c;
  color: #59646c;
}

.sd-content img,
.sd-content video,
.sd-content iframe {
  max-width: 100% !important;
  height: auto !important;
}

.sd-content img {
  display: block;
  margin: 28px auto;
}

.sd-content figure {
  max-width: 100%;
  margin: 30px 0;
}

.sd-content table {
  display: block;
  width: 100% !important;
  max-width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow-x: auto;
}

.sd-content th,
.sd-content td {
  min-width: 110px;
  padding: 12px 14px;
  border: 1px solid #dde2e5;
  color: #3d474e;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.sd-content th {
  background: #f4f6f7;
  color: #26323a;
  font-weight: 600;
}

.sd-pager {
  max-width: 800px;
  margin: 64px auto 0;
  padding-top: 28px;
  border-top: 1px solid #e4e7e9;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sd-pager__item {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid #e0e4e6;
  color: #90979c;
  font-size: 14px;
  line-height: 1.55;
}

.sd-pager__item--next {
  text-align: right;
}

.sd-pager__item a {
  display: block;
  color: #4b565e;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-pager__item:hover {
  border-color: #e8890c;
}

.sd-pager__item:hover a {
  color: #e8890c;
}

@media (max-width: 768px) {
  .sd-container {
    width: calc(100% - 32px);
  }

  .sd-breadcrumb .sd-container {
    min-height: 46px;
    gap: 8px;
    font-size: 12px;
  }

  .sd-article {
    padding: 40px 16px 64px;
  }

  .sd-article__header {
    margin-bottom: 34px;
  }

  .sd-article__category {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .sd-article__header h1 {
    font-size: 26px;
    line-height: 1.45;
  }

  .sd-article__meta {
    margin-top: 16px;
    gap: 4px 16px;
    font-size: 12px;
  }

  .sd-article__rule {
    margin-top: 20px;
  }

  .sd-cover {
    margin-bottom: 34px;
  }

  .sd-content,
  .sd-content div,
  .sd-content p,
  .sd-content li {
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  .sd-content h2 {
    margin-top: 36px !important;
    font-size: 22px !important;
  }

  .sd-content h3 {
    margin-top: 30px !important;
    font-size: 19px !important;
  }

  .sd-content h4 {
    margin-top: 24px !important;
    font-size: 17px !important;
  }

  .sd-pager {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }

  .sd-pager__item--next {
    text-align: left;
  }
}
