.elementor-33142 .elementor-element.elementor-element-d3aa2f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b257845 */.gust-ro-pack{
  width:100%;
  max-width:1180px;
  margin:30px auto;
  padding:22px;
  box-sizing:border-box;
  background:#fffaf3;
  border:1px solid #e4d5c2;
  border-radius:18px;
  font-family:Arial, sans-serif;
  color:#28312d;
}

.gust-ro-pack__top{
  display:grid;
  grid-template-columns:minmax(0, 1.45fr) minmax(270px, .75fr);
  gap:24px;
  align-items:start;
  margin-bottom:24px;
}

.gust-ro-pack__intro p{
  margin:0 0 13px;
  color:#464646;
  font-size:14px;
  line-height:1.65;
}

.gust-ro-pack__intro ul{
  margin:0;
  padding-left:19px;
  color:#333;
  font-size:13px;
  line-height:1.65;
}

.gust-ro-pack__intro li{
  margin-bottom:5px;
}

.gust-ro-pack__chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
}

.gust-ro-pack__chips span{
  display:inline-flex;
  align-items:center;
  min-height:33px;
  padding:7px 13px;
  box-sizing:border-box;
  background:#f2e6d7;
  border:1px solid #ddc5aa;
  border-radius:999px;
  color:#65472e;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}

.gust-ro-pack__grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:15px;
  align-items:stretch;
}

.gust-ro-card{
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e5d7c7;
  border-radius:15px;
  box-shadow:0 5px 15px rgba(62, 42, 23, .035);
}

.gust-ro-card__media{
  height:155px;
  padding:12px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#faf7f2;
  border-bottom:1px solid #e9ddd0;
}

.gust-ro-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.gust-ro-card__body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:14px;
}

.gust-ro-card h3{
  margin:0 0 7px;
  color:#073f37;
  font-size:17px;
  font-weight:800;
  line-height:1.2;
  overflow-wrap:anywhere;
}

.gust-ro-card__tag{
  align-self:flex-start;
  display:inline-flex;
  margin-bottom:10px;
  padding:6px 9px;
  background:#f1e9de;
  border-radius:999px;
  color:#694a32;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
}

.gust-ro-card p{
  margin:0 0 13px;
  color:#464646;
  font-size:12px;
  line-height:1.55;
}

.gust-ro-card__uses{
  margin-top:auto;
  padding:11px;
  background:#fbf7f1;
  border:1px dashed #dec4a7;
  border-radius:10px;
}

.gust-ro-card__uses strong{
  display:block;
  margin-bottom:6px;
  color:#303030;
  font-size:11px;
}

.gust-ro-card__uses ul{
  margin:0;
  padding-left:16px;
}

.gust-ro-card__uses li{
  margin-bottom:3px;
  color:#474747;
  font-size:11px;
  line-height:1.4;
}

.gust-ro-card__uses li:last-child{
  margin-bottom:0;
}

.gust-ro-pack__note{
  margin-top:20px;
  padding:15px 18px;
  background:#f8f1e8;
  border-left:4px solid #a65c35;
  border-radius:11px;
  color:#454545;
  font-size:14px;
  line-height:1.6;
}

.gust-ro-pack__note strong{
  color:#242424;
}

@media(max-width:1100px){

  .gust-ro-pack__grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }

}

@media(max-width:900px){

  .gust-ro-pack__top{
    grid-template-columns:1fr;
    gap:17px;
  }

  .gust-ro-pack__chips{
    justify-content:flex-start;
  }

  .gust-ro-pack__grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

}

@media(max-width:700px){

  .gust-ro-pack__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

}

@media(max-width:520px){

  .gust-ro-pack{
    margin:20px auto;
    padding:15px;
    border-radius:15px;
  }

  .gust-ro-pack__grid{
    grid-template-columns:1fr;
    gap:13px;
  }

  .gust-ro-pack__chips{
    gap:7px;
  }

  .gust-ro-pack__chips span{
    min-height:30px;
    padding:6px 10px;
    font-size:10px;
  }

  .gust-ro-card{
    display:grid;
    grid-template-columns:120px minmax(0, 1fr);
  }

  .gust-ro-card__media{
    height:auto;
    min-height:210px;
    border-right:1px solid #e9ddd0;
    border-bottom:0;
  }

  .gust-ro-card__body{
    padding:13px;
  }

  .gust-ro-card h3{
    font-size:16px;
  }

  .gust-ro-pack__note{
    font-size:13px;
  }

}

@media(max-width:390px){

  .gust-ro-card{
    display:flex;
  }

  .gust-ro-card__media{
    height:165px;
    min-height:0;
    border-right:0;
    border-bottom:1px solid #e9ddd0;
  }

}/* End custom CSS */