.hm-event-availability {
  --hm-availability-petrol: #094148;
  --hm-availability-cyan: #00b2db;
  --hm-availability-ink: #082f34;
  --hm-availability-track: #dcebed;
  box-sizing: border-box;
  display: block;
  width: 90%;
  max-width: 650px;
  margin: 24px auto 0;
  padding: 18px 22px 16px;
  overflow: hidden;
  color: var(--hm-availability-ink);
  background: #f1f8f8;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

.hm-event-availability *,
.hm-event-availability *::before,
.hm-event-availability *::after {
  box-sizing: border-box;
}

.hm-event-availability__content {
  min-width: 0;
}

.hm-event-availability__rail-head,
.hm-event-availability__rail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hm-event-availability__rail-head {
  gap: 14px;
  margin-bottom: 11px;
}

.hm-event-availability__title {
  margin: 0;
  color: var(--hm-availability-petrol);
  font-family: "Viga", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.hm-event-availability__percent {
  flex: 0 0 auto;
  margin: 0;
  color: var(--hm-availability-petrol);
  font-family: "Viga", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.15;
  white-space: nowrap;
}

.hm-event-availability__meter {
  width: 100%;
  height: 13px;
  margin-top: 0;
  overflow: hidden;
  background: var(--hm-availability-track);
  border: 0;
  border-radius: 999px;
}

.hm-event-availability__fill {
  display: block;
  width: var(--hm-availability-fill, 0%);
  min-width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--hm-availability-cyan), var(--hm-availability-petrol));
  border-radius: inherit;
}

.hm-event-availability__rail-meta {
  gap: 10px 24px;
  margin-top: 9px;
}

.hm-event-availability__forecast {
  margin: 0;
  padding: 0;
  color: #44666a;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.hm-event-availability__forecast strong {
  color: var(--hm-availability-petrol);
  font-weight: 500;
}

.hm-event-availability__updated {
  flex: 0 0 auto;
  margin: 0;
  color: #44666a;
  font-size: 0.8125rem;
  line-height: 1.4;
  white-space: nowrap;
}

/* RaceResult fügt Auswahl und Formular direkt in die Seite ein. Die Regeln
   bleiben auf diesen Container begrenzt und ändern die Formularlogik nicht. */
#divRRRegStart.RRRegStart {
  --hm-rr-petrol: #094148;
  --hm-rr-cyan: #00b2db;
  --hm-rr-ink: #082f34;
  --hm-rr-muted: #587276;
  --hm-rr-line: #d8e2e3;
  --hm-rr-surface: #f1f8f8;
  box-sizing: border-box;
  width: 90% !important;
  max-width: 650px;
  margin: 18px auto 0 !important;
  color: var(--hm-rr-ink);
  font-family: "Rubik", Arial, sans-serif !important;
}

#divRRRegStart,
#divRRRegStart *,
#divRRRegStart *::before,
#divRRRegStart *::after {
  box-sizing: border-box;
}

#divRRRegStart button,
#divRRRegStart input,
#divRRRegStart select,
#divRRRegStart textarea {
  font-family: "Rubik", Arial, sans-serif !important;
}

/* Erste Ansicht: Wettbewerb und Startpreis. */
#divRRRegStart .RRRegStart_Registrations {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

#divRRRegStart .RRRegStart_Registrations > div {
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 20px 22px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 6px;
  box-shadow: 0 6px 22px rgba(9, 65, 72, 0.08);
  text-align: left;
}

#divRRRegStart .RRRegStart_Registrations h1 {
  margin: 0 0 20px !important;
  color: var(--hm-rr-petrol) !important;
  font-family: "Viga", sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
}

#divRRRegStart .RRRegStart_divContestsV2,
#divRRRegStart .RRRegStart_Table {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#divRRRegStart .RRRegStart_Table > div:first-child {
  display: none !important;
}

