body.artist-profile-beats-ready .beat-user-beats .view-content > .table-responsive {
  display: none;
}

body.artist-profile-beats-ready .pratst-public-profile-page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 0;
  position: relative;
  z-index: 0;
}

body.artist-profile-beats-ready .main-container {
  position: relative;
  z-index: 0;
}

body.artist-profile-beats-ready .pratst-public-profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
  position: static;
  flex: 0 0 auto;
}

body.artist-profile-beats-ready .pratst-public-profile-header__avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 3px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

body.artist-profile-beats-ready .pratst-public-profile-header__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.artist-profile-beats-ready .pratst-public-profile-header__name {
  margin: 0 0 0.5rem;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

body.artist-profile-beats-ready .pratst-public-profile-header__location {
  margin: 0;
  font-size: 15px;
  color: #B5B5B5;
  line-height: 1.4;
}

body.artist-profile-beats-ready .pratst-public-profile-page .beat-user-beats,
body.artist-profile-beats-ready .pratst-public-profile-page .field--name-dynamic-block-fielduser-beat-information-user-profile {
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}

body.artist-profile-beats-ready .pratst-artist-profile-beats-carousel {
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
  clear: both;
}

body.artist-profile-beats-ready .pratst-artist-profile-beats-carousel .pratst-beat-carousel {
  position: relative;
  width: 100%;
}

body.artist-profile-beats-ready .pratst-artist-profile-beats-carousel .pratst-beat-carousel__track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 0 0.5rem;
}

body.artist-profile-beats-ready .pratst-artist-profile-beats-carousel .pratst-beat-carousel__track::-webkit-scrollbar {
  display: none;
}

body.artist-profile-beats-ready .pratst-artist-profile-beats-carousel .pratst-beat-carousel__slide {
  flex: 0 0 min(280px, calc(100vw - 5rem));
  scroll-snap-align: start;
  min-width: 0;
}

body.artist-profile-beats-ready .pratst-artist-profile-beats-carousel .pratst-beat-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(14, 14, 14, 0.9);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

body.artist-profile-beats-ready .pratst-artist-profile-beats-carousel .pratst-beat-carousel__nav--prev {
  left: 0.5rem;
}

body.artist-profile-beats-ready .pratst-artist-profile-beats-carousel .pratst-beat-carousel__nav--next {
  right: 0.5rem;
}
