:root {
  --bs-body-bg: #FEFEFE;
  --bs-body-color: #000000;
}

html[data-theme=dark] {
  --bs-body-bg: #000000;
  --color-dark: #FFFFFF;
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.editors-choice-home header {
  position: relative;
}
.editors-choice-home header::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 60px;
  background: #8FD2D0;
}
.editors-choice-home header .head-title {
  height: 60px;
}
.editors-choice-home picture {
  max-width: fit-content;
}
.editors-choice-home .content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 992px) {
  .editors-choice-home .content .title {
    transition: all 0.5s ease-in-out;
    -webkit-line-clamp: 4;
    line-height: 1.625rem;
  }
}
@media (min-width: 992px) {
  .editors-choice-home .content:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #067D79;
    z-index: 1;
  }
  .editors-choice-home .content:hover .title {
    color: #067D79 !important;
  }
  .editors-choice-home .content:hover:after {
    width: 100%;
    transition: 0.5s ease-out all;
  }
  .editors-choice-home .content:nth-last-child(-n+2):after {
    content: none !important;
  }
}
@media (max-width: 575.98px) {
  .editors-choice-home img {
    width: 100%;
    height: auto;
  }
}
.editors-choice-wrap {
  grid-template-columns: 1fr;
  column-gap: 32px;
}
@media (min-width: 992px) {
  .editors-choice-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .editors-choice-list .item picture {
    min-width: fit-content;
  }
}
.editors-choice-list .item img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .editors-choice-list .item.nth-1 {
    padding-top: 16px !important;
  }
}
@media (max-width: 575.98px) {
  .editors-choice-list .item.nth-1 {
    padding-top: 8px !important;
  }
}

/*# sourceMappingURL=editors_choice.css.map */
