: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;
  }
}
.lmn-latest-post {
  width: 100%;
  margin: 40px 0;
  height: calc(100% - 10rem);
}
.lmn-latest-post__grid {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
  height: 100%;
}
@media (min-width: 782px) {
  .lmn-latest-post__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.lmn-latest-post__card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(140, 111, 46, 0.6);
  padding: 40px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 781px) {
  .lmn-latest-post__card:first-child {
    border-bottom: none;
  }
}
@media (min-width: 782px) {
  .lmn-latest-post__card:first-child {
    border-right: none;
  }
}
.lmn-latest-post__card:hover, .lmn-latest-post__card:active, .lmn-latest-post__card:focus {
  background-color: #EDE9E5;
}
.lmn-latest-post__card:hover .lmn-latest-post__read-more svg path, .lmn-latest-post__card:active .lmn-latest-post__read-more svg path, .lmn-latest-post__card:focus .lmn-latest-post__read-more svg path {
  stroke: #fff;
}
.lmn-latest-post__card:hover .lmn-latest-post__read-more svg circle, .lmn-latest-post__card:active .lmn-latest-post__read-more svg circle, .lmn-latest-post__card:focus .lmn-latest-post__read-more svg circle {
  fill: #8C6F2E;
  stroke: #8C6F2E;
}
.lmn-latest-post__date {
  font-size: var(--wp--preset--font-size--font-18);
  color: #8C6F2E;
  margin-bottom: 24px;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.lmn-latest-post__title {
  margin: 0 0 20px 0;
  font-size: var(--wp--preset--font-size--font-24);
  color: #172D47;
  font-family: var(--wp--preset--font-family--secondary);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.lmn-latest-post__text {
  margin: 0 0 var(--wp--preset--spacing--m) 0 !important;
  font-size: var(--wp--preset--font-size--font-18);
  color: rgba(26, 25, 25, 0.8);
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lmn-latest-post__read-more {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.7rem;
  color: #172D47;
  font-family: var(--wp--preset--font-family--secondary);
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.lmn-latest-post__read-more svg circle {
  stroke: #172D47;
  transition: all 0.25s ease-in-out;
}
.lmn-latest-post__read-more svg path {
  stroke: #172D47;
  transition: all 0.25s ease-in-out;
}/*# sourceMappingURL=block-latest-post.css.map */