@media (max-width: 768px) {

  /* Mascot: stack above title instead of floating right */
  .yt-mascot-wrap {
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* Top section: block so mascot stacks above content */
  .yt-top-section {
    display: block !important;
    overflow: visible !important;
  }

  /* URL textarea: full width, not squeezed by float */
  .yt-url-wrap {
    width: 100% !important;
    clear: both !important;
    display: block !important;
  }
  .yt-url-wrap textarea {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Dropdowns: 2-column grid instead of 4 squashed columns */
  .yt-dropdowns-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .yt-dropdown-col {
    margin-right: 0 !important;
    min-width: 0 !important;
    flex: none !important;
  }

  /* Threads + Queue: stack vertically */
  .yt-threads-queue-row {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  .yt-threads-col {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 12px !important;
    flex: none !important;
  }
  .yt-queue-col {
    width: 100% !important;
    flex: none !important;
  }
}
