/* Windows card on /mini. Scoped by id so the shared .mini-primary class -
   which the Android APK button also uses - keeps its own appearance. */
.mini-windows-features{margin:10px 0;padding-left:20px;line-height:1.7}
.mini-windows-features li{margin:1px 0}

a#mini-download-windows{
  display:inline-flex;
  align-items:center;          /* icon and label share one optical centre */
  gap:16px;
  text-decoration:none;
  background:#b3ff3d;
  color:#000;
  border-radius:16px;
  padding:18px 40px;
  font-size:1.3rem;
  font-weight:800;
  letter-spacing:-.01em;
  line-height:1.15;
  border:0;
  transition:background .15s ease;
}
a#mini-download-windows:hover{background:#c6ff69}
a#mini-download-windows:active{background:#a5f02c}
a#mini-download-windows:focus-visible{outline:3px solid #fff;outline-offset:3px}

/* The logo is sized in em so it tracks the label at any font size. */
a#mini-download-windows .mini-win-logo{
  width:1.15em;height:1.15em;flex:0 0 auto;display:block;fill:currentColor;
}

@media (max-width:520px){
  a#mini-download-windows{
    display:flex;justify-content:center;padding:16px 24px;
    font-size:1.15rem;gap:12px;
  }
}
