/* Printbox AI — general quote form, powered by EZ Form Calculator. */
.pb-general-quote {
  width: min(980px, calc(100% - 32px));
  margin: 26px auto 64px;
  color: #1d3345;
}

.pb-general-quote__intro {
  margin-bottom: 24px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid #dde7ef;
  border-radius: 24px;
  background: linear-gradient(135deg, #f7fbfe 0%, #eef6fb 100%);
}

.pb-general-quote__eyebrow {
  margin-bottom: 9px;
  color: var(--primary-color, #1e73be);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pb-general-quote__intro h1 {
  margin: 0 0 12px;
  color: #172c3e;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.pb-general-quote__intro p {
  max-width: 760px;
  margin: 0;
  color: #5b6e7d;
  font-size: 16px;
  line-height: 1.65;
}

.pb-general-quote__note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 17px;
  color: #40596c;
  font-size: 13px;
  line-height: 1.55;
}

.pb-general-quote__note::before {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-color, #1e73be);
  content: 'i';
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 3px 10px rgba(24, 56, 79, .08);
}

.pb-general-quote__form {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #e0e8ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(23, 48, 68, .06);
}

.pb-general-quote .ezfc-wrapper,
.pb-general-quote .ezfc-form {
  margin: 0;
  padding: 0;
  background: transparent !important;
}

.pb-general-quote .ezfc-form * {
  font-family: inherit;
}

.pb-general-quote .ezfc-element {
  margin-bottom: 17px;
}

.pb-general-quote .ezfc-element label,
.pb-general-quote .ezfc-element-label {
  display: block;
  margin-bottom: 7px;
  color: #2a4356;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.pb-general-quote .ezfc-element input[type='text'],
.pb-general-quote .ezfc-element input[type='email'],
.pb-general-quote .ezfc-element input[type='number'],
.pb-general-quote .ezfc-element input[type='tel'],
.pb-general-quote .ezfc-element select,
.pb-general-quote .ezfc-element textarea {
  min-height: 48px;
  margin: 0;
  border: 1px solid #cfdbe4;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  color: #243d50;
  font-size: 15px;
}

.pb-general-quote .ezfc-element textarea {
  min-height: 125px;
  padding-top: 12px;
  resize: vertical;
}

.pb-general-quote .ezfc-element input:focus,
.pb-general-quote .ezfc-element select:focus,
.pb-general-quote .ezfc-element textarea:focus {
  border-color: var(--primary-color, #1e73be);
  box-shadow: 0 0 0 3px rgba(30, 115, 190, .09);
}

.pb-general-quote .ezfc-element-wrapper-radio .ezfc-element-radio-container,
.pb-general-quote .ezfc-element-radio-container {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}

.pb-general-quote .ezfc-element-wrapper-radio label {
  font-weight: 600;
}

.pb-general-quote .ezfc-element-fileupload {
  width: 100%;
  padding: 16px;
  border: 1px dashed #b9cad6;
  border-radius: 12px;
  background: #f7fafc;
}

.pb-general-quote .ezfc-fileupload-message,
.pb-general-quote .ezfc-fileupload-files {
  color: #5d7080;
  font-size: 13px;
}

.pb-general-quote .ezfc-element-description,
.pb-general-quote .ezfc-element-description-below-input,
.pb-general-quote .ezfc-element-description-below-label {
  color: #71818e;
  font-size: 12px;
  line-height: 1.45;
}

.pb-general-quote .ezfc-element-submit,
.pb-general-quote input.ezfc-element-submit,
.pb-general-quote button.ezfc-element-submit {
  min-height: 50px;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--primary-color, #1e73be) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.pb-general-quote .ezfc-element-submit:hover {
  filter: brightness(.94);
}

.pb-general-quote .ezfc-message {
  border-radius: 10px;
}

.pb-sticker-calculator-section {
  margin-top: 36px;
  padding-top: 10px;
  scroll-margin-top: 90px;
}

.pb-sticker-calculator-section__head {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.pb-sticker-calculator-section__head h2 {
  margin-bottom: 8px;
}

.pb-sticker-calculator-section__head p {
  color: #657684;
  line-height: 1.6;
}

@media (max-width: 549px) {
  .pb-general-quote {
    width: min(100% - 20px, 980px);
    margin-top: 12px;
  }

  .pb-general-quote__intro,
  .pb-general-quote__form {
    border-radius: 18px;
  }

  .pb-general-quote__form {
    padding: 20px 17px;
  }
}
