.wow-lpp-wrap{
  width:100%;
  box-sizing:border-box;
  margin:0 auto;
}
.wow-lpp-wrap *{box-sizing:border-box}
.wow-lpp-header{
  text-align:var(--wow-lpp-heading-align,center);
  margin:0 0 26px;
}
.wow-lpp-heading{
  margin:0;
  color:var(--wow-lpp-heading-color,#171717);
  font-size:var(--wow-lpp-heading-size,34px);
  font-weight:var(--wow-lpp-heading-weight,700);
  line-height:1.12;
}
.wow-lpp-intro{
  max-width:760px;
  margin:12px auto 0;
  color:var(--wow-lpp-text-color,#555);
  font-size:16px;
  line-height:1.6;
}
.wow-lpp-header[style*="left"] .wow-lpp-intro,
.wow-lpp-wrap .wow-lpp-header{text-align:var(--wow-lpp-heading-align,center)}
.wow-lpp-wrap[style*="--wow-lpp-heading-align:left"] .wow-lpp-intro{margin-left:0;margin-right:auto}
.wow-lpp-wrap[style*="--wow-lpp-heading-align:right"] .wow-lpp-intro{margin-left:auto;margin-right:0}
.wow-lpp-items{
  display:grid;
  gap:var(--wow-lpp-gap,22px);
  grid-template-columns:repeat(var(--wow-lpp-desktop-cols,4),minmax(0,1fr));
}
.wow-lpp-layout-list .wow-lpp-items{
  grid-template-columns:1fr;
}
.wow-lpp-item{
  margin:0;
  min-width:0;
}
.wow-lpp-card-link{
  display:flex;
  flex-direction:column;
  height:100%;
  text-decoration:none!important;
  color:inherit;
  border:1px solid rgba(23,23,23,.1);
  border-radius:var(--wow-lpp-card-radius,18px);
  background:#fff;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.wow-lpp-card-link:hover,
.wow-lpp-card-link:focus{
  transform:translateY(-2px);
  box-shadow:0 16px 38px rgba(0,0,0,.09);
  border-color:rgba(23,23,23,.18);
  outline:none;
}
.wow-lpp-image-wrap{
  display:block;
  width:100%;
  aspect-ratio:var(--wow-lpp-image-ratio,4/3);
  overflow:hidden;
  background:#f4f4f4;
  border-radius:var(--wow-lpp-image-radius,14px);
  margin:12px 12px 0;
  width:calc(100% - 24px);
}
.wow-lpp-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.wow-lpp-no-image{
  display:block;
  width:100%;
  height:100%;
  background:linear-gradient(135deg,#f4f4f4,#e8e8e8);
}
.wow-lpp-content{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:9px;
  padding:17px;
  flex:1;
  text-align:var(--wow-lpp-item-title-align,center);
}
.wow-lpp-item-title{
  display:block;
  color:var(--wow-lpp-title-color,#171717);
  font-size:var(--wow-lpp-item-title-size,18px);
  font-weight:var(--wow-lpp-item-title-weight,700);
  line-height:1.22;
}
.wow-lpp-count{
  display:block;
  color:var(--wow-lpp-text-color,#555);
  font-size:13px;
  line-height:1.35;
}
.wow-lpp-description{
  display:block;
  color:var(--wow-lpp-text-color,#555);
  font-size:14px;
  line-height:1.5;
}
.wow-lpp-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  align-self:center;
  margin-top:auto;
  padding:10px 16px;
  min-height:40px;
  border-radius:var(--wow-lpp-button-radius,999px);
  background:var(--wow-lpp-button-bg,#171717);
  color:var(--wow-lpp-button-color,#fff);
  font-size:14px;
  font-weight:700;
  line-height:1;
  text-align:center;
}
.wow-lpp-button:after{
  content:"›";
  font-size:18px;
  line-height:1;
}
.wow-lpp-wrap[style*="--wow-lpp-item-title-align:left"] .wow-lpp-button{align-self:flex-start}
.wow-lpp-wrap[style*="--wow-lpp-item-title-align:right"] .wow-lpp-button{align-self:flex-end}
.wow-lpp-layout-list .wow-lpp-card-link{
  flex-direction:row;
  align-items:stretch;
}
.wow-lpp-layout-list .wow-lpp-image-wrap{
  width:260px;
  max-width:34%;
  margin:12px 0 12px 12px;
  flex:0 0 260px;
}
.wow-lpp-layout-list .wow-lpp-content{
  justify-content:center;
}
.wow-lpp-error{
  padding:12px 14px;
  border-left:4px solid #d63638;
  background:#fff2f2;
  color:#7a1b1b;
}
@media (max-width:767px){
  .wow-lpp-wrap{
    padding-top:var(--wow-lpp-mobile-sticky-offset,76px);
    scroll-margin-top:var(--wow-lpp-mobile-sticky-offset,76px);
  }
  .wow-lpp-heading{font-size:calc(var(--wow-lpp-heading-size,34px) * .78)}
  .wow-lpp-items{grid-template-columns:repeat(var(--wow-lpp-mobile-cols,2),minmax(0,1fr))}
  .wow-lpp-content{padding:13px;gap:8px}
  .wow-lpp-item-title{font-size:calc(var(--wow-lpp-item-title-size,18px) * .92)}
  .wow-lpp-description{font-size:13px}
  .wow-lpp-button{width:100%;padding:10px 12px;font-size:13px}
  .wow-lpp-layout-list .wow-lpp-card-link{flex-direction:column}
  .wow-lpp-layout-list .wow-lpp-image-wrap{width:calc(100% - 24px);max-width:none;flex:auto;margin:12px 12px 0}
}
