.elementor-32927 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.plaiuri-pack{
  width:100%;
  max-width:1120px;
  margin:30px auto;
  padding:22px;
  box-sizing:border-box;
  background:#fffaf3;
  border:1px solid #e4d9c9;
  border-radius:18px;
  font-family:Arial, sans-serif;
  color:#26312d;
}

.plaiuri-pack__top{
  display:grid;
  grid-template-columns:minmax(0, 1.4fr) minmax(260px, .8fr);
  gap:24px;
  align-items:start;
  margin-bottom:24px;
}

.plaiuri-pack__intro p{
  margin:0 0 13px;
  color:#474747;
  font-size:14px;
  line-height:1.65;
}

.plaiuri-pack__bullets{
  margin:0;
  padding-left:19px;
  color:#333;
  font-size:13px;
  line-height:1.65;
}

.plaiuri-pack__bullets li{
  margin-bottom:5px;
}

.plaiuri-pack__chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
}

.plaiuri-pack__chips span{
  display:inline-flex;
  align-items:center;
  min-height:33px;
  padding:7px 13px;
  box-sizing:border-box;
  background:#f3eadc;
  border:1px solid #deccb5;
  border-radius:999px;
  color:#604d36;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}

.plaiuri-pack__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:17px;
  align-items:stretch;
}

.plaiuri-card{
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e5d9ca;
  border-radius:15px;
  box-shadow:0 5px 16px rgba(66, 48, 30, .035);
}

.plaiuri-card__media{
  height:205px;
  padding:14px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#faf8f4;
  border-bottom:1px solid #e9dfd3;
}

.plaiuri-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.plaiuri-card__body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:16px;
}

.plaiuri-card h3{
  margin:0 0 7px;
  color:#174a3d;
  font-size:19px;
  font-weight:800;
  line-height:1.2;
  overflow-wrap:anywhere;
}

.plaiuri-card__tag{
  align-self:flex-start;
  display:inline-flex;
  margin-bottom:11px;
  padding:6px 10px;
  background:#f1eee6;
  border-radius:999px;
  color:#67543f;
  font-size:11px;
  font-weight:700;
  line-height:1.2;
}

.plaiuri-card p{
  margin:0 0 14px;
  color:#484848;
  font-size:13px;
  line-height:1.58;
}

.plaiuri-card__details{
  margin-top:auto;
  padding:12px;
  background:#fbf7f1;
  border:1px dashed #dfc9ae;
  border-radius:10px;
}

.plaiuri-card__details strong{
  display:block;
  margin-bottom:7px;
  color:#303030;
  font-size:12px;
}

.plaiuri-card__details ul{
  margin:0;
  padding-left:17px;
}

.plaiuri-card__details li{
  margin-bottom:4px;
  color:#4b4b4b;
  font-size:12px;
  line-height:1.45;
}

.plaiuri-card__details li:last-child{
  margin-bottom:0;
}

.plaiuri-pack__note{
  margin-top:20px;
  padding:15px 18px;
  background:#f8f3eb;
  border-left:4px solid #7a8c60;
  border-radius:11px;
  color:#454545;
  font-size:14px;
  line-height:1.6;
}

.plaiuri-pack__note strong{
  color:#242424;
}

@media(max-width:900px){

  .plaiuri-pack__top{
    grid-template-columns:1fr;
    gap:17px;
  }

  .plaiuri-pack__chips{
    justify-content:flex-start;
  }

  .plaiuri-pack__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

}

@media(max-width:600px){

  .plaiuri-pack{
    margin:20px auto;
    padding:15px;
    border-radius:15px;
  }

  .plaiuri-pack__grid{
    grid-template-columns:1fr;
    gap:13px;
  }

  .plaiuri-pack__chips{
    gap:7px;
  }

  .plaiuri-pack__chips span{
    min-height:30px;
    padding:6px 10px;
    font-size:10px;
  }

  .plaiuri-card__media{
    height:190px;
  }

  .plaiuri-card__body{
    padding:15px;
  }

  .plaiuri-card h3{
    font-size:18px;
  }

  .plaiuri-pack__note{
    font-size:13px;
  }

}/* End custom CSS */