/** OOB styles for small phones. */

oob-playlist {
  .banner {
    .name-sub {
      .name-spotify {
        .name {
          font-size: 11px;
          line-height: 14px;
        }
      }
      .sub {
        font-size: 22px;
        line-height: 22px;
      }
    }
  }
}

main, .contribute, footer, .other-playlists {
  padding-left: 8px;
  padding-right: 8px;
}

.other-playlists {
  .lineup {
    .other-playlist {
      .description {
        font-size: 11px;
      }
    }
  }
}

.current-playlist-promo {
  .text {
    gap: 8px;
    font-size: 15px;
    padding: 6px 12px 8px 12px;
  }
  .buttons {
    .button {
      font-size: 13px;
      &.passive {
        font-size: 11px;
      }
    }
  }
}