:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
@media (max-width: 599px) {
  .single-post-slider .wp-block-columns {
    width: 100% !important;
    max-width: unset;
  }
}

.lmn-posts {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .lmn-posts {
    overflow: visible;
  }
  .lmn-posts .lmn-posts-slider__container {
    overflow: visible !important;
  }
}
.lmn-posts .lmn-posts-slider__slide {
  height: auto;
}
.lmn-posts .lmn-posts-slider__slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-next + .swiper-slide) {
  opacity: 0.4;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.lmn-posts .lmn-posts-slider__slide .grid-item {
  display: flex;
  flex-direction: column;
  background-color: #F3F1F1;
  padding: 3rem;
  text-decoration: none;
  border-radius: 4px;
  height: 100%;
  border: 1px solid transparent;
  transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
}
.lmn-posts .lmn-posts-slider__slide .grid-item:hover {
  border: 1px solid #BEA160;
  background: #EDE9E5;
}
.lmn-posts .lmn-posts-slider__slide .grid-item:hover .read-more svg circle {
  fill: #8C6F2E !important;
  stroke: #8C6F2E !important;
}
.lmn-posts .lmn-posts-slider__slide .grid-item:hover .read-more svg path {
  stroke: #fff !important;
}
.lmn-posts .lmn-posts-slider__slide .grid-item .post-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lmn-posts .lmn-posts-slider__slide .grid-item .post-content .post-date {
  color: #8C6F2E;
  font-size: var(--wp--preset--font-size--font-18);
  margin-bottom: 1.5rem;
  display: block;
}
.lmn-posts .lmn-posts-slider__slide .grid-item .post-content h3 {
  margin: 0 0 1.5rem 0;
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 400;
  color: #1A1919;
  line-height: 125%;
}
.lmn-posts .lmn-posts-slider__slide .grid-item .post-content .post-excerpt {
  font-size: var(--wp--preset--font-size--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin: 0 0 3rem 0;
}
.lmn-posts .lmn-posts-slider__slide .grid-item .post-content .read-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #172D47;
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 400;
  font-family: var(--wp--preset--font-family--secondary);
}
.lmn-posts .lmn-posts-slider__slide .grid-item .post-content .read-more svg circle {
  fill: transparent;
  stroke: #172D47;
  transition: fill 0.25s ease-in-out, stroke 0.25s ease-in-out;
}
.lmn-posts .lmn-posts-slider__slide .grid-item .post-content .read-more svg path {
  stroke: #172D47;
  transition: stroke 0.25s ease-in-out;
}
.lmn-posts .lmn-posts-slider__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.lmn-posts .lmn-posts-slider__bullets {
  position: static;
  width: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
.lmn-posts .lmn-posts-slider__bullets .swiper-pagination-bullet {
  background: rgba(140, 111, 46, 0.7);
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  margin: 0 !important;
}
.lmn-posts .lmn-posts-slider__bullets .swiper-pagination-bullet:hover {
  background: #172D47;
}
.lmn-posts .lmn-posts-slider__bullets .swiper-pagination-bullet-active {
  background: #172D47;
  width: 28px;
  border-radius: 4px;
}
.lmn-posts .lmn-posts-slider__fraction {
  font-size: 14px;
  color: #7a8493;
  display: flex;
  align-items: center;
  font-variant-numeric: tabular-nums;
  margin-left: auto;
}/*# sourceMappingURL=block-posts-slider.css.map */