.elementor-5758 .elementor-element.elementor-element-4f4a16d{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-5758 .elementor-element.elementor-element-4f4a16d{--content-width:90%;}}/* Start custom CSS for html, class: .elementor-element-5eea0a1 */@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&display=swap');
.lbt4-wrap * { box-sizing: border-box; }
.lbt4-wrap {
  font-family: 'Urbanist', sans-serif;
  background: #f7f8f6;
  padding: 70px 24px 90px;
  border-radius: 10px;
}
.lbt4-header {
  max-width: 1400px;
  margin: 0 auto 44px;
  text-align: center;
}
.lbt4-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #36ac01;
  margin-bottom: 14px;
}
.lbt4-eyebrow::before,
.lbt4-eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: #36ac01;
}
.lbt4-header h1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #12210f;
  letter-spacing: -0.5px;
  margin: 0;
}
.lbt4-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #dfe3d9;
  border-left: 1px solid #dfe3d9;
  background: #fbfcfa;
}
.lbt4-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid #dfe3d9;
  border-bottom: 1px solid #dfe3d9;
  padding: 32px 30px 34px;
  position: relative;
  transition: background 0.3s;
}
.lbt4-card:hover { background: #ffffff; }
.lbt4-fold {
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 36px 36px 0;
  border-color: transparent #36ac01 transparent transparent;
}
.lbt4-fold span {
  position: absolute;
  top: 6px; right: -30px;
  font-family: 'Fraunces', serif;
  font-size: 11px;
  font-weight: 700;
  color: #0A340A;
}
.lbt4-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 6px;
  background: #eef2ea;
}
.lbt4-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(48%);
  transition: filter 0.45s ease;
  display: block;
}
.lbt4-card:hover .lbt4-thumb img {
  filter: grayscale(0%);
}
.lbt4-cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a9484;
  margin-bottom: 12px;
  display: block;
}
.lbt4-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.42;
  color: #12210f;
  margin: 0 0 22px;
  min-height: 82px;
  transition: color 0.25s;
}
.lbt4-card:hover .lbt4-title { color: #0A340A; }
.lbt4-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid #edf0e8;
}
.lbt4-date {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #8a9484;
  font-weight: 600;
}
.lbt4-date svg { width: 13px; height: 13px; stroke: #a3ac9a; }
.lbt4-plus {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef2ea;
  transition: background 0.3s;
  flex-shrink: 0;
}
.lbt4-plus svg {
  width: 13px;
  height: 13px;
  stroke: #12210f;
  transition: transform 0.35s ease, stroke 0.3s;
}
.lbt4-card:hover .lbt4-plus { background: #0A340A; }
.lbt4-card:hover .lbt4-plus svg { stroke: #36ac01; transform: rotate(90deg); }
/* RESPONSIVE */
@media (max-width: 900px) {
  .lbt4-grid { grid-template-columns: 1fr; border-right: 1px solid #dfe3d9; }
  .lbt4-card { border-right: none; }
  .lbt4-title { min-height: 0; }
  .lbt4-header h2 { font-size: 32px; }
}/* End custom CSS */