.builder-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.builder-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(480px, 2fr);
  grid-template-areas:
    "intro intro"
    "left editors";
  gap: 1rem;
  align-items: start;
  min-width: 0;
  padding-right: var(--preview-side-reserved);
}

.builder-main.preview-inline-mode {
  grid-template-columns: minmax(220px, 1fr) minmax(480px, 2fr);
  grid-template-rows: max-content auto auto;
  grid-template-areas:
    "intro intro"
    "preview preview"
    "left editors";
  width: calc(100% - var(--preview-side-reserved));
  margin: 0 auto;
  padding-right: 0;
}

.panel-intro-wide {
  grid-area: intro;
}

.builder-left {
  grid-area: left;
  min-width: 0;
}

.panel-editors {
  grid-area: editors;
}

.panel-preview {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--preview-side-width);
  align-self: start;
  transition: transform 260ms ease-out;
}

.builder-main.preview-inline-mode .panel-preview {
  position: relative;
  width: auto;
  grid-area: preview;
  min-height: 200px;
  animation: preview-slide-center 260ms ease-out;
}

.builder-main.preview-inline-mode .preview-wrap {
  min-height: 200px;
}

.builder-main.preview-inline-mode .panel-title-row {
  padding-right: 0;
}

.builder-main.preview-inline-mode .preview-rotate-toggle {
  position: static;
}

.builder-main:not(.preview-inline-mode) .panel-preview {
  animation: preview-slide-side 260ms ease-out;
}

