:root {
  --pbp-green: #93b52e;
  --pbp-green-dark: #78931f;
  --pbp-ink: #232629;
  --pbp-text: #444a50;
  --pbp-muted: #70767d;
  --pbp-line: #dfe3e6;
  --pbp-line-strong: #cfd5d9;
  --pbp-surface: #ffffff;
  --pbp-surface-soft: #f6f7f7;
  --pbp-surface-muted: #eef1f2;
  --pbp-danger: #b42318;
  --pbp-radius-sm: 6px;
  --pbp-radius: 10px;
  --pbp-shadow: 0 10px 30px rgba(20, 27, 33, 0.06);
  --pbp-space-1: 0.375rem;
  --pbp-space-2: 0.625rem;
  --pbp-space-3: 0.875rem;
  --pbp-space-4: 1.25rem;
  --pbp-space-5: 1.75rem;
  --pbp-space-6: 2.5rem;
}

/* Keep global changes deliberately minimal. */
#top input[type="text"],
#top input[type="email"],
#top input[type="tel"],
#top input[type="password"],
#top input[type="number"],
#top select,
#top textarea {
  font-size: 16px;
}

/* Preserve the typography/rendering feel from the long-running PBP.19 theme. */
body,
body .avia-tooltip {
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Action surfaces are opt-in. Use only for grouped actions, choices, status, or customer tasks. */
.pbp-action-card {
  background: var(--pbp-surface);
  border: 1px solid var(--pbp-line);
  border-radius: var(--pbp-radius);
  box-shadow: var(--pbp-shadow);
  padding: var(--pbp-space-4);
}

/* Prevent iOS Safari from zooming form controls on focus without scaling the rest of the site. */
@media only screen and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  #top input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
  #top select,
  #top textarea,
  #top .select2-container .select2-selection,
  #top .select2-container .select2-search__field,
  #top .woocommerce form .input-text,
  #top .woocommerce form select,
  #top .woocommerce form textarea {
    font-size: 16px !important;
  }
}
