/* threads private downloader — brand theme */
.thdlp-tool {
  --a: #F3F4F6;
  --a2: #111111;
  --a3: #A3A3A3;
  --ink: #fff;
}

/* Mobile: download / profile action buttons full-width */
@media (max-width: 640px) {
  .thdl-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    width: 100%;
    align-items: stretch;
  }
  .thdl-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
  }
  .thdl-actions-inline {
    gap: 0.4rem;
  }
  .thdl-format {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }
  .thdl-format-dl {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }
  .thdl-profile-actions,
  .thdl-profile-toolbar {
    width: 100%;
  }
  .thdl-profile-actions .btn,
  .thdl-profile-toolbar .btn {
    flex: 1 1 100%;
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }
}

