/* Permanent license quote — same questions as justminiserver.com/store/quote/ */

.quote-page {
  padding: 0 0 24px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #2e2e2e;
}

.quote-page__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.quote-page__back {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #8c8c8c;
  text-decoration: none;
}

.quote-page__back:hover {
  color: #00b0f0;
}

.quote-page__title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 600;
}

.quote-page__intro {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.6;
  color: #5a5a5a;
}

.quote-form {
  display: block;
  margin: 0 0 32px;
}

.quote-form__field {
  display: block;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  min-width: 0;
}

.quote-form__label {
  display: block;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
}

.quote-form__input,
.quote-form__textarea,
.quote-preview__text {
  display: block;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #d5d9dd;
  border-radius: 3px;
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  color: #2e2e2e;
  box-sizing: border-box;
  outline: none;
  line-height: 1.45;
  transition: border-color 0.2s ease-in-out;
}

.quote-form__input:focus,
.quote-form__textarea:focus,
.quote-preview__text:focus {
  border-color: #00b0f0;
}

.quote-form__textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}

.quote-form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.quote-form__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  cursor: pointer;
}

.quote-form__check input {
  width: 16px;
  height: 16px;
  accent-color: #00b0f0;
}

.quote-form__other {
  display: block;
  margin-top: 12px;
}

.quote-form__other-label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  color: #8c8c8c;
}

.quote-form__confirm {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 0;
  padding: 14px 16px;
  border: 1px solid #e3e6e9;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.45;
  cursor: pointer;
}

.quote-form__confirm input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #00b0f0;
}

.quote-form__confirm strong {
  font-weight: 700;
  color: #00b0f0;
}

.quote-preview {
  padding: 24px;
  border: 1px solid #e3e6e9;
  border-radius: 4px;
  background: #f7f8f9;
}

.quote-preview.is-hidden,
.quote-preview[hidden] {
  display: none;
}

.quote-preview__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
}

.quote-preview__text {
  min-height: 280px;
  font-family: 'Menlo', 'Consolas', monospace;
  font-size: 13px;
  line-height: 1.55;
  resize: vertical;
}

.quote-preview__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 16px 0 0;
}

.quote-preview__copy,
.quote-preview__mail {
  display: inline-block;
  padding: 11px 22px;
  border: none;
  border-radius: 3px;
  background: #fe4f0e;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.quote-preview__copy:hover,
.quote-preview__mail:hover {
  opacity: 0.85;
}

.quote-preview__copy {
  background: #343a40;
}

.quote-preview__hint {
  margin: 0;
  font-size: 14px;
  color: #5a5a5a;
}

.quote-preview__hint a {
  color: #00b0f0;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .quote-page {
    padding: 110px 0 60px;
  }

  .quote-page__title {
    font-size: 26px;
  }
}
