.s-wrapper {
  margin-top: 70px;
}

.img--header__box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: 404px;
  background-color: var(--green-500);
  position:relative;
}

.img--header__box > div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img--header__box .content_header {
  width:100%;
  height:100%;
  position:absolute;
  z-index:999;
  top:0;
  padding: 0 30px;
}

.img--header__box .fade {
  background-color: rgba(0, 0, 0, .5);
  position:absolute;
  width:100%;
  height:100%;
  z-index:10;
}

@media (max-width: 900px) {
  .img--header__box {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .img--header__box {
    height: 180px;
  }
}

.img--header__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.s-article {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin-top: 60px;
}

.menu--article {
  display: block;
  position: sticky;
  top:70px;
  max-width: 200px;
  padding-top: 30px;
}

@media (max-width: 950px) {
  .menu--article {
    display: none !important;
  }
}

.menu--article h2 {
  color: var(--grey-700);
  margin-bottom: 20px;
}

.menu--article ul {
  padding-left: 17px;
}

.menu--article li {
  list-style-type: square;
  margin-bottom: 30px;
}

.menu--article li a {
  display: inline;
  font-size: var(--font-400);
  color: #23be7d;
  font-weight: 500;
  margin-bottom: 20px;
  transform: color 500ms;
}

.menu--article li a.active,
.menu--article li:has(a.active) {
  color: var(--green-400);
}

.s-article .s-article__box {
  flex: 70%;
  max-width: 750px;
  width: 100%;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 25px;
} 

@media (max-width: 768px) {
  .breadcrumbs {
    flex-direction: column;
    align-items: flex-start;
  }
}

.breadcrumbs li,
.breadcrumbs li a {
  font-size: var(--font-400);
  color: var(--grey-500);
  font-weight: 500;
  line-height: 150%;
  width: max-content;
  max-width: 100%;
}

.breadcrumbs li a {
  display: flex;
  align-items:center;
  gap: 10px;
}

.breadcrumbs li:last-of-type {
  color: var(--green-400);
}

.breadcrumbs img {
  width: var(--font-400);
}

.article__content { 
  color:#000;
}

.article__content .card {
  width: fit-content;
  border-radius: 8px;
  padding: 20px;
  background-color: var(--green-100);
  display: block;
}

.article__content p {
  font-size: var(--font-500);
  line-height: 180%;
  margin-bottom: 15px;
}

.article__content a {
  line-break: anywhere;
  color: var(--green-400);
  text-decoration: underline;
}

.article__content .wp-block-image img,
.article__content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 750px;
  min-width: auto;
}

.article__content .wp-caption {
  width: 700px !important;
  max-width: 100% !important;
}

.article__content iframe {
  max-width: 700px;
  width: 100%;
  height: 420px;
}

@media (max-width: 768px) {
  .article__content iframe {
    height: 300px;
  }
}

@media (max-width: 500px) {
  .article__content iframe {
    height: 200px;
  }
}

.article__content ul, 
.article__content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.article__content ul li,
.article__content ol li {
  margin-bottom: 7.5px;
  list-style-type: initial;
  font-size: var(--font-500);
  line-height: 180%;
  color: #000;
}

.article__content ul li::marker,
.article__content ol li::marker {
  color: var(--green-400);
}

.article__content ul li strong,
.article__content ol li strong {
  font-weight: 500;
  line-height: 140%;
  font-size: var(--font-500);
  color: var(--grey-800);
}

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--grey-700);
  font-family: "Inter", sans-serif;
}

.article__content h1 {
  font-size: var(--h1);
}

.article__content h2 {
  font-size: var(--h2);
}

.article__content h3 {
  font-size: var(--h3);
}

.article__content h5 {
  font-size: var(--h5);
}

.article__content h6 {
  font-size: var(--h6);
}

.article__content h4,
.article__content h5,
.article__content h6 {
  font-size: var(--h4);
  margin-top: 15px;
  margin-bottom: 15px;
}

.article__content b {
  color: var(--grey-700);
  font-family: "Inter", sans-serif;
}

.s-tag-related p {
  font-size: var(--font-500);
  margin-top: 30px;
}

.list--horizontal {
  display: flex;
  justify-content: left;
  gap: 15px;
  flex-wrap: wrap;
}

.list--horizontal li small {
  margin-bottom: 10px;
}

.s-post-related {
  margin-top: 90px;
}

@media (max-width: 1024px) {
  .article__content p,
  .article__content ul li, 
  .article__content ol li {
    font-size: 15px;
    line-height:160%;
  }
}

.article__content .sharethis-inline-share-buttons,
.article__content .banner_smartphone {
  display:none !important;
}

@media (max-width: 768px) {
  .article__content p,
  .article__content ul li, 
  .article__content ol li {
    font-size: 15px;
  }
  .article__content .sharethis-inline-share-buttons  {
    display:block !important;
    margin-top:15px !important;
    margin-bottom:15px !important;
  }
  .article__content .banner_desktop {
    display:none !important;
  }
  .article__content .banner_smartphone {
    display:block !important;
    max-width:290px;
    margin-left: auto;
    margin-right: auto;
  }
  .s-article {
    margin-top:30px;
  }
  .single .title--article {
    font-size:24px;
    margin-bottom:15px;
  }
  .article__content h1 {
    font-size:32px;
  }
  .article__content h2 {
    font-size: 24px;
  }
  .single .header--article {
    margin-bottom:15px;
  }
  .single .header--article .tag {
    font-size:12px;
  }
  .single .article .date--article {
    font-size:12px;
  }
  .tag {
    padding: 5px 10px;
  }
}
.iframe-container {
  position: relative;
  width: 100%;
  max-height: 90px;
}
.iframe-container iframe {
  width: 100%;
}
.overlay-hide {
  position: absolute;
  bottom: 15px;
  width: 130px;
  height: 20px;
  right: 0;
  background: white;
}
