/* Impostazioni e supporto con la stessa gerarchia visiva dell'app nativa. */
.skate-live-native-parity .settings-exact-page,
.skate-live-native-parity .support-exact-page,
.skate-live-native-parity .community-exact-page {
  display: grid;
  width: min(100%, 52rem);
  margin-inline: auto;
  gap: 1.25rem;
}

.skate-live-native-parity .settings-exact-head,
.skate-live-native-parity .support-exact-head,
.skate-live-native-parity .community-exact-head {
  display: grid;
  gap: 0.45rem;
}

.skate-live-native-parity .settings-exact-head p,
.skate-live-native-parity .support-exact-head p {
  margin: 0;
  color: var(--exact-green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.skate-live-native-parity .settings-exact-head h1,
.skate-live-native-parity .support-exact-head h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 8vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.skate-live-native-parity .settings-exact-head > span,
.skate-live-native-parity .support-exact-head > span,
.skate-live-native-parity .community-exact-head > span {
  color: var(--exact-copy-secondary);
  line-height: 1.5;
}

.skate-live-native-parity .community-exact-head p {
  margin: 0;
  color: var(--exact-green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.skate-live-native-parity .community-exact-head h1 {
  margin: 0;
  color: #fff;
  font-size: 2.75rem;
  letter-spacing: 0;
  line-height: 0.98;
}

.skate-live-native-parity .community-exact-hero {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  padding: 1.25rem;
  border: 1px solid color-mix(in srgb, #ff4545 52%, var(--exact-border-strong));
  border-radius: 0.8rem;
  background:
    linear-gradient(145deg, rgb(255 69 69 / 18%), transparent 42%),
    linear-gradient(180deg, var(--exact-panel), var(--exact-panel-deep));
  text-align: center;
}

.skate-live-native-parity .community-exact-hero__icon {
  display: grid;
  width: 4.75rem;
  height: 4.75rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 50%;
  background: #ff3f43;
  color: #fff;
  box-shadow: 0 0.9rem 2rem rgb(255 63 67 / 22%);
}

.skate-live-native-parity .community-exact-hero__icon svg,
.skate-live-native-parity .community-exact-heart-button svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: currentColor;
}

.skate-live-native-parity .community-exact-hero h2,
.skate-live-native-parity .community-exact-progress h2,
.skate-live-native-parity .community-exact-note h2 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.15;
}

.skate-live-native-parity .community-exact-hero p,
.skate-live-native-parity .community-exact-progress p,
.skate-live-native-parity .community-exact-note p {
  margin: 0;
  color: var(--exact-copy-secondary);
  line-height: 1.5;
}

.skate-live-native-parity .community-exact-heart-form {
  width: min(100%, 19rem);
}

.skate-live-native-parity .community-exact-heart-button {
  display: grid;
  width: 100%;
  min-height: 3.7rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 0.55rem;
  background: #ff3f43;
  color: #fff;
  font: inherit;
  font-weight: 900;
  text-align: left;
  box-shadow: 0 0.8rem 1.7rem rgb(255 63 67 / 24%);
}

.skate-live-native-parity .community-exact-heart-button:disabled {
  background: color-mix(in srgb, var(--exact-green) 72%, #1b2420);
  color: #071108;
  opacity: 1;
}

.skate-live-native-parity .community-exact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.skate-live-native-parity .community-exact-stats article,
.skate-live-native-parity .community-exact-progress,
.skate-live-native-parity .community-exact-note {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 0.8rem;
  background: var(--exact-panel-deep);
}

.skate-live-native-parity .community-exact-stats small,
.skate-live-native-parity .community-exact-progress small {
  color: var(--exact-copy-muted);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.skate-live-native-parity .community-exact-stats strong {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
}

.skate-live-native-parity .community-exact-stats span {
  color: var(--exact-copy-secondary);
  font-size: 0.8rem;
  line-height: 1.35;
}

.skate-live-native-parity .community-exact-progress {
  background:
    linear-gradient(90deg, rgb(66 215 120 / 16%), transparent 58%),
    var(--exact-panel-deep);
}

.skate-live-native-parity .community-exact-progress__bar {
  overflow: hidden;
  height: 0.72rem;
  border-radius: 999px;
  background: var(--exact-panel-soft);
}

.skate-live-native-parity .community-exact-progress__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--exact-green), #52a8ff);
}

.skate-live-native-parity .community-exact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.skate-live-native-parity .community-exact-actions a,
.skate-live-native-parity .community-exact-actions button {
  display: grid;
  min-height: 5rem;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon copy";
  align-items: center;
  gap: 0.15rem 0.75rem;
  padding: 0.9rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 0.8rem;
  background: var(--exact-panel-soft);
  color: #fff;
  font: inherit;
  text-align: left;
  text-decoration: none;
}

.skate-live-native-parity .community-exact-actions a > span,
.skate-live-native-parity .community-exact-actions button > span {
  grid-area: icon;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 50%;
  background: #52a8ff;
  color: #06101b;
  font-weight: 950;
}

.skate-live-native-parity .community-exact-actions a:nth-child(2) > span {
  background: var(--exact-yellow);
  color: #161304;
}

.skate-live-native-parity .community-exact-actions strong {
  grid-area: title;
  font-size: 0.95rem;
  line-height: 1.15;
}

.skate-live-native-parity .community-exact-actions small {
  grid-area: copy;
  color: var(--exact-copy-secondary);
  font-size: 0.76rem;
  line-height: 1.3;
}

.skate-live-native-parity .community-exact-alert {
  padding: 0.9rem 1rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 0.8rem;
  font-weight: 800;
  line-height: 1.4;
}

.skate-live-native-parity .community-exact-alert.is-success {
  border-color: #2f8650;
  background: #173522;
  color: #82eea6;
}

.skate-live-native-parity .community-exact-alert.is-error {
  border-color: #9c4040;
  background: #3b1717;
  color: #ffaaaa;
}

.skate-live-native-parity .settings-exact-list {
  display: grid;
  gap: 0.9rem;
}

.skate-live-native-parity .settings-exact-card {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, var(--exact-panel), var(--exact-panel-deep));
  box-shadow: none;
}

.skate-live-native-parity .settings-exact-card h2 {
  margin: 0 0 0.3rem;
  color: #fff;
  font-size: 1.08rem;
}

.skate-live-native-parity .settings-exact-card p {
  margin: 0;
  color: var(--exact-copy-secondary);
  line-height: 1.5;
}

.skate-live-native-parity .settings-exact-card small {
  color: var(--exact-copy-muted);
}

.skate-live-native-parity .settings-exact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.skate-live-native-parity .settings-exact-notifications {
  display: grid;
  gap: 0.65rem;
}

.skate-live-native-parity .settings-exact-notifications label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--exact-border);
}

