.elementor-30578 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.ldv-box{
  max-width:1180px;
  margin:24px auto;
  padding:22px;
  font-family:Arial,sans-serif;
  color:#24323d;
  background:#fff;
  border:1px solid #e8e1d7;
  border-radius:18px;
}

.ldv-box__top{
  text-align:center;
  padding-bottom:18px;
  margin-bottom:20px;
  border-bottom:1px solid #eee7dc;
}

.ldv-box__badge{
  display:inline-flex;
  padding:7px 14px;
  border-radius:999px;
  background:#f8f3ea;
  border:1px solid #e3d6c1;
  color:#7a5727;
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
}

.ldv-box__title{
  margin:0 0 10px;
  font-size:32px;
  line-height:1.1;
  color:#003f37;
  font-weight:800;
}

.ldv-box__lead{
  max-width:780px;
  margin:0 auto 16px;
  font-size:15px;
  line-height:1.7;
  color:#46515b;
}

.ldv-box__chips{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}

.ldv-box__chips span{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:#faf7f1;
  border:1px solid #e5ddd0;
  font-size:12px;
  font-weight:600;
}

.ldv-box__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
  align-items:stretch;
}

.ldv-card{
  border:1px solid #e8e1d7;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  display:flex;
  flex-direction:column;
  box-shadow:0 6px 16px rgba(0,0,0,.04);
  min-width:0;
}

.ldv-card__media{
  height:180px;
  background:#faf8f4;
  border-bottom:1px solid #eee6dc;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ldv-card__media img{
  width:auto;
  max-width:145px;
  max-height:145px;
  object-fit:contain;
  display:block;
}

.ldv-card__body{
  padding:18px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.ldv-card__body h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.2;
  color:#003f37;
  font-weight:800;
}

.ldv-card__body span{
  display:inline-flex;
  align-self:flex-start;
  padding:7px 12px;
  border-radius:999px;
  background:#f4efe8;
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
}

.ldv-card__body p{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.7;
  color:#4b4b4b;
}

.ldv-card__uses{
  margin-top:auto;
  background:#faf7f1;
  padding:14px;
  border-radius:14px;
}

.ldv-card__uses strong{
  display:block;
  margin-bottom:8px;
  font-size:14px;
}

.ldv-card__uses ul{
  margin:0;
  padding-left:18px;
}

.ldv-card__uses li{
  margin-bottom:6px;
  font-size:13px;
  line-height:1.5;
}

.ldv-box__note{
  margin-top:20px;
  background:#f8f4ec;
  border-left:4px solid #c79f63;
  padding:16px;
  border-radius:14px;
  font-size:14px;
  line-height:1.7;
}

@media(max-width:980px){
  .ldv-box__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .ldv-box{
    padding:16px;
  }

  .ldv-box__title{
    font-size:26px;
  }

  .ldv-box__grid{
    grid-template-columns:1fr;
  }

  .ldv-card__media{
    height:160px;
  }

  .ldv-card__media img{
    max-width:135px;
    max-height:135px;
  }
}/* End custom CSS */