.cdo-commercial-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin: 1.25rem auto 0;
  max-width: 72rem;
  padding: 1rem;
}

.cdo-commercial-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cdo-checkout-consent,
.cdo-verification-channel {
  background: #f7f8fc;
  border: 1px solid #d9def2;
  border-radius: 0.75rem;
  margin: 1rem 0;
  padding: 1rem;
}

.cdo-checkout-consent label,
.cdo-verification-channel label {
  align-items: flex-start;
  display: flex;
  gap: 0.6rem;
}

.cdo-checkout-consent input[type="checkbox"] {
  accent-color: #1d2c8c;
  appearance: auto;
  flex: 0 0 1.25rem;
  height: 1.25rem;
  margin: 0.1rem 0 0;
  min-height: 1.25rem;
  padding: 0;
  width: 1.25rem;
}

.cdo-checkout-consent small {
  display: block;
  margin-top: 0.5rem;
}

.cdo-verification-channel {
  display: grid;
  gap: 0.75rem;
}

.cdo-verification-channel legend {
  font-weight: 700;
  padding: 0 0.25rem;
}

.cdo-verification-channel small {
  color: #1d2c8c;
  font-weight: 700;
}

main .auth-panel {
  margin-inline: auto;
  max-width: 48rem;
}

.auth-panel .cdo-registration-consent {
  align-self: start;
  font-size: 0.925rem;
  grid-column: 1 / -1;
  line-height: 1.45;
  margin: 0.25rem 0 0;
  padding: 0.875rem 1rem;
}

.auth-panel .cdo-registration-consent + button {
  align-self: start;
  grid-column: 1 / -1;
  min-height: 3rem;
}

.auth-panel :is(button, a, input, textarea, select):focus-visible {
  outline: 3px solid rgba(227, 6, 43, 0.42);
  outline-offset: 3px;
}

.auth-panel .auth-tabs button,
.auth-panel .password-toggle-button,
.auth-panel .cdo-forgot-password-trigger {
  min-height: 2.75rem;
}

.auth-panel .password-toggle-button {
  min-width: 2.75rem;
}

.cdo-forgot-password-trigger {
  background: transparent;
  border: 0;
  color: #1d2c8c;
  font-weight: 800;
  grid-column: 1 / -1;
  justify-self: end;
  padding: 0 0.25rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.auth-panel .cdo-remember-login {
  align-items: center;
  color: #344054;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: 750;
  gap: 0.65rem;
  grid-column: 1 / -1;
  min-height: 2.75rem;
}

.auth-panel .cdo-remember-login input[type="checkbox"] {
  accent-color: #1d2c8c;
  appearance: auto;
  flex: 0 0 1.25rem;
  height: 1.25rem;
  margin: 0;
  min-height: 1.25rem;
  padding: 0;
  width: 1.25rem;
}

.cdo-password-recovery {
  gap: 0.8rem;
  display: grid;
}

.cdo-password-recovery h2 {
  margin: 0;
}

.cdo-password-recovery .form-grid {
  grid-template-columns: minmax(0, 1fr);
}

.cdo-password-recovery .form-helper {
  margin: 0;
}

.cdo-password-recovery .button {
  min-height: 2.75rem;
}

.cdo-registration-consent label {
  min-height: 2.75rem;
}

.cdo-phone-tooltip-anchor {
  justify-self: start;
  position: relative;
}

.cdo-phone-tooltip-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px dotted currentColor;
  color: inherit;
  cursor: help;
  display: inline-block;
  font: inherit;
  min-height: 2.75rem;
  outline: none;
  padding: 0;
}

.cdo-phone-tooltip-trigger:focus-visible {
  border-radius: 0.2rem;
  box-shadow: 0 0 0 3px rgba(29, 44, 140, 0.2);
}

.cdo-phone-tooltip {
  background: #17204c;
  border-radius: 0.6rem;
  bottom: calc(100% + 0.55rem);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  left: 0;
  line-height: 1.4;
  max-width: calc(100vw - 3rem);
  opacity: 0;
  padding: 0.65rem 0.75rem;
  pointer-events: none;
  position: absolute;
  transform: translateY(0.25rem);
  transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
  visibility: hidden;
  width: 19rem;
  z-index: 20;
}

.cdo-phone-tooltip-anchor:hover .cdo-phone-tooltip,
.cdo-phone-tooltip-anchor:focus-within .cdo-phone-tooltip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 48rem) {
  html.cdo-account-auth-page .app-main {
    padding-bottom: 0.875rem;
  }

  html.cdo-account-auth-page .bottom-nav {
    position: static;
  }

  html.cdo-account-auth-page .header-action {
    min-height: 2.75rem;
    min-width: 2.75rem;
  }

  main .auth-panel {
    max-width: 100%;
  }

  .auth-panel .cdo-registration-consent {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
