:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable selector-class-pattern */
.sk-wp-editor .latest-news {
  padding: 40px 0;
  margin: 20px auto 0;
}
@media (min-width: 1024px) {
  .sk-wp-editor .latest-news {
    padding: 60px 0 0;
    margin: 60px auto;
    max-width: 1352px;
  }
}
.sk-wp-editor .latest-news .sk-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sk-wp-editor .latest-news__title {
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .sk-wp-editor .latest-news__title {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .sk-wp-editor .latest-news__title {
    margin-top: 2px;
    margin-bottom: 11px;
  }
}
.sk-wp-editor .latest-news__grid {
  padding: 12px 0 9px;
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 57px;
    padding: 12px 0 46px;
    position: relative;
  }
  .sk-wp-editor .latest-news__grid::after {
    content: "";
    position: absolute;
    bottom: 24px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: var(--sk-color-primary);
  }
}
.sk-wp-editor .latest-news__grid .grid-title {
  margin-bottom: 23px;
}
.sk-wp-editor .latest-news__grid .post-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 23px;
  border-bottom: 1px solid var(--sk-color-primary);
  padding-bottom: 9px;
  justify-content: space-between;
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 3;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
  }
  .sk-wp-editor .latest-news__grid .post-item:nth-child(1)::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 0;
    width: 1px;
    height: 99%;
    background-color: var(--sk-color-primary);
  }
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(1) .post-item__image {
  height: 195px;
}
@media (min-width: 512px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(1) .post-item__image {
    height: 296px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(1) .post-item__image {
    max-width: 526px;
  }
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(1) h2 {
    margin-top: 17px;
  }
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(4) {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(4) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(2), .sk-wp-editor .latest-news__grid .post-item:nth-child(3), .sk-wp-editor .latest-news__grid .post-item:nth-child(4) {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(2), .sk-wp-editor .latest-news__grid .post-item:nth-child(3), .sk-wp-editor .latest-news__grid .post-item:nth-child(4) {
    flex-direction: row;
    margin-bottom: 33px;
    padding-bottom: 34px;
  }
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(2) .excerpt, .sk-wp-editor .latest-news__grid .post-item:nth-child(3) .excerpt, .sk-wp-editor .latest-news__grid .post-item:nth-child(4) .excerpt {
  display: none;
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(2) .post-item__image, .sk-wp-editor .latest-news__grid .post-item:nth-child(3) .post-item__image, .sk-wp-editor .latest-news__grid .post-item:nth-child(4) .post-item__image {
  height: 62px;
  width: 35%;
  margin-left: 20px;
}
@media (min-width: 512px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(2) .post-item__image, .sk-wp-editor .latest-news__grid .post-item:nth-child(3) .post-item__image, .sk-wp-editor .latest-news__grid .post-item:nth-child(4) .post-item__image {
    height: 102px;
  }
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(2) .post-item__image, .sk-wp-editor .latest-news__grid .post-item:nth-child(3) .post-item__image, .sk-wp-editor .latest-news__grid .post-item:nth-child(4) .post-item__image {
    margin-left: 0;
    width: 33.6%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item:nth-child(2) .post-item__info, .sk-wp-editor .latest-news__grid .post-item:nth-child(3) .post-item__info, .sk-wp-editor .latest-news__grid .post-item:nth-child(4) .post-item__info {
    width: 62%;
  }
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(2) h2, .sk-wp-editor .latest-news__grid .post-item:nth-child(3) h2, .sk-wp-editor .latest-news__grid .post-item:nth-child(4) h2 {
  margin-bottom: 7px;
  font-size: var(--sk-text-h4);
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(2) p, .sk-wp-editor .latest-news__grid .post-item:nth-child(3) p, .sk-wp-editor .latest-news__grid .post-item:nth-child(4) p {
  font-size: 14px;
  line-height: 132%;
}
.sk-wp-editor .latest-news__grid .post-item:nth-child(2) .post-item__bottom, .sk-wp-editor .latest-news__grid .post-item:nth-child(3) .post-item__bottom, .sk-wp-editor .latest-news__grid .post-item:nth-child(4) .post-item__bottom {
  padding-top: 0;
}
.sk-wp-editor .latest-news__grid .post-item:hover {
  text-decoration: none;
}
.sk-wp-editor .latest-news__grid .post-item:hover .post-item__image img {
  transform: scale(1.1);
}
.sk-wp-editor .latest-news__grid .post-item__image {
  width: 100%;
  height: 163px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sk-wp-editor .latest-news__grid .post-item__image {
    max-width: 290px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  .sk-wp-editor .latest-news__grid .post-item__image {
    margin-right: 40px;
  }
}
.sk-wp-editor .latest-news__grid .post-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.sk-wp-editor .latest-news__grid .post-item__info h2 {
  margin-bottom: 15px;
  font-family: var(--sk-font-barlow-semi);
  font-size: var(--sk-text-h3);
}
.sk-wp-editor .latest-news__grid .post-item__info p {
  font-size: 14px;
  line-height: 132%;
  margin-bottom: 0;
}
.sk-wp-editor .latest-news__grid .post-item__bottom {
  padding-top: 17px;
  padding-left: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sk-wp-editor .latest-news__grid .post-item__bottom .date {
  position: relative;
}
.sk-wp-editor .latest-news__grid .post-item__bottom .date::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("../../../resources/img/icon-calendar.svg");
}
.sk-wp-editor .latest-news__grid .post-item__bottom .read {
  position: relative;
}
.sk-wp-editor .latest-news__grid .post-item__bottom .read::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("../../../resources/img/icon-book.svg");
}
.sk-wp-editor .latest-news__grid .post-item__bottom .spacer {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--sk-color-dark);
  opacity: 0.2;
  margin: 0 30px 0 8px;
}
.sk-wp-editor .latest-news .sk-btn {
  margin: 0 auto;
}

/* stylelint-enable selector-class-pattern */
