main {
  width: 100%;
  position: relative;
  min-height: 100vh;
  padding-top: 169px;
  max-width: 967px;
  margin: 0 auto;
}

nav.abidi-navbar {
  top: 0 !important;
}

main h1 {
  color: #313131;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.date-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #686868;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-dot {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--primary-1);
  margin: 0 4px;
}

.article-featured {
  width: 100%;
  aspect-ratio: 5 / 2.1;
  margin: 21px 0 60px 0;
  border-radius: 6px;
  object-fit: cover;
}

main .content {
  max-width: 770px;
  margin: 0 auto;
}

.summary {
  padding: 0 16px;
  color: #404751;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 44px;
  position: relative;
}

.summary::before {
  content: url(../../images/content-border-top-en.svg);
  position: absolute;
  top: -20px;
  right: -8px;
}

.summary::after {
  content: url(../../images/content-border-bottom-en.svg);
  position: absolute;
  bottom: -20px;
  left: -8px;
}

.paragraph #title {
  color: #404751;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}
.paragraph h4 {
  color: #404751;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}

.paragraph #body {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  line-height: 21.91px;
}
.paragraph p {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  line-height: 21.91px;
}

.article-img {
  width: 100%;
  aspect-ratio: 5 / 2.1;
  border-radius: 6px;
  object-fit: cover;
  margin-bottom: 24px;
}
.paragraph img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.tag-item {
  position: relative;
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-left: 32px;
}

.tag-item::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #686868;
  bottom: -6px;
}

.share-title {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
  margin-bottom: 0;
}

.social-item:not(:last-of-type) {
  margin-left: 16px;
}

.article {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 16px;
}

.article::before {
  position: absolute;
  left: -12px;
  top: 0;
  content: url(../../images/article-curve-top.svg);
}

.article::after {
  position: absolute;
  left: -12px;
  bottom: 0;
  content: url(../../images/article-curve-bottom.svg);
}

.article #img {
  height: 100%;
  width: 100%;
  max-height: 138px;
  object-fit: cover;
  border-radius: 6px;
  margin-left: 16px;
}

.article .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  margin-bottom: 8px;
}

.article .desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 19px;
  color: #3e3e3e;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article .date-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #686868;
  display: flex;
  align-items: center;
}

.articles {
  margin-bottom: 48px;
}

.articles #header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.articles #header .hr {
  flex-grow: 1;
  height: 1px;
  background: #e1e1e1;
  margin: 0 16px;
}

.articles #header .article-title {
  margin-bottom: 0;
  color: #4e5de5;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (max-width: 992px) {
  .article #img {
    max-height: 179px;
    margin-left: 0;
  }

  .article::before {
    content: url(../../images/article-curve-bottom-right.svg);
    right: -8px;
    top: unset;
    bottom: 0;
  }

  .article::after {
    left: -8px;
    top: unset;
    bottom: 0;
  }

  .social-item img{
    width: 30px;
    height: 30px;
  }

  main {
    padding: 100px 24px 40px 24px;
  }

  main h1 {
    font-size: 20px;
  }

  .article-featured {
    margin: 21px 0 52px 0;
  }

  .summary {
    font-size: 14px;
  }

  .paragraph #title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .paragraph #body {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    line-height: 21.91px;
  }

  .article-title {
    font-size: 18px;
  }

  .tag-item {
    margin: 0 16px !important;
    white-space: nowrap;
  }

  .articles {
    margin-bottom: 0;
  }

  .share-title {
    width: 100%;
    text-align: center;
    margin-bottom: 21px;
  }
}
