/*! Varriables */
.article-title {
  position: relative;
  padding: 119px 0 60px 0; }
  @media screen and (min-width: 1024px) {
    .article-title::before {
      position: absolute;
      content: "";
      width: 744px;
      height: 329px;
      right: -200px;
      top: 0px;
      background-image: url(../../assets/images/article/feather-header.png);
      background-position: 0 0;
      background-repeat: no-repeat; } }
  .article-title h1 {
    margin-top: 60px;
    max-width: 880px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    color: #424242; }

.article-body {
  padding: 0 0 35px 0; }
  .article-body p,
  .article-body span,
  .article-body div {
    margin-top: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #666666; }
  .article-body h1,
  .article-body h2,
  .article-body h3,
  .article-body h4,
  .article-body h5 {
    font-family: "AireBoldPro", sans-serif;
    line-height: 1.42;
    letter-spacing: 0.05em;
    color: #424242; }
  .article-body h1 {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 48px; }
  .article-body h2 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 42px; }
  .article-body h3 {
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 36px; }
  .article-body h4 {
    margin-bottom: 35px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px; }
  .article-body h5 {
    margin-bottom: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px; }
  .article-body img {
    display: block;
    width: 100%;
    height: auto;
    margin: 13px auto 30px auto; }
    @media screen and (min-width: 1024px) {
      .article-body img {
        max-width: 767px; } }
  .article-body ul li {
    position: relative;
    margin-top: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #424242;
    list-style: inside; }
  .article-body ol {
    margin-left: 20px; }
    .article-body ol li {
      position: relative;
      margin-top: 30px;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.04em;
      color: #424242; }
  .article-body a {
    border-bottom: 1px solid #666666; }
    .article-body a:visited {
      color: #666666; }
  .article-body iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 30px; }
    @media screen and (min-width: 375px) {
      .article-body iframe {
        height: 240px; } }
    @media screen and (min-width: 480px) {
      .article-body iframe {
        height: 377px; } }
    @media screen and (min-width: 768px) {
      .article-body iframe {
        margin: 0 40px 30px 40px;
        width: 670px; } }

#article-body__category,
#article-body__date {
  margin-top: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
  color: #a0a0a0; }

#article-body__date {
  color: rgba(66, 66, 66, 0.5); }

.date-category-thumb {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .date-category-thumb {
      max-width: 767px; } }

.article-body .date-category-thumb {
  margin: 0 auto; }

#main-photo {
  position: relative;
  margin-top: 10px;
  margin-bottom: 80px; }
  @media screen and (min-width: 1024px) {
    #main-photo::before {
      position: absolute;
      content: "";
      width: 485px;
      height: 533px;
      left: -30px;
      bottom: 36px;
      background-image: url(../../assets/images/article/feather-1.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      z-index: -1; } }
  @media screen and (min-width: 1024px) {
    #main-photo::after {
      position: absolute;
      content: "";
      width: 430px;
      height: 465px;
      right: -24px;
      bottom: -130px;
      background-image: url(../../assets/images/article/feather-2.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      z-index: -1; } }

.article-share {
  display: flex;
  justify-content: center;
  margin-bottom: 75px; }
  @media screen and (min-width: 768px) {
    .article-share {
      justify-content: flex-end;
      margin-bottom: 150px; } }
  .article-share__text {
    margin-right: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #666666; }

#icon-facebook {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  fill: #ccbdb8; }

#icon-twitter {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  fill: #ccbdb8; }

#icon-pinterest {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  fill: #ccbdb8; }

.likely .likely__widget {
  background-color: inherit; }

.likely svg {
  position: static; }

.likely svg .article-share__icon-facebook {
  width: 25px;
  height: 25px; }

.likely .likely__icon {
  display: none; }

.likely .likely__button {
  padding: 0; }
