#workstation .workstation-download-choice .download-buttons a[data-download-os],
#download .download-actions a[data-download-os] {
  background: #fff !important;
  border: 1px solid #d4d7dd !important;
  color: #25262a !important;
  box-shadow: none !important;
  border-radius: 8px;
  min-height: 48px;
  box-sizing: border-box;
  letter-spacing: 0;
}
#workstation .download-buttons a[data-download-os="windows"] { order: 0; }
#workstation .download-buttons a[data-download-os="mac"] { order: 1; }
#download .download-actions a[data-download-os],
[data-theme="dark"] #workstation .workstation-download-choice .download-buttons a[data-download-os] {
  background: #25262a !important;
  border-color: #737680 !important;
  color: #fff !important;
}
#workstation .workstation-download-choice .download-buttons a.is-current-system,
#download .download-actions a.is-current-system {
  background: #de283b !important;
  border-color: #de283b !important;
  color: #fff !important;
}
[data-download-os]:focus-visible { outline: 3px solid #2993d1; outline-offset: 3px; }
