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