/* Download control for the original workbook toolbar only. Intentionally larger than all other toolbar controls. */
.download-action{
  min-width:168px;
  min-height:64px;
  padding:0 28px;
  border:1px solid #991b1b;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:linear-gradient(180deg,#f45151 0%,#dc2626 54%,#b91c1c 100%);
  color:#fff;
  font:800 18px/1 'Rubik',Arial,sans-serif;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:inset 0 2px 0 rgba(255,255,255,.30),0 4px 0 #991b1b,0 9px 20px rgba(153,27,27,.22);
  transition:transform 70ms ease,box-shadow 70ms ease,filter 70ms ease;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  user-select:none;
}
.download-action:hover{filter:brightness(1.045);transform:translateY(-1px)}
.download-action:active{transform:translateY(3px);box-shadow:inset 0 2px 5px rgba(0,0,0,.18),0 1px 0 #991b1b}
.download-action:focus-visible{outline:4px solid rgba(239,68,68,.24);outline-offset:3px}
.download-arrow{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:28px;font-weight:900;line-height:1}
@media (max-width:860px) and (min-width:591px){
  .workbook-actions{grid-template-columns:auto minmax(130px,1fr) auto auto auto!important;gap:7px!important}
  .download-action{min-width:154px;min-height:60px;padding-inline:22px;font-size:17px}
  .download-arrow{width:32px;height:32px;font-size:25px}
}
@media (max-width:590px){
  .workbook-actions{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .page-jump-control{grid-column:1/-1!important;grid-row:1!important}
  .nav-action{grid-row:2!important}
  .print-action,.download-action{grid-row:3!important}
  .download-action{width:100%;min-width:0;min-height:58px;padding-inline:18px;font-size:16px;gap:10px}
  .download-arrow{width:31px;height:31px;font-size:24px}
}
@media (max-width:340px){.download-action{min-height:56px;font-size:15px;gap:8px}.download-arrow{width:29px;height:29px;font-size:22px}}
@media (prefers-reduced-motion:reduce){.download-action{transition:none}}
@media print{.download-action{display:none!important}}
