.elementor-32338 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.street-pack{
  max-width:1100px;
  margin:30px auto;
  padding:22px;
  background:#fffaf4;
  border:1px solid #e5d5c4;
  border-radius:18px;
  font-family:Arial,sans-serif;
  color:#202b28;
}

.street-pack__top{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  gap:24px;
  align-items:start;
  margin-bottom:24px;
}

.street-pack__bullets{
  margin:0;
  padding-left:19px;
  font-size:14px;
  line-height:1.65;
}

.street-pack__bullets li{
  margin-bottom:7px;
}

.street-pack__chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
}

.street-pack__chips span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 13px;
  background:#f1e5d8;
  border:1px solid #ddc5af;
  border-radius:999px;
  color:#5b3a25;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

.street-pack__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.street-card{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #e6d6c6;
  border-radius:16px;
  box-shadow:0 6px 18px rgba(54,37,24,.04);
}

.street-card__media{
  height:210px;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#faf7f2;
  border-bottom:1px solid #eadccf;
}

.street-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.street-card__body{
  padding:17px;
}

.street-card h3{
  margin:0 0 7px;
  color:#063d36;
  font-size:21px;
  line-height:1.15;
  font-weight:800;
}

.street-card__tag{
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 10px;
  background:#f2ebe3;
  border-radius:999px;
  color:#68442d;
  font-size:11px;
  font-weight:700;
}

.street-card p{
  margin:0 0 14px;
  color:#444;
  font-size:13px;
  line-height:1.6;
}

.street-card__uses{
  padding:13px;
  background:#fcf8f2;
  border:1px dashed #ddc6ae;
  border-radius:11px;
}

.street-card__uses strong{
  display:block;
  margin-bottom:7px;
  color:#2d2d2d;
  font-size:12px;
}

.street-card__uses ul{
  margin:0;
  padding-left:17px;
}

.street-card__uses li{
  margin-bottom:4px;
  color:#424242;
  font-size:12px;
  line-height:1.45;
}

.street-card__uses li:last-child{
  margin-bottom:0;
}

.street-pack__note{
  margin-top:20px;
  padding:15px 18px;
  background:#f8f2eb;
  border-left:4px solid #b65c32;
  border-radius:12px;
  color:#454545;
  font-size:14px;
  line-height:1.6;
}

.street-pack__note strong{
  color:#222;
}

@media(max-width:850px){
  .street-pack__top{
    grid-template-columns:1fr;
  }

  .street-pack__chips{
    justify-content:flex-start;
  }

  .street-pack__grid{
    grid-template-columns:1fr;
  }

  .street-card{
    display:grid;
    grid-template-columns:190px 1fr;
  }

  .street-card__media{
    height:auto;
    min-height:250px;
    border-right:1px solid #eadccf;
    border-bottom:0;
  }
}

@media(max-width:600px){
  .street-pack{
    padding:15px;
  }

  .street-pack__top{
    gap:16px;
  }

  .street-pack__chips{
    gap:7px;
  }

  .street-pack__chips span{
    min-height:31px;
    padding:6px 10px;
    font-size:11px;
  }

  .street-card{
    display:block;
  }

  .street-card__media{
    height:190px;
    min-height:0;
    border-right:0;
    border-bottom:1px solid #eadccf;
  }

  .street-card h3{
    font-size:19px;
  }

  .street-pack__note{
    font-size:13px;
  }
}/* End custom CSS */