.single-post .other-articles {
  padding-bottom: 120px;
  padding-top: 120px;
  background-color: var(--yellow-light);
}
@media (max-width: 1023px) {
  .single-post .other-articles {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .single-post .other-articles {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.single-post .other-articles h2 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .single-post .other-articles h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .single-post .other-articles h2 {
    font-size: 36px;
  }
}
.single-post .other-articles .other-articles-list {
  display: grid;
  column-gap: 30px;
  row-gap: 70px;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  margin: 0;
  margin-bottom: 70px;
  margin-top: 70px;
}
@media (min-width: 700px) {
  .single-post .other-articles .other-articles-list > .card {
    grid-column: span 2;
  }
}
@media (max-width: 1023px) {
  .single-post .other-articles .other-articles-list {
    row-gap: 40px;
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  .single-post .other-articles .other-articles-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .single-post .other-articles .other-articles-list > .card:last-child:nth-child(2n+1) {
    grid-column-end: 4;
  }
}
@media (max-width: 699px) {
  .single-post .other-articles .other-articles-list {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
}
@media (min-width: 1024px) {
  .single-post .other-articles .other-articles-list.two-col {
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-post .other-articles .other-articles-list li {
  margin-bottom: 0 !important;
}
.single-post .other-articles .other-articles-list li:before {
  display: none !important;
}
@media (max-width: 767px) {
  .single-post .other-articles .other-articles-list {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.single-post .other-articles .other-articles-list .card .card-inner {
  color: var(--default);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 20px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.single-post .other-articles .other-articles-list .card .card-inner a:not(:hover):not(:focus):not(:focus-visible) {
  color: var(--dark);
}
.single-post .other-articles .other-articles-list .card .card-inner .image {
  order: 1;
}
.single-post .other-articles .other-articles-list .card .card-inner .date {
  order: 2;
}
.single-post .other-articles .other-articles-list .card .card-inner .tag {
  order: 2;
}
.single-post .other-articles .other-articles-list .card .card-inner h2, .single-post .other-articles .other-articles-list .card .card-inner h3 {
  order: 3;
}
.single-post .other-articles .other-articles-list .card .card-inner .text {
  order: 4;
}
.single-post .other-articles .other-articles-list .card .card-inner .read-more {
  order: 5;
}
.single-post .other-articles .other-articles-list .card .card-inner .image {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}
.single-post .other-articles .other-articles-list .card .card-inner .image img {
  transform: scale(1);
  transition: transform 0.5s;
}
.single-post .other-articles .other-articles-list .card .card-inner .image .photo-attribution {
  bottom: 15px;
  right: 15px;
  padding: 5px 10px;
}
.single-post .other-articles .other-articles-list .card .card-inner a.image:hover img, .single-post .other-articles .other-articles-list .card .card-inner a.image:focus img, .single-post .other-articles .other-articles-list .card .card-inner a.image:focus-visible img {
  transform: scale(1.08);
}
.single-post .other-articles .other-articles-list .card .card-inner .tag {
  background-color: var(--light);
  border-radius: 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 16px;
  z-index: 1;
  color: var(--default);
  font-weight: normal;
}
.single-post .other-articles .other-articles-list .card .card-inner h2,
.single-post .other-articles .other-articles-list .card .card-inner h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .single-post .other-articles .other-articles-list .card .card-inner h2,
  .single-post .other-articles .other-articles-list .card .card-inner h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .single-post .other-articles .other-articles-list .card .card-inner h2,
  .single-post .other-articles .other-articles-list .card .card-inner h3 {
    font-size: 27px;
  }
}
.single-post .other-articles .other-articles-list .card .card-inner .read-more {
  font-weight: 700;
}
.single-post .other-articles .other-articles-list .card .card-inner .read-more a i {
  margin-left: 5px;
}
.single-post .other-articles .other-articles-list .card a.card-inner {
  align-items: flex-start;
  padding-bottom: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-post .other-articles .other-articles-list .card a.card-inner {
    align-items: none;
  }
}
.single-post .other-articles .other-articles-list .card a.card-inner .desc {
  margin-bottom: 15px;
}
.single-post .other-articles .other-articles-list .card a.card-inner:hover, .single-post .other-articles .other-articles-list .card a.card-inner:focus, .single-post .other-articles .other-articles-list .card a.card-inner:focus-visible {
  background-color: #fff;
  text-decoration: none;
}
.single-post .other-articles .other-articles-list .card a.card-inner:hover .button, .single-post .other-articles .other-articles-list .card a.card-inner:focus .button, .single-post .other-articles .other-articles-list .card a.card-inner:focus-visible .button {
  color: #fff;
}
.single-post .other-articles .other-articles-list .card a.card-inner:hover .button:before, .single-post .other-articles .other-articles-list .card a.card-inner:focus .button:before, .single-post .other-articles .other-articles-list .card a.card-inner:focus-visible .button:before {
  right: -2px;
}
.single-post .other-articles .other-articles-list .card a.card-inner:hover .button > span:after, .single-post .other-articles .other-articles-list .card a.card-inner:focus .button > span:after, .single-post .other-articles .other-articles-list .card a.card-inner:focus-visible .button > span:after {
  transform: translateX(5px);
}
.single-post .other-articles .other-articles-list .card a.card-inner:focus-visible {
  box-shadow: none;
  border-radius: 0;
}/*# sourceMappingURL=single-post.css.map */