#divRRRegStart .RRRegStart_Table > div:nth-child(2) {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) 90px;
  gap: 4px 16px;
  align-items: center;
  width: 100% !important;
  padding: 13px 0 !important;
  color: var(--hm-rr-petrol) !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  background: transparent !important;
  border-top: 1px solid var(--hm-rr-line) !important;
  border-bottom: 1px solid var(--hm-rr-line) !important;
}

#divRRRegStart .RRRegStart_Table > div:nth-child(2) > div {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  text-align: left !important;
}

#divRRRegStart .RRRegStart_Table > div:nth-child(2) > div:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  font-weight: 500;
}

#divRRRegStart .RRRegStart_Table > div:nth-child(2) > div:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  font-weight: 500;
}

#divRRRegStart .RRRegStart_Table > div:nth-child(2) > div:nth-child(3),
#divRRRegStart .RRRegStart_Table > div:nth-child(2) > div:nth-child(6) {
  display: none !important;
}

#divRRRegStart .RRRegStart_Table > div:nth-child(2) > div:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
  color: var(--hm-rr-muted) !important;
  font-size: 0.8125rem !important;
}

#divRRRegStart .RRRegStart_Table > div:nth-child(2) > div:nth-child(5) {
  grid-column: 3;
  grid-row: 1 / span 2;
  font-weight: 500;
  text-align: right !important;
}

#divRRRegStart .RRRegStart_Table table,
#divRRRegStart .RRRegStart_Table tbody,
#divRRRegStart .RRRegStart_Table tr {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
}

#divRRRegStart .RRRegStart_Table td {
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  text-align: right !important;
}

#divRRRegStart .RRRegStart_Table td:first-child {
  display: none !important;
}

#divRRRegStart .RRRegStart_Registrations > div > button,
#divRRRegStart .RRReg_Buttons button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 42px;
  margin: 20px 0 0 !important;
  padding: 11px 22px !important;
  color: #fff !important;
  background: var(--hm-rr-petrol) !important;
  border: 1px solid var(--hm-rr-petrol) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
  cursor: pointer;
}

#divRRRegStart .RRRegStart_Registrations > div > button:hover,
#divRRRegStart .RRRegStart_Registrations > div > button:focus-visible,
#divRRRegStart .RRReg_Buttons button:hover,
#divRRRegStart .RRReg_Buttons button:focus-visible {
  color: var(--hm-rr-petrol) !important;
  background: var(--hm-rr-cyan) !important;
  border-color: var(--hm-rr-cyan) !important;
}

/* Formularschritte nach dem Klick auf „Jetzt anmelden“. */
#divRRRegStart > .RRReg {
  width: 100% !important;
  overflow: hidden;
  color: var(--hm-rr-ink) !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 6px;
  box-shadow: 0 6px 22px rgba(9, 65, 72, 0.08);
  font-family: "Rubik", Arial, sans-serif !important;
}

#divRRRegStart .RRReg_Nav {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--hm-rr-muted) !important;
  background: var(--hm-rr-surface) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--hm-rr-line) !important;
  font-family: "Rubik", Arial, sans-serif !important;
}

#divRRRegStart .RRReg_Nav > div {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100% !important;
}

#divRRRegStart .RRReg_Nav > div > div {
  min-width: 0;
  padding: 14px 4px 12px !important;
  color: var(--hm-rr-muted) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  font-family: "Rubik", Arial, sans-serif !important;
  font-size: 0.6875rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: none !important;
}

#divRRRegStart .RRReg_Nav > div > div.selected {
  color: var(--hm-rr-petrol) !important;
  border-bottom-color: var(--hm-rr-cyan) !important;
}

#divRRRegStart .RRReg_Nav > div > div.disabled {
  opacity: 0.62;
}

#divRRRegStart .RRReg_Nav > div > div::before,
#divRRRegStart .RRReg_Nav > div > div::after {
  display: none !important;
}

