.article-body h1 {
  font-size: 24px;
}
.article-body h2 {
  font-size: 20px;
}
.article-body h3 {
  font-size: 18px;
}
.article-body h4 {
  font-size: 16px;
}
.sidenav-title {
  font-family: 'Noto Sans Bold';
  color: var(--grey6);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.article-container {
  padding-top: 21px;
}
.sidenav-item {
  font-size: 0.938em;
  line-height: 1.4;
  border-radius: 0;
  margin-bottom: 0;
}
.article-sidebar .collapsible-sidebar {
  overflow: visible;
}
.article-sidebar .sidenav-item:focus-visible {
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px var(--blue4);
  outline: 1px solid #000;
  padding: 9px;
}
.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: var(--blue4);
}
.article-content .article-body iframe {
  width: 100%;
}
.article-content .article-body {
  font-size: 0.938em;
  line-height: 1.4;
}
.article-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 13px;
}
.article-header .article-subscribe {
  margin-top: 0px;
}
.article-avatar img {
  height: 50px;
  width: 50px;
  border-radius: 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 6px;
  line-height: 1;
}
.article-content {
  margin: 15px 0 0px 0;
}
.article-content .article-body h2 {
  font-family: 'Noto Sans', sans-serif;
}
.article-content .article-body,
.article-content .article-body h2 {
  color: var(--grey6);
}
.article-body h2.h3-styled {
  font-family: 'Noto Sans Bold';
  font-size: 18px;
  color: #3c5d82;
}
.article-author .article-meta a,
.article-author .article-meta .meta-group .meta-data {
  font-size: 15px;
  line-height: 21px;
  color: #747676;
}
.article-author .article-meta a {
  color: var(--green4);
}
.article-author .article-meta a:hover {
  color: #376234;
}
.article-author .article-meta .meta-group .meta-data time {
  color: #747676;
}
.article-author .article-meta .meta-group .meta-data:nth-child(2) {
  display: none;
}
.article-subscribe button[type='button'] {
  text-transform: uppercase;
  color: #fff !important;
  background-color: var(--purple1);
  font-weight: 500;
  border-radius: 0px;
  position: relative;
  border: none;
  height: 33px;
  font-size: 0.813em;
  line-height: 15px;
  width: 90px;
  padding: 0;
  text-shadow: -1px 1px #333;
  font-family: 'Noto Sans Bold';
}
.article-sidebar-item {
  margin: 10px;
}
.article-sidebar-item:focus {
  outline-offset: -1px;
}
.collapsible-sidebar-body ul {
  margin-bottom: 0;
}
.collapsible-sidebar-body {
  margin: 0;
}
.article footer {
  max-width: 588px;
  padding: 0 0 0 30px;
}
.article-content {
  padding: 0 0 0 30px;
}
.article-relatives {
  margin-left: 30px;
  padding: 13px 0 12px 0;
}
.article-subscribe button[type='button']:before,
.article-subscribe button[type='button']:after {
  height: 6px;
  width: 50%;
  position: absolute;
  bottom: -6px;
  content: '';
  background: var(--purple3);
}
.article-subscribe button[type='button']:before {
  left: 2px;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
}
.article-subscribe button[type='button']:after {
  right: 2px;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
}
.article-subscribe button[type='button']:hover,
.article-subscribe button[type='button']:focus {
  background-color: var(--purple2);
  outline-offset: 4px;
  outline: #1157be auto 1px;
}
.article-subscribe button[type='button']:hover::before,
.article-subscribe button[type='button']:hover::after,
.article-subscribe button[type='button']:focus::before,
.article-subscribe button[type='button']:focus::after {
  background-color: var(--purple3);
  height: auto;
}
.article-subscribe button[type='button']:active {
  background-color: var(--pink6);
}
.article-subscribe button[type='button']:active::before,
.article-subscribe button[type='button']:active::after {
  background-color: #3f2c44;
}
.article-title {
  flex-basis: 100%;
}

