/* A focused download choice, with other platforms one click away. */
.adaptive-download { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:1.5rem 2.5rem; margin-block:1.5rem .5rem; }
.download-options { min-width:0; max-width:100%; }
html body #emdr .homepage-emdr-details { border:1px solid var(--control-border) !important; color:var(--control-text) !important; background:transparent !important; box-shadow:none !important; text-decoration:none; }
html body .garmin-companion { margin:1.25rem auto 0; font:400 15px/1.5 var(--site-font-sans); color:#616169; text-align:center; }
html body .garmin-companion a { display:inline-block; padding:.3rem 0; font:inherit; color:inherit; text-decoration:underline; text-underline-offset:.17em; }
.garmin-companion span { display:block; }
html body .adaptive-download .adaptive-store-links { margin:0 !important; }
html body .adaptive-download[data-selected-platform] .adaptive-store-links .btn { display:inline-flex; align-items:center; justify-content:center; gap:.65rem; min-width:10rem; margin:.5rem; }
html body .adaptive-download .download-alternatives { margin:.1rem .5rem 0; font:400 16px/1.5 var(--site-font-sans); color:#616169; }
html body .adaptive-download .download-alternative { display:inline; padding-block:.25rem; font:inherit; color:inherit; text-decoration:underline; text-underline-offset:.17em; }
.download-store-icon { display:inline-block; flex:0 0 20px; width:20px; height:22px; }
.download-store-icon--apple { background:currentColor; -webkit-mask:url('/assets/emdr-store-apple.svg') center/contain no-repeat; mask:url('/assets/emdr-store-apple.svg') center/contain no-repeat; }
.download-store-icon--android { background:url('/assets/emdr-store-play.svg') center/contain no-repeat; }
.download-store-icon--windows { background:url('/assets/emdr-store-microsoft.svg') center/contain no-repeat; }
.download-phone { display:flex; align-items:center; gap:1rem; max-width:22rem; text-align:start; }
.download-phone > a { flex:0 0 112px; }
html body .download-phone img { display:block; width:112px; height:112px; padding:6px; background:#fff; border-radius:6px; }
html body .download-phone .download-phone-title { margin:0 0 .35rem; font:600 17px/1.3 var(--site-font-sans); }
html body .download-phone .download-phone-description { margin:0; font:400 14px/1.45 var(--site-font-sans); color:#616169; }
@media (prefers-color-scheme:dark) {
  html body .adaptive-download .download-alternatives,
  html body .download-phone .download-phone-description { color:#b9b9c2; }
  html body .adaptive-download .download-alternative { color:#b9b9c2 !important; }
  html body .garmin-companion, html body .garmin-companion a { color:#b9b9c2 !important; }
}
@media (max-width:767px) {
  .adaptive-download { gap:1rem; margin-block:1rem .25rem; }
  html body .adaptive-download .download-alternatives { font-size:14px; }
}