.skate-live-native-parity .settings-exact-notifications input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--exact-green);
  flex: 0 0 auto;
}

.skate-live-native-parity .settings-exact-notifications span {
  display: grid;
  gap: 0.15rem;
}

.skate-live-native-parity .settings-exact-notifications strong {
  color: #fff;
  font-size: 0.9rem;
}

.skate-live-native-parity .settings-exact-notifications small {
  color: var(--exact-copy-muted);
  line-height: 1.35;
}

.skate-live-native-parity .settings-exact-segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0.25rem;
  border: 1px solid var(--exact-border);
  border-radius: 1rem;
  background: #101411;
}

.skate-live-native-parity .settings-exact-segmented button,
.skate-live-native-parity .settings-exact-button,
.skate-live-native-parity .settings-exact-links a {
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--exact-copy-secondary);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.skate-live-native-parity .settings-exact-segmented button {
  border-radius: 0.75rem;
}

.skate-live-native-parity .settings-exact-segmented button[aria-pressed="true"] {
  border-color: transparent;
  background: var(--exact-panel-soft);
  color: #fff;
  box-shadow: 0 0.35rem 0.9rem rgb(0 0 0 / 16%);
}

.skate-live-native-parity .settings-exact-button,
.skate-live-native-parity .settings-exact-links a {
  display: inline-grid;
  place-items: center;
  border-color: var(--exact-border-strong);
  background: var(--exact-panel-soft);
  color: #fff;
}

.skate-live-native-parity .settings-exact-button:hover,
.skate-live-native-parity .settings-exact-button:focus-visible,
.skate-live-native-parity .settings-exact-links a:hover,
.skate-live-native-parity .settings-exact-links a:focus-visible {
  border-color: var(--exact-yellow);
  color: var(--exact-yellow);
}

.skate-live-native-parity .settings-exact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.skate-live-native-parity .settings-exact-credits > a {
  color: var(--exact-green);
  font-weight: 800;
  text-decoration: none;
}

.skate-live-native-parity .settings-exact-credits > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  color: var(--exact-copy-muted);
  font-size: 0.72rem;
}

/* Area atleta introduttiva: replica la schermata pubblica prima del login. */
.skate-live-native-parity .athlete-intro-exact {
  display: grid;
  width: min(100%, 52rem);
  margin-inline: auto;
  gap: 1rem;
}

.skate-live-native-parity .athlete-intro-exact__head {
  display: grid;
  gap: 0.45rem;
}

