/* Downloads page tweaks (inherits base from assets/pagecss/index.css) */

.dl .small{opacity:.9}

.dlTable{
  overflow:auto;
  border:1px solid #22324a;
  border-radius:14px;
  background:#0f1a2b;
}

.dlTable table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.dlTable th,
.dlTable td{
  padding:12px;
  vertical-align:top;
}

.dlTable thead th{
  font-size:13px;
  opacity:.9;
}

.dlTable tbody tr{border-bottom:1px solid #1b2838;}
.dlTable tbody tr:hover{background:rgba(255,255,255,0.03);}

.dlTable .name{font-weight:800;}
.dlTable .desc{max-width:520px;}
.dlTable .nowrap{white-space:nowrap;}


@media(max-width:640px){
  .dlTable table{min-width:640px;}
}

/* Wider desktop layout for the downloads listing only.
   The global site container stays unchanged on all other pages. */
.container.dl{
  max-width:min(1680px, calc(100vw - 28px));
}

@media (min-width:1100px){
  .dlTable table{
    min-width:0;
  }

  .dlTable .name{
    min-width:250px;
  }

  .dlTable .desc{
    min-width:150px;
    max-width:360px;
  }
}

@media (max-width:1099px){
  .container.dl{
    max-width:100%;
  }

  .dlTable table{
    min-width:1100px;
  }
}


/* Public downloads */
.dlIntro{
  margin:0 0 16px 0;
}

.dlTable .btn--guest{
  border-color:#2f7d4d;
  background:linear-gradient(180deg, #2f9d59, #237a45);
  color:#fff;
}

.dlTable .btn--guest:hover{
  filter:brightness(1.08);
}

.dlTable .btn--locked{
  color:var(--muted, #aab6c6);
  border-color:var(--border, #334155);
  background:var(--surface-2, #182338);
  opacity:.9;
}
