/** OOB styles for phones */

html {
  overflow-y: unset;
}

.about {
  font-size: 14px;
  letter-spacing: 0px;
}

.announcement {
  padding: 8px 0px;
  .text {
    font-size: 14px;
    font-weight: 500;
  }
}

header {
  .overlay {
    h1 {
      font-size: 48px;
    }
  }
}

.playlist-image {
  width: 72px;
  height: 72px;
}

oob-playlist {
  .banner {
    gap: 10px;
    .name-sub {
      align-self: stretch;
      .name-spotify {
        .name {
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0px;
        }
      }
      .sub {
        font-size: 24px;
        line-height: 28px;
      }
    }

    .text {
      flex-direction: column;
      gap: 0px;
      align-self: center;

      .count-from {
        flex-direction: row;
        align-self: stretch;
        align-items: stretch;
        text-align: start;
        justify-content: space-between;
      }
      .count, .from, .starts {
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
      }
    }
  }
}

oob-song {
  gap: 20px;
  .summary {
    gap: 10px;
    .number {
      min-width: 26px;
      padding-left: 0px;
      text-align: end;
    }
    .song-image {
      width: 36px;
      height: 36px;
    }
    .links {
      display: none;
    }
  }
  .album-contrib {
    .contrib, .genre {
      font-size: 11px;
    }
  }
  .links {
    gap: 16px;
  }
  &.review .details .view {
    font-size: 18px;
    line-height: 20px;
  }
  .details .options .spotify {
    margin-top: 0px;
    align-self: center;
  }
}

main, .contribute, footer, .other-playlists {
  padding-left: 16px;
  padding-right: 16px;
}

.other-playlists {
  .lineup {
    gap: 10px;
  }
}

.spotify-open-button, a.spotify-open-button {
  font-size: 12px;
  background-size: 14px;
  padding: 2px 4px 2px 22px;
}
