.apple-panel-hero .hero-choice-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  width: min(100%, 660px);
  margin-inline: auto;
  gap: 12px;
}

.apple-panel-hero .hero-choice-button {
  width: 100%;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid #0066cc !important;
  border-radius: 980px;
  background: transparent !important;
  box-shadow: none !important;
  color: #0066cc !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  font-family: "SF Pro Text", "SF Pro Icons", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.022em;
  white-space: nowrap;
  transition: background-color 350ms cubic-bezier(0.16, 1, 0.3, 1), border-color 350ms cubic-bezier(0.16, 1, 0.3, 1), color 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.apple-panel-hero .hero-choice-button.is-primary {
  border-color: #0071e3 !important;
  background: #0071e3 !important;
  color: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .apple-panel-hero .hero-choice-button:hover {
    border-color: #0071e3 !important;
    background: #0071e3 !important;
    box-shadow: none !important;
    color: #fff !important;
    transform: none;
  }

  .apple-panel-hero .hero-choice-button.is-primary:hover {
    border-color: #0077ed !important;
    background: #0077ed !important;
    color: #fff !important;
  }
}

.apple-panel-hero .hero-choice-button:active {
  transform: none;
}

.apple-panel-hero .hero-choice-button:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.34);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .apple-panel-hero .hero-choice-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 366px);
    margin-inline: auto;
    gap: 6px;
  }

  .apple-panel-hero .hero-choice-button {
    width: 100%;
    min-height: 46px;
    padding-inline: 6px;
    font-size: clamp(11.2px, 3.25vw, 13.5px);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .apple-panel-hero .hero-choice-button {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .apple-panel-hero .hero-choice-button.is-primary {
    background: #0071e3 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .apple-panel-hero .hero-choice-button {
    transition: none;
  }
}
