/* Landing hero: keep the primary upload action visually tied to the intro. */
.lp-hero-copy .lp-hero-actions {
  width: 100%;
  max-width: none;
  margin-top: 24px;
}

.lp-hero-copy .lp-upload-form {
  width: 100%;
  max-width: none;
}

.lp-hero-copy .lp-dropzone {
  width: 100%;
  min-height: 184px;
  box-sizing: border-box;
}

@media (max-width: 720px) {
  .lp-hero-copy .lp-hero-actions {
    margin-top: 20px;
  }

  .lp-hero-copy .lp-dropzone {
    min-height: 0;
  }
}
