.productinquiry-wrapper {
  margin: 15px 0;
}

.productinquiry-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.productinquiry-modal.is-open {
  display: block;
}

.productinquiry-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.productinquiry-dialog {
  position: relative;
  max-width: 480px;
  width: calc(100% - 30px);
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.productinquiry-close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #555;
}

.productinquiry-title {
  margin: 0 0 12px;
}

.productinquiry-product {
  background: #f5f5f5;
  padding: 10px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.productinquiry-form .form-group {
  margin-bottom: 14px;
}

.productinquiry-form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.productinquiry-form .required {
  color: #c00;
}

.productinquiry-feedback {
  padding: 10px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 14px;
}

.productinquiry-feedback.is-success {
  background: #e6f6e6;
  color: #1c7c1c;
  border: 1px solid #b6e0b6;
}

.productinquiry-feedback.is-error {
  background: #fbe6e6;
  color: #a01c1c;
  border: 1px solid #e0b6b6;
}

body.productinquiry-noscroll {
  overflow: hidden;
}