@keyframes preview-slide-center {
  from {
    opacity: 0.92;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes preview-slide-side {
  from {
    opacity: 0.92;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-upload {
  padding: 0.9rem;
  display: grid;
  align-content: start;
  gap: 0.55rem;
  position: relative;
  overflow: visible;
}

.panel-upload::after {
  content: none;
}

.panel-route-url::after {
  content: ">";
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translate(50%, -50%);
  color: var(--workflow-arrow);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.builder-left-panel {
  display: grid;
  gap: 0.65rem;
}

.builder-left-subpanel {
  min-width: 0;
}

.route-url-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.route-url-copy {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.route-url-copy .panel-title,
.route-url-copy .field-label {
  margin: 0;
}

.route-provider-badges {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.route-provider-badge {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(10, 32, 56, 0.08));
}

.field-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2f3d4c;
}

.gpx-file-input-wrap {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 0.35rem;
}

.gpx-source-panel,
.gpx-url-input-wrap {
  display: grid;
  gap: 0.35rem;
}

.gpx-url-input-wrap .gpx-file-btn {
  margin-top: 0.15rem;
}

.gpx-file-btn {
  width: var(--user-action-button-target-width);
  min-width: 0;
  max-width: 100%;
  justify-self: center;
  border: 1px solid #0b4f75;
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
  background: #0b4f75;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
}

.button-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.button-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
}

.button-icon-image {
  display: block;
  object-fit: contain;
}

.gpx-file-btn:hover {
  background: #0a4465;
}

.start-over-hint {
  margin-top: 0.45rem;
  margin-bottom: 0.35rem;
}

.start-over-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-reset-btn {
  margin-top: 0;
  width: auto;
  min-width: var(--user-action-button-target-width);
  padding-inline: 0.9rem;
}

.start-over-render-elapsed {
  position: fixed;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 1200;
  font-size: 0.56rem;
  line-height: 1.2;
  color: #546476;
  opacity: 0.8;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  pointer-events: none;
}

.gpx-file-name {
  font-size: 0.8rem;
  color: #546476;
  word-break: break-all;
  text-align: center;
}

.gpx-file-name.error {
  color: #b42318;
  font-weight: 600;
}

#gpx-file {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hint {
  margin: 0;
  font-size: 0.84rem;
  color: #546476;
}

.order-now-btn {
  width: var(--user-action-button-target-width);
  border: 1px solid #0b4f75;
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
  background: #0b4f75;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  justify-self: center;
}

.order-now-btn:hover {
  background: #0a4465;
}

.order-now-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.panel-editors {
  padding: 0.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.editor-block {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 280px;
  gap: 0.5rem;
}

.event-form {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.event-points-subpanel {
  border: 1px solid #d7dee8;
  border-radius: 10px;
  padding: 0.65rem;
  background: #fbfcfe;
  display: grid;
  gap: 0.5rem;
}

.event-points-group {
  display: grid;
  gap: 0.35rem;
}

.event-points-group[hidden] {
  display: none !important;
}

.event-points-group-heading {
  display: grid;
  gap: 0.15rem;
}

.editor-subsection-title {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #34475b;
}

.points-header {
  display: grid;
  --point-poi-picker-icon-size: 19.8px;
  --points-type-column-width: max(
    calc(var(--point-poi-picker-icon-size, 18px) * 2.25),
    54px
  );
  --points-mark-only-column-width: 44px;
  --points-font-size-column-width: 96px;
  grid-template-columns:
    minmax(45px, 60px)
    minmax(0, 1fr)
    var(--points-type-column-width)
    minmax(var(--points-mark-only-column-width), auto)
    var(--points-font-size-column-width)
    var(--points-actions-column-width);
  gap: 0.45rem;
  align-items: end;
}

.points-header.hide-poi-marker-columns {
  grid-template-columns:
    minmax(45px, 60px)
    minmax(0, 1fr)
    var(--points-font-size-column-width)
    var(--points-actions-column-width);
}

.points-header.hide-poi-marker-columns .points-header-cell:nth-child(3),
.points-header.hide-poi-marker-columns .points-header-cell:nth-child(4) {
  display: none;
}

.points-header-cell {
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5d6d7d;
}

.points-header-cell:nth-child(3),
.points-header-cell:nth-child(4),
.points-header-cell:nth-child(5),
.points-header-cell:last-child {
  text-align: center;
}

.subpanel-title {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.order-form {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.order-review-shell {
  display: grid;
  justify-items: center;
}

.order-review-expand-close-btn {
  border: 1px solid #bcc9d7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #17324b;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.order-review-expand-close-btn {
  padding: 0.38rem 0.82rem;
}

.order-review-expand-close-btn:hover {
  background: #eff4f9;
}

.order-review-expand-close-btn:focus {
  outline: 2px solid #7fa9d1;
  outline-offset: 1px;
}

.order-review-wrap {
  width: min(500px, 100%);
  height: 300px;
  min-height: 300px;
  border: 1px dashed #c7d1dd;
  border-radius: 10px;
  background: linear-gradient(180deg, #fcfdff 0%, #f2f5f8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0.6rem;
}

#order-review-image {
  display: block;
}

#order-review-image,
#order-review-expand-image {
  display: block;
}

.order-review-wrap.has-preview {
  cursor: zoom-in;
}

.order-review-empty {
  width: min(82%, 360px);
  font-size: 0.86rem;
  line-height: 1.35;
  color: #4a5f73;
  text-align: center;
}

.order-review-empty[hidden] {
  display: none;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.event-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.6rem;
}

.event-form-row-three {
  grid-template-columns: minmax(0, 3.5fr) minmax(0, 1fr) minmax(0, 3.5fr);
}

.event-form-field {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.event-form-field-color .field-label {
  text-align: center;
}

.event-form-field-empty {
  visibility: hidden;
}

.event-form-subfield {
  display: grid;
  gap: 0.3rem;
}

.event-form-subfield-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.6rem;
}

.event-form-subfield-stack {
  display: grid;
  gap: 0.6rem;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 36px;
  flex-wrap: nowrap;
}

.inline-control-cluster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
}

.inline-radio-field {
  display: grid;
  gap: 0.3rem;
  justify-items: start;
  min-width: 0;
}

.radio-option {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.92rem;
  line-height: 1.2;
  color: #1b2836;
  cursor: pointer;
}

.radio-option input[type="radio"] {
  margin: 0;
}

.input-with-leading-action {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.input-with-leading-action > select,
.input-with-leading-action > input {
  flex: 1 1 auto;
}

.input-with-leading-action > .radio-group {
  flex: 1 1 auto;
}

.inline-info-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
  border: 1px solid #0b4f75;
  border-radius: 999px;
  background: #0b4f75;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 700;
}

.inline-info-link:hover {
  background: #0a4465;
}

.event-form-field-span-two {
  grid-column: span 2;
}

.event-editor-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.order-modal-open-btn {
  width: var(--user-action-button-target-width);
  min-width: 0;
  margin-left: auto;
}

.order-modal-open-btn:disabled {
  border-color: #b7c0c8;
  background: #d7dde3;
  color: #6a737b;
  cursor: not-allowed;
  justify-content: center;
}

.order-modal-open-btn:disabled .button-icon-image {
  display: none;
}

.order-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2200;
}

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

.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 16, 24, 0.54);
}

.order-modal-card {
  position: absolute;
  left: 50%;
  top: 33vh;
  transform: translate(-50%, -33%);
  width: min(560px, calc(100vw - 1.5rem));
  padding: 0.9rem;
  overflow: hidden;
  z-index: 1;
}

.order-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}

.order-modal-close-btn {
  border: 1px solid #bcc9d7;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: #1f3347;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.order-modal-close-btn:hover {
  background: #eff4f9;
}

.order-modal-close-btn:focus {
  outline: 2px solid #7fa9d1;
  outline-offset: 1px;
}

.order-modal-note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #22384d;
}

