/* Stable, non-hashed CSS so Clarity recordings and in-app WebViews still see the form if a Next chunk fails. */
#claim .claim-form-shell {
  background: #fefefe;
  margin-inline: auto;
  text-align: left;
  width: 100%;
  max-width: 1100px;
  border-radius: 24px;
}

#claim .claim-form-shell[data-expanded="true"] {
  max-width: 1550px;
}

#claim .claim-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  background: #fefefe;
}

#claim .claim-stepper-steps {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

#claim .claim-primary-btn,
#claim button[data-gtm^="claim_step"] {
  min-height: 44px;
}

#claim input[type="file"].claim-native-file {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

body.has-cookie-banner {
  padding-bottom: var(--cookie-banner-offset, 0px);
}
