.elementor-27116 .elementor-element.elementor-element-1a713f5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bd6e371 */.combo-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.combo-card{
  background:#fff;
  padding:10px;
  border-radius:16px;
  text-align:center;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.combo-card img{
  width:100%;
  border-radius:12px;
}

.combo-card h4{
  font-size:14px;
  margin:6px 0;
}

.combo-add{
  width:100%;
  background:#e6b85c;
  border:none;
  padding:8px;
  border-radius:20px;
  font-weight:600;
}

.combo-add.active{
  background:#000;
  color:#fff;
}

.combo-selected{
  margin:15px 0;
  padding:10px;
  background:#f7f7f7;
  border-radius:12px;
  font-size:14px;
}

.combo-final{
  width:100%;
  background:#000;
  color:#fff;
  padding:12px;
  border:none;
  border-radius:25px;
  font-size:15px;
  font-weight:600;
}/* End custom CSS */