.order-email-fieldset {
  display: grid;
  gap: 0.35rem;
}

.order-email-fieldset .field-label {
  text-transform: none;
  letter-spacing: 0.02em;
}

.order-email-input {
  width: 100%;
  min-width: 0;
  padding: 0.72rem 0.82rem;
  border: 1px solid #c7d4e1;
  border-radius: 10px;
  background: #ffffff;
  color: #13293d;
  font: inherit;
}

.order-email-input.error {
  border-color: #c44d4d;
  background: #fff6f6;
}

.order-email-input:focus {
  outline: 2px solid rgba(20, 134, 192, 0.25);
  outline-offset: 1px;
  border-color: #1486c0;
}

.order-email-input.error:focus {
  outline-color: rgba(160, 35, 35, 0.18);
  border-color: #a02323;
}

.order-email-hint {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #4a5f74;
}

.order-inline-modal {
  position: absolute;
  inset: -1px;
  display: none;
  border-radius: inherit;
  overflow: hidden;
  z-index: 3;
}

.order-inline-modal.is-open {
  display: block;
}

.order-inline-modal-backdrop {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(9, 16, 24, 0.52);
  backdrop-filter: blur(2px);
}

.order-inline-modal-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(420px, calc(100% - 1.25rem));
  padding: 0.95rem;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 0.8rem;
  z-index: 1;
}

.order-review-expand-overlay {
  z-index: 4;
}

.order-review-expand-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, calc(100% - 1rem));
  height: min(100%, calc(100% - 1rem));
  padding: 0.85rem;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.65rem;
  z-index: 1;
}

.order-review-expand-wrap {
  min-width: 0;
  min-height: 0;
  border: 1px dashed #c7d1dd;
  border-radius: 12px;
  background: linear-gradient(180deg, #fcfdff 0%, #f2f5f8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 0.6rem;
}

.order-inline-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.order-inline-modal-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #102b46;
}

.order-inline-modal-note {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #22384d;
}

.order-inline-modal-status {
  margin: -0.1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #355069;
}

.order-inline-modal-status[hidden] {
  display: none;
}

.order-inline-modal-status.is-error {
  color: #a02323;
}

.order-inline-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
}

.order-options {
  display: grid;
  gap: 0.65rem;
}

.order-options-title {
  margin: 0.15rem 0 0;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #102b46;
}

.order-option-list {
  display: grid;
  gap: 0.65rem;
}

.order-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 0.9rem;
  border: 1px solid #d5dfe9;
  border-radius: 12px;
  background: #f8fbfd;
}

.order-option-premium {
  border-color: #9ebad9;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
  box-shadow: inset 0 0 0 1px rgba(77, 122, 171, 0.08);
}

.order-option-copy {
  display: grid;
  gap: 0.2rem;
}

.order-option-title {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.25;
  color: #13293d;
}

.order-option-description {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.42;
  color: #44586d;
}

.order-option-btn {
  min-width: 168px;
  min-height: 42px;
  padding: 0 0.95rem;
  border: 1px solid #b9c8d8;
  border-radius: 999px;
  background: #ffffff;
  color: #153350;
  font-weight: 700;
  cursor: pointer;
}

.order-option-btn:hover {
  background: #f2f7fb;
}

.order-option-btn-premium {
  border-color: #1a4c7d;
  background: #1a4c7d;
  color: #ffffff;
}

.order-option-btn-premium:hover {
  background: #143d66;
}