#divRRRegStart .RRReg_Main {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px 22px 26px !important;
  color: var(--hm-rr-ink) !important;
  background: #fff !important;
  border: 0 !important;
  font-family: "Rubik", Arial, sans-serif !important;
}

#divRRRegStart .RRReg_Main p,
#divRRRegStart .RRReg_Main label,
#divRRRegStart .RRReg_Main td,
#divRRRegStart .RRReg_Main div {
  font-family: "Rubik", Arial, sans-serif !important;
}

#divRRRegStart .RRReg_Page > .RRReg_Text:first-child p {
  margin: 0 0 20px !important;
  color: var(--hm-rr-petrol) !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

#divRRRegStart .RRReg_Field {
  margin-bottom: 13px !important;
}

#divRRRegStart .RRReg_EntryField input:not([type="checkbox"]):not([type="radio"]),
#divRRRegStart .RRReg_EntryField select,
#divRRRegStart .RRReg_EntryField textarea {
  color: var(--hm-rr-ink) !important;
  background: #fff !important;
  border: 1px solid #bfd0d2 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 0.9375rem !important;
}

#divRRRegStart .RRReg_EntryField input:not([type="checkbox"]):not([type="radio"]):focus,
#divRRRegStart .RRReg_EntryField select:focus,
#divRRRegStart .RRReg_EntryField textarea:focus {
  border-color: var(--hm-rr-cyan) !important;
  box-shadow: 0 0 0 3px rgba(0, 178, 219, 0.16) !important;
  outline: 0 !important;
}

#divRRRegStart .RRReg_EntryField > label,
#divRRRegStart .RRReg_EntryField > input + label,
#divRRRegStart .RRReg_EntryField > select + label,
#divRRRegStart .RRReg_EntryField > textarea + label {
  color: var(--hm-rr-muted) !important;
}

#divRRRegStart .RRReg_Box {
  margin: 16px 0 !important;
  padding: 16px !important;
  color: var(--hm-rr-ink) !important;
  background: var(--hm-rr-surface) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

#divRRRegStart .RRReg_Box p {
  color: inherit !important;
}

#divRRRegStart .RRReg_Picture img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 4px;
}

#divRRRegStart .RRReg_Main a {
  color: var(--hm-rr-petrol) !important;
  text-decoration-color: var(--hm-rr-cyan) !important;
  text-underline-offset: 3px;
}

#divRRRegStart .RRReg_Buttons {
  margin-top: 20px !important;
}

#divRRRegStart .RRReg_Buttons > div {
  display: flex !important;
  gap: 10px;
  align-items: center;
  justify-content: flex-end !important;
}

#divRRRegStart .RRReg_Buttons button {
  margin: 0 !important;
}

#divRRRegStart .RRReg_Buttons .RRReg_ButtonBack {
  color: var(--hm-rr-petrol) !important;
  background: transparent !important;
}

#divRRRegStart .RRReg_EntryFees table {
  width: 100% !important;
  border-collapse: collapse !important;
}

#divRRRegStart .RRReg_EntryFees td {
  padding: 9px 7px !important;
  border-bottom: 1px solid var(--hm-rr-line) !important;
}

#divRRRegStart .RRReg_Box,
#divRRRegStart .RRReg_Box > div,
#divRRRegStart .RRReg_Field,
#divRRRegStart .RRReg_EntryField,
#divRRRegStart .RRReg_Value,
#divRRRegStart .RRReg_PaymentSelector,
#divRRRegStart .RRReg_PaymentSelectorWrapper,
#divRRRegStart .RRReg_Confirmation_PaymentDetails,
#divRRRegStart .RRReg_Confirmation_PaymentDetails_Inner {
  min-width: 0;
  max-width: 100%;
}

#divRRRegStart .RRReg_Main input,
#divRRRegStart .RRReg_Main select,
#divRRRegStart .RRReg_Main textarea {
  max-width: 100% !important;
}

