@media (max-width: 900px), (pointer: coarse) {
  .firefly-content-width {
    width: calc(100vw - 24px) !important;
    max-width: 860px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .firefly-bio-section {
    margin-bottom: 1rem !important;
  }

  .firefly-bio-card {
    padding: 1.25rem !important;
  }

  .firefly-bio-card .text-sm {
    line-height: 2rem !important;
  }

  .firefly-song-panel-header {
    padding: 1.25rem 1rem !important;
  }

  .firefly-song-panel input {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .firefly-filter-button {
    padding: 0.625rem 1.25rem !important;
  }

  .firefly-song-row {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .firefly-song-artwork {
    width: 2.75rem !important;
    height: 2.75rem !important;
    margin-right: 0.75rem !important;
  }
}
