/* =========================================
   Schrifteria — Ecwid License Information
   ========================================= */


/* Section heading */

.sft-license-section-title {
  margin: 34px 0 24px !important;

  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;

  color: #111 !important;
}


/* Field titles */

.sft-license-cell .ec-form__title {
  margin: 0 0 9px !important;

  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;

  color: #111 !important;
}


/* Inputs */

.sft-license-cell .form-control {
  margin: 0 !important;
}

.sft-license-cell .form-control__text {
  font-size: 16px !important;
}

.sft-license-cell .form-control__placeholder-inner {
  font-size: 16px !important;
  color: #858585 !important;
}


/* Helper text under inputs */

.sft-license-help {
  max-width: 760px;

  margin: 7px 0 0 !important;

  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;

  color: #8a8a8a !important;
}


/* Space between license fields */

.sft-license-cell {
  padding-bottom: 18px !important;
}


/* Last field needs less space before Checkout */

.ec-form__row:last-child .sft-license-cell {
  padding-bottom: 10px !important;
}

/* Legal agreement checkbox */

.sft-legal-row {
  margin-bottom: 30px !important;
}

.sft-legal-row a {
  color: #ff6b61 !important;
  text-decoration: none !important;
}

.sft-legal-row a:hover {
  text-decoration: underline !important;
}