.fuel-modal-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 18px;
}

.fuel-modal-trigger-wrap{
  width:100%;
}

.fuel-modal-trigger{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.fuel-trigger-icon svg{
  display: block;
}

.fuel-modal-overlay.is-open{ display:flex; }

.fuel-modal-panel{
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 18px 18px 14px;
  position: relative;
  max-height: calc(100vh - 36px);
  overflow: auto;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
}

.fuel-modal-title{
  font-weight: 700;
  font-size: 18px;
  margin: 4px 0 12px;
}

.fuel-modal-x{
  position:absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(0,0,0,.06);
  border-radius: 10px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.fuel-modal-footer{
  display:flex;
  justify-content:flex-end;
  margin-top: 14px;
}

.fuel-modal-close{
  border:0;
  padding: 10px 16px;
  border-radius: 10px;
  cursor:pointer;
  background: #000;
  color: #fff;
	display:none;
}

.fuel-modal-trigger{
  border:0;
  cursor:pointer;
  background: transparent;
}

.fuel-trigger-button{
  background:#000;
  color:#fff;
  padding: 10px 16px;
  border-radius: 10px;
}

.fuel-trigger-text{
  background: transparent;
  padding: 0;
  text-decoration: underline;
}

.fuel-trigger-icon svg{
  width: 28px;
  height: 28px;
}

.fuel-trigger-image img{
  max-width: 100%;
  height: auto;
  display:block;
}