/* Das Branding der geöffneten RaceResult-Anmeldung bleibt auf dem hellen
   Untergrund lesbar, ohne das Formular oder dessen Ladeablauf zu verändern. */
#divRRRegStart .RRReg [style*="RR_PoweredBy"] {
  margin-left: 0 !important;
  background-color: transparent !important;
  filter: brightness(0.55) contrast(1.1) !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

/* Die Icon-Fläche neben dem Karten-/Telefon-Mockup bleibt unabhängig vom
   Seitenverhältnis des jeweiligen SVGs immer exakt kreisförmig. */
.route-info__fact > span {
  display: flex;
  flex: 0 0 75px;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
}

.route-info__fact > span > img {
  display: block;
  width: 75px !important;
  height: 75px !important;
  aspect-ratio: 1 / 1;
  padding: 15px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .hm-event-availability {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 18px 18px 16px;
  }

  .hm-event-availability__rail-head,
  .hm-event-availability__rail-meta {
    display: block;
  }

  .hm-event-availability__percent {
    margin-top: 5px;
  }

  .hm-event-availability__updated {
    margin-top: 4px;
  }

  #divRRRegStart.RRRegStart {
    width: 90% !important;
  }

  #divRRRegStart .RRRegStart_Registrations > div {
    padding: 22px 14px 20px !important;
  }

  #divRRRegStart .RRRegStart_Registrations h1 {
    font-size: 1.5rem !important;
  }

  #divRRRegStart .RRRegStart_Table > div:nth-child(2) {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 5px 12px;
  }

  #divRRRegStart .RRRegStart_Table > div:nth-child(2) > div:nth-child(1) {
    grid-row: 1 / span 3;
  }

  #divRRRegStart .RRRegStart_Table > div:nth-child(2) > div:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    margin-top: 3px !important;
    text-align: left !important;
  }

  #divRRRegStart .RRRegStart_Table td {
    text-align: left !important;
  }

  #divRRRegStart .RRReg_Nav > div > div {
    padding: 12px 2px 10px !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: clip;
    white-space: nowrap !important;
  }

  #divRRRegStart .RRReg_Nav > div > div::after {
    display: block !important;
    color: inherit;
    font-size: 0.5625rem;
    line-height: 1.25;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  #divRRRegStart .RRReg_Nav > div > div:nth-child(1)::after {
    content: "Daten";
  }

  #divRRRegStart .RRReg_Nav > div > div:nth-child(2)::after {
    content: "Prüfen";
  }

  #divRRRegStart .RRReg_Nav > div > div:nth-child(3)::after {
    content: "Zahlung";
  }

  #divRRRegStart .RRReg_Nav > div > div:nth-child(4)::after {
    content: "Bezahlen";
  }

  #divRRRegStart .RRReg_Nav > div > div:nth-child(5)::after {
    content: "Fertig";
  }

  #divRRRegStart .RRReg_Main {
    padding: 20px 14px 22px !important;
  }

  #divRRRegStart .RRReg_Box {
    padding: 14px !important;
  }

  /* Die fünfspaltige Desktop-Tabelle wird mobil zu übersichtlichen
     Einzelpositionen. So bleiben Bezeichnung und Preise vollständig lesbar. */
  #divRRRegStart .RRReg_EntryFees,
  #divRRRegStart .RRReg_EntryFees table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #divRRRegStart .RRReg_EntryFees thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  #divRRRegStart .RRReg_EntryFees tbody {
    display: block !important;
    width: 100% !important;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) tr {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 3px 9px;
    width: 100% !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--hm-rr-line) !important;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    overflow-wrap: anywhere;
    text-align: left !important;
    white-space: normal !important;
    border: 0 !important;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 3;
    color: var(--hm-rr-muted) !important;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(1)::after {
    content: "\00d7";
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    color: var(--hm-rr-ink) !important;
    font-weight: 500 !important;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(3) {
    display: none !important;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(4),
  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(5) {
    grid-column: 2;
    color: var(--hm-rr-muted) !important;
    font-size: 0.8125rem !important;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(4) {
    grid-row: 2;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(4)::before {
    content: "Einzelpreis: ";
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(5) {
    grid-row: 3;
  }

  #divRRRegStart .RRReg_EntryFees tbody:not(.RRReg_EntryFees_Sum) td:nth-child(5)::before {
    content: "Gesamt: ";
  }

  #divRRRegStart .RRReg_EntryFees .RRReg_EntryFees_Sum tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: baseline;
    width: 100% !important;
    padding-top: 11px !important;
  }

  #divRRRegStart .RRReg_EntryFees .RRReg_EntryFees_Sum td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    color: var(--hm-rr-ink) !important;
    font-weight: 500 !important;
    border: 0 !important;
  }

  #divRRRegStart .RRReg_EntryFees .RRReg_EntryFees_Sum td:first-child {
    display: none !important;
  }

  #divRRRegStart .RRReg_EntryFees .RRReg_EntryFees_Sum td:last-child {
    text-align: right !important;
    white-space: nowrap !important;
  }

  /* RaceResult setzt Zahlungsart, Titel und Preis standardmäßig in eine
     starre Zeile. Mobil stehen Titel und Betrag stattdessen untereinander. */
  #divRRRegStart .RRReg_PaymentSelector .RRReg_PaymentMethod {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 64px;
    margin-top: 10px !important;
    padding: 10px 10px 10px 66px !important;
    overflow: hidden;
    background-position: 10px center !important;
    background-size: 44px auto !important;
  }

  #divRRRegStart .RRReg_PaymentSelector .RRReg_PaymentMethod > div {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
    text-align: left !important;
    white-space: normal !important;
  }

  #divRRRegStart .RRReg_PaymentSelector .RRReg_PaymentMethod > div:first-child {
    line-height: 1.3 !important;
  }

  #divRRRegStart .RRReg_PaymentSelector .RRReg_PaymentMethod > div:nth-child(2) {
    margin-top: 4px !important;
    color: var(--hm-rr-petrol) !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  /* Angaben in Prüfung und Bestätigung werden einspaltig, wenn zwei
     50-Prozent-Spalten für lange Inhalte nicht mehr ausreichen. */
  #divRRRegStart .RRReg_Value {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
    width: 100% !important;
    padding: 7px 0 !important;
    border-bottom: 1px solid var(--hm-rr-line) !important;
  }

  #divRRRegStart .RRReg_Value > div {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  #divRRRegStart .RRReg_Value > div:first-child {
    color: var(--hm-rr-muted) !important;
    font-size: 0.8125rem !important;
  }

  #divRRRegStart .RRReg_Confirmation_PaymentDetails,
  #divRRRegStart .RRReg_Confirmation_PaymentDetails_Inner {
    width: 100% !important;
    overflow-wrap: anywhere;
  }

  #divRRRegStart .RRReg_Confirmation_PaymentDetails table,
  #divRRRegStart .RRReg_Confirmation_PaymentDetails tbody,
  #divRRRegStart .RRReg_Confirmation_PaymentDetails tr,
  #divRRRegStart .RRReg_Confirmation_PaymentDetails td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  #divRRRegStart .RRReg_Confirmation_PaymentDetails td {
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .route-info__fact > span,
  .route-info__fact > span > img {
    flex-basis: 65px;
    width: 65px !important;
    height: 65px !important;
  }
}

@media (max-width: 425px) {
  #divRRRegStart .RRReg_Buttons > div {
    flex-wrap: wrap;
  }

  #divRRRegStart .RRReg_Buttons button {
    flex: 1 1 120px;
    min-width: 0 !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .route-info__fact > span,
  .route-info__fact > span > img {
    flex-basis: 45px;
    width: 45px !important;
    height: 45px !important;
  }

  .route-info__fact > span > img {
    padding: 10px;
  }
}
