.search-box {
  border-bottom: solid 1px #9e9e9e;
  margin-bottom: 30px;
  display: flex;
}
  
.search-box .search-input {
  all: unset;
  margin-left: 10px;
  width: 100%;
}
.search-box .search-input::placeholder {
  font-family: "Montserrat-italic";
  font-size: 16px;
  letter-spacing: 0px;
  color: #9e9e9e;
  opacity: 1;
}

.search-box .fa-search {
  color: #9e9e9e;
}

.card-related-article {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  width: auto;
  height: 573px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.card-article {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  width: auto;
  height: 100%;
  margin-top: 20px;
}
.card-article:hover, .card-related-article:hover {
  box-shadow: 0px 30px 100px #f1f1f3;
}
.img-article {
  background: #212121;
  border-radius: 25px 25px 0px 0px;
}
.date-article {
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #9e9e9e;
  margin-bottom: 0.7rem;
}
.body-article {
  margin-top: 25px;
  margin-left: 31px;
  margin-right: 31px;
  text-align: left;
}
.title-article,
.description-article {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 16px;
  line-height: 34px;
}
.title-article {
  font-weight: 700;
  color: #212121;
}
.description-article {
  margin-top: 12px;
  font-weight: 500;
  color: #616161;
}
.readmore-article {
  margin-top: 22px;
}
.article-readmore-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #9e9e9e;
}

.card-article-detail {
  max-width: 1050px;
  margin: 0 auto;
}
  
.card-article-detail-img-top {
    width: 100%;
}

.card-article-detail h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 43px;
    color: #212121;
}

.article-detail-date-publish {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #9E9E9E;
    padding-top: 15px;
    padding-bottom: 10px;
}
  
.article-detail-description {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.read-all-article {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #212121;
}

.article-tag {
    color: #FFFFFF;
    text-align: center;
    background: #212121;
    border-radius: 27px;
    padding: 10px 16px;
    margin: 5px;
}

.article-tag:hover {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #0C86EB;
}

.share-buttons {
  display: flex;
  justify-content: left;
  align-items: left;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.share-buttons a {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 17px;
  color: #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .share-buttons {
      justify-content: left;
      align-items: center;
  }

  .share-buttons a {
      margin-right: 10px;
      margin-bottom: 10px;
  }
}

.share-facebook {
  background-color: #4267b2;
}

a.share-facebook i.fab.fa-facebook-f {
  margin-left: 13px;
}

.share-twitter {
  background-color: #1da1f2;
}

.share-whatsapp {
  background-color: #25d366;
}

.share-instagram {
  background-color: #c13584;
}

.share-telegram {
  background-color: #0088cc;
}

.share-line {
  background-color: #00b900;
}

.share-copy-link {
  background-color: #e0e0e0;
}

.share-more {
  background-color: #e0e0e0;
}

.share-buttons a i {
  font-size: 22px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.share-buttons a:hover i {
  margin-left: 12px !important;
}

.share-buttons a:hover i.fab.fa-facebook-f {
  margin-left: 15px !important;
}

.share-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #212121;
  margin-top: 5px;
  margin-right: 15px;
}
