/** OOB styles for phones */

html {
  overflow-y: unset;
}

.about {
  font-size: 14px;
  letter-spacing: 0px;
}

.announcement {
  padding: 6px 0px;
  .text {
    font-size: 12px;
    font-weight: 500;
  }
}

header {
  min-height: 160px;

  .overlay {
    h1 {
      font-size: 40px;
      font-weight: 150;
    }
  }
}

.playlist-image {
  width: 72px;
  height: 72px;
}

oob-main {
  gap: 24px;
}

oob-playlist {
  .banner {
    gap: 10px;
    .name-sub {
      align-self: stretch;
      .name-spotify {
        justify-content: space-between;
        .name {
          font-size: 16px;
          line-height: 20px;
          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;
        gap: 4px;
        &.preview {
          gap: 0px;
          flex-direction: column;
        }
      }
      .count, .from, .starts {
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
      }
    }
  }

  .announce {
    font-size: 12px;
  }
}

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: 12px;
  padding-right: 12px;
}

.contribute {
  h2 {
    font-size: 26px;
    line-height: 28px;
    margin: 10px 0px 8px 0px;
  }
  p {
    margin: 8px 0px;
  }
}

.other-playlists {
  padding-top: 48px;
  .lineup {
    gap: 16px;
    .other-playlist {
      .description {
        font-size: 12px;
      }
    }
  }
}

.spotify-open-button, a.spotify-open-button {
  font-size: 12px;
  background-size: 14px;
  padding: 2px 4px 2px 22px;
}

.current-playlist-promo {
  .text {
    gap: 10px;
    font-size: 17px;
    padding: 6px 12px 8px 12px;
  }
  .buttons {
    .button {
      font-size: 14px;
      &.passive {
        font-size: 12px;
      }
    }
  }
}