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