.createFlowRefined {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px 10px;
  padding-bottom: calc(104px + env(safe-area-inset-bottom));
}

.createFlowRefined > * {
  grid-column: 1 / -1;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.createFlowRefined .eventContext {
  padding: 10px 12px;
  border-radius: 14px;
  background: #faf8fb;
  border: 1px solid #eee8f0;
}

.createFlowRefined .eventContext small {
  color: #9a909e;
  font-size: 10px;
  font-weight: 700;
}

.createFlowRefined .eventContext b {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.35;
}

.createFlowRefined .eventContext span {
  margin-top: 3px;
  color: #756d79;
  font-size: 10px;
}

.kindQuickSwitch {
  justify-self: end;
  width: auto;
  margin-top: -4px !important;
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: #8758bd;
  font-size: 11px;
  font-weight: 800;
}

.createFlowRefined > label,
.createFlowRefined > .locationPicker {
  padding-top: 0;
}

.createFlowRefined > label,
.createFlowRefined .locationPicker > label {
  font-size: 12px;
  font-weight: 700;
  color: #4b454f;
}

.createFlowRefined > label > input,
.createFlowRefined > label > select,
.createFlowRefined > label > textarea {
  margin-top: 6px;
}

.createFlowRefined .seg {
  margin-top: 6px;
  padding: 3px;
  border-radius: 13px;
  background: #f6f2f7;
}

.createFlowRefined .seg button {
  min-height: 40px;
  border-radius: 10px;
  font-size: 13px;
}

.createFlowRefined .createKind .rideFirstVisual button:first-child { order: 2; }
.createFlowRefined .createKind .rideFirstVisual button:nth-child(2) { order: 1; }

.createFlowRefined .lockedVenue {
  min-height: 0;
  margin-top: 6px;
  padding: 9px 10px;
  border-radius: 12px;
  background: #faf9fb;
  border-color: #ebe5ee;
}

.createFlowRefined .lockedVenue > svg {
  width: 16px;
  height: 16px;
}

.createFlowRefined .lockedVenue b { font-size: 12px; }
.createFlowRefined .lockedVenue small { display: none; }
.createFlowRefined .lockedVenue em {
  margin-top: 2px;
  font-size: 9px;
  color: #a29aa5;
}
.createFlowRefined .lockIcon { font-size: 10px; opacity: .5; }

.requiredField { position: relative; }
.requiredField::after {
  content: attr(data-required);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  min-height: 17px;
  padding: 1px 6px;
  border-radius: 6px;
  background: #f6eefb;
  color: #8758bd;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}
.requiredBadge { display: none !important; }

.locationPrivacyGenerated {
  margin: 5px 0 7px;
  padding: 0;
  color: #77707b;
  font-weight: 500;
}
.locationPrivacyGenerated b,
.locationPrivacyGenerated small { display: block; }
.locationPrivacyGenerated b {
  font-size: 10px;
  line-height: 1.45;
  font-weight: 600;
}
.locationPrivacyGenerated small {
  margin-top: 2px;
  color: #9a929c;
  font-size: 9px;
  line-height: 1.45;
  font-weight: 500;
}
.createFlowRefined > .privacyHelpSource { display: none !important; }

.createPlaceVisibility {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  margin-top: -4px !important;
  padding: 9px 10px;
  border-radius: 11px;
  background: #faf8fb;
  border: 1px solid #eee8f0;
  cursor: pointer;
}

.createPlaceVisibility input {
  width: 15px !important;
  height: 15px;
  flex: none;
  margin: 1px 0 0 !important;
  accent-color: #8d55d2;
}

.createPlaceVisibility span { min-width: 0; }
.createPlaceVisibility b,
.createPlaceVisibility small { display: block; }
.createPlaceVisibility b { font-size: 10px; line-height: 1.4; }
.createPlaceVisibility small {
  margin-top: 2px;
  color: #8f8792;
  font-size: 9px;
  line-height: 1.45;
  font-weight: 500;
}

.createFlowRefined .two { gap: 10px; }
.createFlowRefined > .createTransport,
.createFlowRefined > .createContactMethod { grid-column: 1; }
.createFlowRefined > .createMembers,
.createFlowRefined > .createContactValue { grid-column: 2; }
.createFlowRefined > .createTransport select,
.createFlowRefined > .createMembers input,
.createFlowRefined > .createContactMethod select,
.createFlowRefined > .createContactValue input { min-height: 44px; }

.createFlowRefined .createConditions,
.createFlowRefined .createMemo { display: block !important; }
.createMapToggle,
.createOptionalToggle { display: none !important; }
.createFlowRefined .routeMapPreview { display: none !important; }
.createFlowRefined .checks { margin-top: 6px; gap: 6px; }
.createFlowRefined .checks button { min-height: 36px; }

.createFlowRefined .fieldHelp {
  display: block;
  margin-top: 4px;
  color: #aaa1ad;
  font-size: 9px;
  line-height: 1.4;
}
.createFlowRefined textarea { min-height: 78px; }

.createFlowRefined .formActions {
  position: sticky;
  bottom: 0;
  z-index: 20;
  margin: 2px -18px calc(-18px - env(safe-area-inset-bottom)) !important;
  padding: 11px 18px calc(13px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.97);
  border-top: 1px solid #eee9f0;
  backdrop-filter: blur(10px);
}

.createFlowRefined .routeConfirmationTitle {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1.4;
}
.createFlowRefined .routeConfirmationTitle::after {
  content: attr(data-title);
  font-size: 18px;
  font-weight: 800;
}

.createFlowRefined .partyCard.preview {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.createFlowRefined .partyCard.preview > * { margin-left: 0; margin-right: 0; }
.createFlowRefined .partyCard.preview h3 { margin-top: 12px; }
.createFlowRefined .partyCard.preview .priceBox.compact { margin-top: 10px; padding: 11px; }
.createFlowRefined h2 { margin: 0; font-size: 17px; }

.confirmationRouteMap {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
}
.confirmationRouteMap .confirmationMapHelp {
  margin: 0 0 8px;
  padding: 0;
  color: #8e8691;
  font-size: 10px;
  line-height: 1.45;
}
.confirmationRouteMap .confirmationMapFrame {
  position: relative;
  width: 100%;
  height: 164px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #ebe5ee;
  border-radius: 14px;
  background: #f5f2f7;
}
.confirmationRouteMap .confirmationMapFrame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.confirmationRouteMap .confirmationMapFrame span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8d8590;
  font-size: 11px;
}
.confirmationRouteMap .confirmationMapRoute {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 8px 0 0;
  font-size: 11px;
  line-height: 1.35;
}
.confirmationRouteMap .confirmationMapRoute span {
  min-width: 0;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirmationRouteMap .confirmationMapRoute span:last-child { text-align: left; }
.confirmationRouteMap .confirmationMapRoute b {
  flex: none;
  color: #9b67dc;
  font-weight: 700;
}

@media (max-width: 360px) {
  .createFlowRefined { grid-template-columns: 1fr; }
  .createFlowRefined > .createTransport,
  .createFlowRefined > .createMembers,
  .createFlowRefined > .createContactMethod,
  .createFlowRefined > .createContactValue { grid-column: 1; }
}