.skate-live-native-parity .athlete-intro-exact__head p,
.skate-live-native-parity .athlete-intro-exact__card > small {
  margin: 0;
  color: var(--exact-green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.skate-live-native-parity .athlete-intro-exact__head h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 8vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.skate-live-native-parity .athlete-intro-exact__head > span,
.skate-live-native-parity .athlete-intro-exact__card p,
.skate-live-native-parity .athlete-intro-exact__status p {
  margin: 0;
  color: var(--exact-copy-secondary);
  line-height: 1.5;
}

.skate-live-native-parity .athlete-intro-exact__status {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 1.35rem;
  background: linear-gradient(115deg, #183021, var(--exact-panel-deep));
}

.skate-live-native-parity .athlete-intro-exact__status > span {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  border-radius: 50%;
  background: var(--exact-green);
  color: #061108;
}

.skate-live-native-parity .athlete-intro-exact__status .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.skate-live-native-parity .athlete-intro-exact__status div {
  display: grid;
  gap: 0.25rem;
}

.skate-live-native-parity .athlete-intro-exact__status small {
  color: var(--exact-green);
  font-weight: 850;
}

.skate-live-native-parity .athlete-intro-exact__status strong {
  color: #fff;
  font-size: 1.15rem;
}

.skate-live-native-parity .athlete-intro-exact__card {
  display: grid;
  gap: 0.65rem;
  padding: 1.1rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 1.35rem;
  background: var(--exact-panel-deep);
}

.skate-live-native-parity .athlete-intro-exact__card h2 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
}

.skate-live-native-parity .athlete-intro-exact__boundary {
  padding: 0.8rem;
  border: 1px solid color-mix(in srgb, var(--exact-yellow) 38%, var(--exact-border));
  border-radius: 0.85rem;
  background: #282309;
  color: #fff5a6;
  font-size: 0.78rem;
  line-height: 1.45;
}

.skate-live-native-parity .athlete-intro-exact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.35rem;
}

.skate-live-native-parity .athlete-intro-exact__actions a {
  display: inline-grid;
  min-height: 2.85rem;
  place-items: center;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 0.8rem;
  background: var(--exact-panel-soft);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.skate-live-native-parity .athlete-intro-exact__actions a.is-primary {
  border-color: var(--exact-yellow);
  background: var(--exact-yellow);
  color: #111006;
}

/* Supporto SSR: stessi blocchi informativi, form e diagnostica dell'app. */
.skate-live-native-parity .support-page {
  display: grid;
  gap: 1rem;
}

.skate-live-native-parity .support-intro {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1.1rem;
  border: 1px solid color-mix(in srgb, #52a8ff 45%, var(--exact-border-strong));
  border-radius: 1.35rem;
  background: color-mix(in srgb, #15314b 40%, var(--exact-panel-deep));
}

.skate-live-native-parity .support-intro > div:first-child {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: #4da8f7;
  color: #07111c;
}

.skate-live-native-parity .support-intro > div:first-child .icon {
  width: 1.45rem;
  height: 1.45rem;
}

.skate-live-native-parity .support-intro h2 {
  margin: 0 0 0.3rem;
  color: #fff;
  font-size: 1.05rem;
}

.skate-live-native-parity .support-intro p {
  margin: 0;
  color: var(--exact-copy-secondary);
  line-height: 1.5;
}

.skate-live-native-parity .support-intro small {
  display: block;
  margin-top: 0.6rem;
  color: var(--exact-copy-muted);
}

.skate-live-native-parity .support-inline-note {
  margin-top: 0.8rem !important;
  padding: 0.75rem;
  border: 1px solid var(--exact-border);
  border-radius: 0.8rem;
  background: var(--exact-panel-deep);
}

.skate-live-native-parity .support-public-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.skate-live-native-parity .support-public-links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 999px;
  background: var(--exact-panel-soft);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
}

.skate-live-native-parity .support-form,
.skate-live-native-parity .support-profile-form {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 1.35rem;
  background: var(--exact-panel-deep);
}

.skate-live-native-parity .support-profile-form {
  margin-top: 1rem;
}

.skate-live-native-parity .support-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.skate-live-native-parity .support-form label,
.skate-live-native-parity .support-profile-form label {
  display: grid;
  gap: 0.45rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
}

.skate-live-native-parity .skate-live-support-form input:not([type="checkbox"]),
.skate-live-native-parity .skate-live-support-form select,
.skate-live-native-parity .skate-live-support-form textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.82rem 0.95rem;
  border: 1px solid color-mix(in srgb, var(--exact-green) 22%, var(--exact-border-strong));
  border-radius: 0.9rem;
  background: color-mix(in srgb, #101913 82%, var(--exact-panel-soft));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 6%);
  color: #fff;
  font: inherit;
  font-weight: 650;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  appearance: none;
  -webkit-appearance: none;
}

.skate-live-native-parity .skate-live-support-form select {
  padding-right: 2.8rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--exact-green) 50%),
    linear-gradient(135deg, var(--exact-green) 50%, transparent 50%);
  background-position:
    calc(100% - 1.12rem) 50%,
    calc(100% - 0.78rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
}

.skate-live-native-parity .skate-live-support-form textarea {
  min-height: 9rem;
  line-height: 1.5;
  resize: vertical;
}

.skate-live-native-parity .skate-live-support-form input::placeholder,
.skate-live-native-parity .skate-live-support-form textarea::placeholder {
  color: color-mix(in srgb, var(--exact-copy-muted) 82%, #fff);
  opacity: 1;
}

.skate-live-native-parity .skate-live-support-form input:not([type="checkbox"]):focus,
.skate-live-native-parity .skate-live-support-form select:focus,
.skate-live-native-parity .skate-live-support-form textarea:focus {
  outline: none;
  border-color: var(--exact-green);
  background-color: #111b14;
  box-shadow:
    0 0 0 0.18rem color-mix(in srgb, var(--exact-green) 24%, transparent),
    inset 0 1px 0 rgb(255 255 255 / 7%);
}

.skate-live-native-parity .support-profile-form input:not([type="checkbox"]),
.skate-live-native-parity .support-profile-form select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.82rem 0.95rem;
  border: 1px solid color-mix(in srgb, var(--exact-green) 22%, var(--exact-border-strong));
  border-radius: 0.9rem;
  background: color-mix(in srgb, #101913 82%, var(--exact-panel-soft));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 6%);
  color: #fff;
  font: inherit;
  font-weight: 650;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  appearance: none;
  -webkit-appearance: none;
}

.skate-live-native-parity .support-profile-form select {
  padding-right: 2.8rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--exact-green) 50%),
    linear-gradient(135deg, var(--exact-green) 50%, transparent 50%);
  background-position:
    calc(100% - 1.12rem) 50%,
    calc(100% - 0.78rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
}

.skate-live-native-parity .support-profile-form input::placeholder {
  color: color-mix(in srgb, var(--exact-copy-muted) 82%, #fff);
  opacity: 1;
}

.skate-live-native-parity .support-profile-form input:not([type="checkbox"]):focus,
.skate-live-native-parity .support-profile-form select:focus {
  outline: none;
  border-color: var(--exact-green);
  background-color: #111b14;
  box-shadow:
    0 0 0 0.18rem color-mix(in srgb, var(--exact-green) 24%, transparent),
    inset 0 1px 0 rgb(255 255 255 / 7%);
}

.skate-live-native-parity .support-consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
}

.skate-live-native-parity .support-consent input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.1rem;
  accent-color: var(--exact-green);
}

.skate-live-native-parity .support-consent a {
  color: var(--exact-green);
}

.skate-live-native-parity .support-diagnostics {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
  border-radius: 0.9rem;
  background: var(--exact-panel-soft);
}

.skate-live-native-parity .support-diagnostics span {
  color: var(--exact-copy-muted);
  font-size: 0.72rem;
}

.skate-live-native-parity .support-alert {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--exact-border-strong);
  border-radius: 1rem;
  font-weight: 750;
}