.order-option-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.points-rows {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.points-row {
  display: grid;
  --point-poi-picker-icon-size: 19.8px;
  --points-type-column-width: max(
    calc(var(--point-poi-picker-icon-size, 18px) * 2.25),
    54px
  );
  --points-mark-only-column-width: 44px;
  --points-font-size-column-width: 96px;
  grid-template-columns:
    minmax(45px, 60px)
    minmax(0, 1fr)
    var(--points-type-column-width)
    minmax(var(--points-mark-only-column-width), auto)
    var(--points-font-size-column-width)
    var(--points-actions-column-width);
  gap: 0.45rem;
  align-items: center;
}

.points-rows.hide-poi-marker-columns .points-row {
  grid-template-columns:
    minmax(45px, 60px)
    minmax(0, 1fr)
    var(--points-font-size-column-width)
    var(--points-actions-column-width);
}

.points-rows.hide-poi-marker-columns .point-mobile-controls > .point-poi-picker,
.points-rows.hide-poi-marker-columns .point-mobile-controls > .point-mark-only-wrap {
  display: none;
}

.point-mark-only-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.point-mobile-controls {
  display: contents;
}

.point-mark-only-label {
  display: none;
  font-size: 0.8rem;
  line-height: 1.1;
  color: #44576a;
  white-space: nowrap;
}

.point-poi-picker {
  position: relative;
  --point-poi-picker-icon-size: 19.8px;
  width: calc(var(--point-poi-picker-icon-size, 18px) * 2.25);
  justify-self: center;
}

.point-poi-picker-toggle {
  width: 100%;
  border: 1px solid #cfd7e2;
  border-radius: 6px;
  background: #ffffff;
  color: #1b2836;
  padding: 0.2rem 0.6rem;
  text-align: left;
  cursor: pointer;
}

.point-poi-picker-toggle:hover {
  background: #f6f9fc;
}

.point-poi-picker-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 0;
}

.point-poi-picker-value.is-placeholder {
  color: #6b7b8b;
}

.point-poi-picker-toggle .point-poi-picker-value {
  justify-content: center;
  gap: 0;
}

.point-poi-picker-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.point-poi-picker-icon {
  width: var(--point-poi-picker-icon-size, 18px);
  height: var(--point-poi-picker-icon-size, 18px);
  flex: 0 0 auto;
}

.point-poi-picker-empty {
  width: var(--point-poi-picker-icon-size, 18px);
  height: var(--point-poi-picker-icon-size, 18px);
  border: 1px dashed #b7c3d1;
  border-radius: 4px;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.point-poi-picker-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.3rem);
  z-index: 30;
  width: max-content;
  min-width: calc(var(--point-poi-picker-icon-size, 18px) * 1.65);
  max-height: 220px;
  overflow: auto;
  padding: 0.375rem;
  border: 1px solid #cfd7e2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 34, 49, 0.18);
  box-sizing: border-box;
}

.point-poi-option {
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #1b2836;
  font-size: calc(1em + 1pt);
  padding: 0.3rem 0.5625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.point-poi-option .point-poi-picker-value {
  justify-content: flex-start;
  gap: 0.45rem;
}

.point-poi-option .point-poi-picker-label {
  overflow: visible;
  text-overflow: clip;
}

.point-poi-option:hover,
.point-poi-option.is-selected {
  background: #eef4fb;
}

.point-mark-only {
  width: 16px;
  height: 16px;
  margin: 0;
}

.point-actions {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.point-action-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #c2cad6;
  border-radius: 6px;
  background: #ffffff;
  color: #1b2836;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.point-action-btn:hover {
  background: #eef3f9;
}

textarea {
  width: 100%;
  min-height: 280px;
  resize: vertical;
  border: 1px solid #c2cad6;
  border-radius: 8px;
  padding: 0.65rem;
  font-family: var(--font-mono-family);
  font-size: 0.84rem;
  line-height: 1.4;
  background: #ffffff;
  color: #1b2836;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
select {
  width: 100%;
  min-width: 0;
  border: 1px solid #c2cad6;
  border-radius: 8px;
  padding: 0.5rem 0.55rem;
  font-size: 0.92rem;
  background: #ffffff;
  color: #1b2836;
}

input[type="color"] {
  width: 100%;
  height: 36px;
  border: 1px solid #c2cad6;
  border-radius: 8px;
  padding: 2px;
  background: #ffffff;
  cursor: pointer;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 6px;
}

input[type="color"]::-moz-color-swatch {
  border: none;
  border-radius: 6px;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea:focus,
.gpx-file-btn:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
select:focus {
  outline: 2px solid #7fa9d1;
  outline-offset: 1px;
}

.inline-info-link:focus {
  outline: 2px solid #7fa9d1;
  outline-offset: 1px;
}

.order-now-btn:focus {
  outline: 2px solid #7fa9d1;
  outline-offset: 1px;
}
