/* General styles */
header .header__sublinks a.active {
  font-weight: 700;
}

.news .container {
  padding: 97px 0 49px;
  width: calc(100% - 24px);
}

.news h1 {
  margin: 0;
}

.news .load-more {
  display: flex;
  margin: 74px auto 0;
}

.news .loading-message,
.news .no-posts-message {
  display: none;
  margin-bottom: 49px;
}

/* Article options styles */
.article-options {
  display: flex;
  justify-content: space-between;
  margin: 61px 0 67px;
}

.article-options .category-filter {
  display: flex;
  align-items: center;
  gap: 4px;
}

.article-options .category-filter .category-label,
.article-options .category-filter .category-select {
  font-size: 12px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: var(--tether-dark-grey);
}

.article-options .category-filter .category-label {
  display: flex;
  align-items: center;
  gap: 21px;
}

.article-options .category-filter .category-select {
  border: none;
  background: transparent;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  padding-right: 14px;
  min-width: 100px;
  height: 100%;
  line-height: 1;
  cursor: pointer;
}

.article-options .category-filter .dropdown {
  position: relative;
  transform: translateX(-18px);
  pointer-events: none;
}

.article-options .search-filter {
  display: flex;
}

.article-options .search-filter img {
  width: 19px;
  margin-right: 21px;
}

.article-options .search-filter .search-input-wrapper {
  position: relative;
  display: flex;
  width: 222.5px;
  height: 28px;
}

.article-options .search-filter .search-input-wrapper::after {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: '';
  background-color: var(--tether-black);
}

.article-options .search-input {
  width: 100%;
  height: 19px;
  border: none;
  font-size: 12px;
  color: var(--tether-dark-grey);
  background-color: transparent;
  outline: none !important;
  letter-spacing: 0.96px;
}

.article-options ::placeholder {
  font-size: 12px;
  color: var(--tether-dark-grey);
  letter-spacing: 0.96px;
  opacity: 1;
}

.article-options ::-ms-input-placeholder {
  font-size: 12px;
  color: var(--tether-dark-grey);
  letter-spacing: 0.96px;
}

/* Article list styles */
.article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.article-list .article-item {
  position: relative;
}

.article-list .article-item .article-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.article-list .article-item .article-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.9106%;
  background-color: var(--tether-grey);
}

.article-list .article-item .img-article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-list .article-item .article-content {
  margin-top: 20px;
}

.article-list .article-item .article-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: var(--tether-dark-grey);
  padding-right: 18px;
}

.article-list .article-item .article-title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.52px;
  margin-bottom: 20px;
}

.article-list .article-item .article-preview {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.78px;
  color: var(--tether-dark-grey);
  margin-bottom: 20px;
}

.article-list .article-item .article-preview p {
  margin: 0;
}

.article-list .article-item:first-child {
  display: flex;
  gap: 48px;
  grid-column: 1 / span 3;
  margin-bottom: 38px;
}

.article-list .article-item:first-child .article-image {
  width: calc(min(100vw, 1160px) - 24px - 350px - 48px);
}

.article-list .article-item:first-child .article-image::before {
  padding-top: 51.6883%;
}

.article-list .article-item:first-child .article-image::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 84px 90px 0;
  border-color: transparent transparent var(--tether-white) transparent;
  content: '';
}

.article-list .article-item:first-child .article-content {
  margin-top: 0;
  width: 100%;
}

.article-list .article-item:first-child .article-info {
  margin-bottom: 10px;
}

.article-list .article-item:first-child .article-title {
  margin-bottom: 22px;
}

.article-list .article-item:first-child .article-preview {
  -webkit-line-clamp: 4;
  margin-bottom: 24px;
}

.article-list .article-item:not(:first-child) {
  padding-top: 40px;
}

.article-list .article-item:not(:first-child) .article-info {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 18px);
}

@media (max-width: 991.98px) {
  /* General styles */
  .news .container {
    padding: 57px 0 60px;
  }

  .news .load-more {
    margin: 57px auto 0;
  }

  /* Article options styles */
  .article-options {
    margin: 48px 0 34px;
  }

  /* Article list styles */
  .article-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 57px;
  }

  .article-list .article-item {
    width: 100%;
  }

  .article-list .article-item:first-child {
    display: flex;
    flex-direction: column;
    grid-column: 1 / span 2;
    gap: 20px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .article-list .article-item:first-child .article-image {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }

  .article-list .article-item:first-child .article-image:after {
    border-width: 0 70px 73px 0;
  }

  .article-list .article-item:first-child .article-title {
    margin-bottom: 20px;
  }

  .article-list .article-item:first-child .article-preview {
    margin-bottom: 20px;
  }
}

@media (max-width: 887.98px) {
  .latest-news .article-list {
    margin-right: -12px;
    margin-left: -12px;
    padding: 0 12px 8px;
  }
}

@media (max-width: 767.98px) {
  /* Article options styles */
  .article-options .category-filter .category-label img,
  .article-options .search-filter img {
    cursor: pointer;
  }

  .article-options .search-filter img {
    width: 19px;
  }

  .article-options .category-filter:not(.active) .category-label > div,
  .article-options .category-filter:not(.active) .category-select,
  .article-options .search-filter:not(.active) .search-input-wrapper {
    display: none;
  }

  /* Article list styles */
  .article-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .article-list .article-item:first-child {
    grid-column: 1 / span 1;
  }
}

@media (max-width: 575.98px) {
  /* Article list styles */
  .article-list .article-item:first-child .article-image:after {
    border-width: 0 45px 48px 0;
  }
}