.jifu-modal-trigger {
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.jifu-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.jifu-modal-backdrop.is-open {
  display: flex;
}

.jifu-modal-dialog {
  background: #fff;
  max-width: 900px;
  width: 90%;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.jifu-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}.jifu-button-image {
  max-width: 180px;
  height: auto;
  cursor: pointer;
}
.jifu-modal-label {
  text-align: center;
  margin-bottom: 16px;
}
button.jifu-modal-trigger.jifu-image-button {
    padding: 0px;
    border-radius: 50%;
    background: none;
}
.jifu-label-image {
  max-width: 180px;
  height: auto;
}

.jifu-modal-text {
  font-size: 16px;
  line-height: 1.6;
}

.jifu-modal-video {
  width: 100%;
  height: 450px;
}