.skate-live-native-parity .support-alert.is-success {
  border-color: #2f8650;
  background: #173522;
  color: #82eea6;
}

.skate-live-native-parity .support-alert.is-error {
  border-color: #9c4040;
  background: #3b1717;
  color: #ffaaaa;
}

.skate-live-native-parity .support-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.skate-live-native-parity .support-submit {
  justify-self: start;
  min-width: 12rem;
}

.skate-live-native-parity .support-credits {
  display: grid;
  justify-items: center;
  gap: 0.3rem;
  padding: 1.25rem;
  border-top: 1px solid var(--exact-border);
  color: var(--exact-copy-muted);
  text-align: center;
}

.skate-live-native-parity .support-credits strong {
  color: #fff;
}

.skate-live-native-parity .support-credits a {
  color: var(--exact-green);
  font-weight: 800;
  text-decoration: none;
}

.skate-live-native-parity .support-credits small {
  color: inherit;
}

@media (max-width: 34rem) {
  .skate-live-native-parity .community-exact-head h1 {
    font-size: 2.25rem;
  }

  .skate-live-native-parity .community-exact-stats,
  .skate-live-native-parity .community-exact-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .skate-live-native-parity .settings-exact-row {
    align-items: stretch;
    flex-direction: column;
  }

  .skate-live-native-parity .settings-exact-button,
  .skate-live-native-parity .settings-exact-links a {
    width: 100%;
  }

  .skate-live-native-parity .settings-exact-links {
    display: grid;
  }

  .skate-live-native-parity .support-form__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .skate-live-native-parity .support-submit {
    width: 100%;
  }

  .skate-live-native-parity .athlete-intro-exact__actions {
    display: grid;
  }

  .skate-live-native-parity .athlete-intro-exact__actions a {
    width: 100%;
  }
}