.collapsible-sidebar[aria-expanded='true'] .collapsible-sidebar-body {
  margin-top: 0px;
}
.collapsible-sidebar-body a.article-sidebar-item {
  color: var(--green6);
}
.collapsible-sidebar-body a.article-sidebar-item:hover {
  color: #376234;
}
.related-articles-title,
.recent-articles-title {
  font-family: 'Noto Sans Bold';
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 3px;
}
.article-content .article-body a {
  color: var(--grey6);
}
.article-relatives .related-articles ul li a,
.article-relatives .recent-articles ul li a {
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.4;
  color: var(--green4);
}
.article-relatives .related-articles ul li a:hover,
.article-relatives .recent-articles ul li a:hover {
  color: #376234;
}
.article-votes {
  padding: 6px 0;
}
.article-votes-controls {
  padding-bottom: 2px;
}
.article-votes small {
  font-size: 100%;
}
.article-votes-question,
.article-votes .article-vote-label {
  font-size: 0.813em;
  line-height: 1.4;
}
.article-vote-label {
  font-size: 0.813em;
  line-height: 1.4;
  color: #747676;
}
.article-more-questions {
  font-size: 0.813em;
  line-height: 15px;
  margin: 8px 0 12px;
}
.article-more-questions a {
  color: var(--green4);
  text-decoration: underline;
}
.article-more-questions a:hover,
.article-more-questions a:focus {
  color: #376234;
  text-decoration: underline !important;
}
.article-sidebar {
  width: 35%;
  height: max-content;
  height: fit-content;
}
.article {
  width: 65%;
}
.article-header {
  margin: 0;
}
.article-relatives .related-articles ul {
  margin-bottom: 11px;
}
.article-votes .article-votes-controls .button-secondary {
  font-size: 0.813em;
  width: 102px;
  height: 26px;
}
.article-votes .article-votes-controls .button-secondary:hover,
.article-votes .article-votes-controls .button-secondary:focus {
  outline-offset: 4px;
  outline: #1157be auto 1px;
}
.article-votes .article-votes-controls .button-secondary:hover::before,
.article-votes .article-votes-controls .button-secondary:focus::before,
.article-votes .article-votes-controls .button-secondary:hover::after,
.article-votes .article-votes-controls .button-secondary:focus::after {
  height: auto;
}
.sidenav-item {
  color: var(--grey6);
}
.article-info .divider-line {
  padding-top: 10px;
}
.button-secondary.selecte-button {
  background: #144b6a;
}
.button-secondary.selecte-button:before,
.button-secondary.selecte-button:after {
  background-color: #114057;
}
.article-sidebar .collapsible-sidebar .collapsible-sidebar-toggle:focus {
  border: none;
}
@media only screen and (max-width: 991px) {
  .article-header .article-subscribe {
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .article-header .article-subscribe {
    margin-top: 0;
  }
  .article-content {
    margin: 30px 0 0px 0;
  }
  .article-relatives .recent-articles > ul {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .article-header {
    flex-direction: row;
    margin: 0;
    padding: 0 0 0 30px;
  }
  .article-relatives {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .collapsible-sidebar-body a.article-sidebar-item {
    margin-bottom: 20px;
    display: inline-block;
  }
  .article-sidebar {
    outline: 1px solid #777777;
    outline-offset: -1px;
  }
  .collapsible-sidebar {
    padding: 0px;
    overflow: visible;
    height: 21px;
    line-height: 18px;
    cursor: pointer;
  }
  .collapsible-sidebar[aria-expanded='false'] .collapsible-sidebar-body {
    display: none;
  }
  .collapsible-sidebar-body {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99999;
    top: 21px;
    border: 1px solid #777777;
  }
  .collapsible-sidebar-toggle {
    top: calc(21px / 2);
    right: 4px;
  }
  .article-sidebar .collapsible-sidebar span {
    padding-left: 6px;
    font-size: 0.813em;
    line-height: 1.4;
  }
  .article-sidebar .collapsible-sidebar .selected-article.mob-comp {
    display: block;
    overflow: hidden;
    height: 20px;
  }
  .dsktop-comp {
    display: none;
  }
  .article-sidebar {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 13px;
  }
  .article {
    width: 100%;
  }
  .article-header,
  .article-content,
  footer {
    padding: 0;
  }
  .article-relatives {
    margin-left: 0;
  }
  .article-container {
    padding-top: 0px;
    margin-top: -3px;
  }
  .collapsible-sidebar-title.mob-comp {
    padding-bottom: 5px;
  }
  .sidenav-item {
    font-size: 0.813em;
  }
}

@media only screen and (min-width: 768px) {
  .article-sidebar {
    margin-left: -15px;
    padding-left: 15px;
    margin-top: 2px;
    background: var(--blue6);
  }
  .collapsible-sidebar-body,
  .collapsible-sidebar {
    padding-top: 8px;
  }
  .collapsible-sidebar-toggle {
    display: none;
  }
  .collapsible-sidebar-body {
    display: block;
  }
  .collapsible-sidebar {
    max-height: none;
    padding: 0 0 20px 0;
  }
  .article-container {
    flex-direction: row;
  }
  .mob-comp {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .article-sidebar {
    margin-left: -21px;
    padding-left: 21px;
    margin-top: 2px;
    background: var(--blue6);
  }
  .article-header {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 991px) {
  .article {
    flex: 1 0 574px;
    max-width: 100%;
    padding: 0;
  }
  .article-content {
    max-width: 588px;
  }
  .article-relatives {
    max-width: 558px;
    padding: 13px 0 16px 0;
  }
  .article-sidebar {
    flex: 0 0 250px;
  }
}
@supports (-webkit-touch-callout: none) {
  .article-info .divider-line {
    border-top: 0;
  }
  .article .article-relatives {
    border-bottom: 0;
  }
}
