:root {
  --blue: #0006ff;
}

body {
  color: #333;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--blue);
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

.pr-section {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), linear-gradient(to top, #2f00ff, #8c00ff);
  grid-template-rows: minmax(auto, .25fr) auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 25px;
  display: grid;
}

.pr-section.wp {
  background-image: linear-gradient(rgba(10, 24, 24, .8), rgba(10, 24, 24, .8)), linear-gradient(to top, rgba(6, 0, 25, .75), rgba(255, 0, 200, .6)), url('../images/grain.webp'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
}

.pr-section.wp.mh {
  background-image: linear-gradient(rgba(10, 24, 24, .8), rgba(10, 24, 24, .8)), linear-gradient(to top, rgba(85, 57, 8, .75), rgba(0, 174, 255, .6)), url('../images/grain.webp'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
}

.pr-section.maan {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), linear-gradient(45deg, #4a5858, #163c67);
}

.pr-release {
  z-index: 10;
  color: #000;
  background-color: #181818;
  margin-top: 3%;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  box-shadow: 49px 49px 50px 20px rgba(0, 0, 0, .42);
}

.pr-release.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.name-tag {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  margin-bottom: -1px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
}

.release-thumbnail {
  width: 100%;
  border: 1px #000;
}

.logo-link {
  float: left;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

.logo-link:hover {
  opacity: .6;
}

.logo {
  height: 25px;
  display: block;
}

.pr-block.title-block {
  z-index: 15;
  position: relative;
}

.pr-artist {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.pr-button {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0006ff;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.pr-button:hover {
  opacity: .6;
}

.pr-button.pink {
  background-color: #d500a6;
  background-image: linear-gradient(45deg, #d500a3, #a04);
  text-decoration: none;
}

.pr-button.maan {
  background-color: #0b567a;
}

.pr-player {
  width: 500px;
  height: 500px;
}

.pr-info-icon {
  width: 23px;
  height: 23px;
}

.pr-info-modal {
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pr-info-modal-background {
  z-index: 22;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pr-info-page {
  z-index: 25;
  max-width: 750px;
  min-height: auto;
  min-width: 350px;
  background-color: #f5edd8;
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/grain.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 60px 40px 140px;
  position: absolute;
  top: 12%;
  bottom: -8%;
  left: auto;
  right: 50px;
  overflow: auto;
  transform: rotate(-2deg);
  box-shadow: -35px -35px 50px 12px rgba(0, 0, 0, .4);
}

.pr-player-placeholder {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pr-info-heading {
  font-size: 30px;
  font-weight: 700;
}

.pr-hr {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pr-info-subheading {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
}

.pr-info-links-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pr-info-close {
  position: absolute;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.pr-info-close-button {
  width: 24px;
  height: 24px;
}

.pr-info-open-button:hover {
  opacity: .6;
}

.pr-button-icon {
  height: 14px;
  margin-right: 5px;
  display: inline;
  position: relative;
  bottom: 1px;
}

.pr-button-text {
  display: inline;
}

.pr-disclaimer-text {
  color: #fff;
  text-align: center;
  letter-spacing: .06px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.pr-disclaimer-text.wp {
  color: #8e67aa;
}

.pr-disclaimer-text.mh {
  color: #26a6aa;
}

.pr-disclaimer-text.maan {
  color: #b7c1bf;
}

.sp-progress-bar-wrapper {
  height: 3px;
  cursor: pointer;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

.sp-thumbnail.full {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.progress-bar {
  width: 50%;
  height: 3px;
  background-color: #fff;
  position: relative;
}

.sp-media-player-bar-wrapper {
  width: 100%;
  color: rgba(255, 255, 255, .45);
  flex: 1;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-track-wrapper {
  width: 65vh;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: rgba(171, 171, 171, .15);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 15px 15px 10px;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.sp-progress-bar-background {
  background-color: rgba(240, 240, 240, .06);
}

.true-media-player-single-track {
  color: #fff;
  display: none;
}

.sp-details-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sp-details-wrapper.full {
  margin-bottom: 10px;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-pause {
  width: 30px;
  cursor: pointer;
  margin-right: 10px;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-title {
  color: rgba(255, 255, 255, .85);
  font-size: .875rem;
  font-weight: 300;
}

.sp-play {
  width: 30px;
  cursor: pointer;
  margin-right: 10px;
}

.sp-controla-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.true-progress-head {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-alert {
  z-index: 9999;
  color: #fff;
  text-align: center;
  background-color: rgba(8, 8, 11, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-link {
  color: #fff;
}

.modal-h1 {
  max-width: 25ch;
}

@media screen and (max-width: 991px) {
  .pr-section.wp {
    grid-template-columns: 1fr 1.5fr 1fr;
    padding-bottom: 60px;
  }

  .pr-artist {
    font-size: 10px;
  }

  .pr-button.pink {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .pr-player {
    width: 450px;
    height: 450px;
  }

  .pr-info-page {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    top: 15%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: rotate(0);
  }

  .pr-info-subheading {
    font-size: 10px;
  }

  .pr-info-close {
    right: 25px;
  }

  .pr-disclaimer-text.wp {
    font-size: 10px;
  }

  .sp-duration, .sp-elapsed {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .pr-section.wp {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pr-release.transparent {
    width: 100%;
  }

  .pr-player {
    width: 200px;
    height: 200px;
  }

  .sp-thumbnail.full {
    flex: 1;
  }

  .sp-track-wrapper {
    width: auto;
    padding: 15px;
  }

  .sp-details-wrapper.full {
    max-width: 300px;
    min-width: 200px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .pr-section {
    padding-bottom: 110px;
  }

  .pr-section.wp {
    padding-bottom: 75px;
  }

  .pr-release.transparent {
    margin-top: 0%;
  }

  .pr-block {
    text-align: center;
  }

  .pr-block.title-block {
    position: relative;
  }

  .pr-button.pink {
    margin-bottom: 10px;
  }

  .pr-player {
    width: 300px;
    height: 300px;
  }

  .pr-info-page {
    max-width: none;
    min-width: 0;
    top: 12%;
    overflow: scroll;
  }

  .pr-disclaimer-text {
    font-size: 9px;
  }

  .pr-disclaimer-text.wp {
    color: #677aaa;
  }

  .sp-thumbnail.full {
    width: 100%;
  }

  .sp-track-wrapper {
    min-width: 100%;
    padding: 10px;
  }

  .sp-details-wrapper.full {
    max-width: none;
    min-width: 100%;
  }

  .sp-track {
    width: 100%;
  }

  .sp-example-wrapper {
    min-width: 100%;
  }

  .sp-controla-wrapper {
    padding-top: 2px;
  }
}

#w-node-_8d49f305-ee70-63dc-fce8-3e7f79e37259-7cd42207 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_30536807-b681-6e9d-75f6-5a3a4e5d2876-7cd42207 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: end;
}

#w-node-_1b4f3320-6b85-1e0a-7465-45f3245293a7-7cd42207 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c5afd89f-8628-b7d1-df23-8730fdb576b1-7cd42207 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_51bc0bf3-b4be-5ddd-96d3-041be0f51dd7-7cd42207 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-_28db5bbd-b189-72ef-1b9f-93922793f031-7cd42207 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d478b7aa-0d8a-1e26-eaca-8f9aea5d7f30-7cd42207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d49f305-ee70-63dc-fce8-3e7f79e37259-d8b5dcb5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-c5afd89f-8628-b7d1-df23-8730fdb576b1-d8b5dcb5 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-d478b7aa-0d8a-1e26-eaca-8f9aea5d7f30-d8b5dcb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d49f305-ee70-63dc-fce8-3e7f79e37259-81f206cb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-a232bb5b-3a34-cab6-63e6-2ac730dd2d08-81f206cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30536807-b681-6e9d-75f6-5a3a4e5d2876-81f206cb {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: end;
}

#w-node-_1b4f3320-6b85-1e0a-7465-45f3245293a7-81f206cb {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c5afd89f-8628-b7d1-df23-8730fdb576b1-81f206cb {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_51bc0bf3-b4be-5ddd-96d3-041be0f51dd7-81f206cb {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-d478b7aa-0d8a-1e26-eaca-8f9aea5d7f30-81f206cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d49f305-ee70-63dc-fce8-3e7f79e37259-afba5e8d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_30536807-b681-6e9d-75f6-5a3a4e5d2876-afba5e8d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: end;
}

#w-node-_1b4f3320-6b85-1e0a-7465-45f3245293a7-afba5e8d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c5afd89f-8628-b7d1-df23-8730fdb576b1-afba5e8d {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_51bc0bf3-b4be-5ddd-96d3-041be0f51dd7-afba5e8d {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-_28db5bbd-b189-72ef-1b9f-93922793f031-afba5e8d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d478b7aa-0d8a-1e26-eaca-8f9aea5d7f30-afba5e8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1b4f3320-6b85-1e0a-7465-45f3245293a7-7cd42207 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1b4f3320-6b85-1e0a-7465-45f3245293a7-afba5e8d {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d49f305-ee70-63dc-fce8-3e7f79e37259-7cd42207 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-_1b4f3320-6b85-1e0a-7465-45f3245293a7-7cd42207 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8d49f305-ee70-63dc-fce8-3e7f79e37259-d8b5dcb5, #w-node-_8d49f305-ee70-63dc-fce8-3e7f79e37259-81f206cb {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-_1b4f3320-6b85-1e0a-7465-45f3245293a7-81f206cb {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8d49f305-ee70-63dc-fce8-3e7f79e37259-afba5e8d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-_1b4f3320-6b85-1e0a-7465-45f3245293a7-afba5e8d {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5afd89f-8628-b7d1-df23-8730fdb576b1-7cd42207 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_51bc0bf3-b4be-5ddd-96d3-041be0f51dd7-7cd42207 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_28db5bbd-b189-72ef-1b9f-93922793f031-7cd42207 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-c5afd89f-8628-b7d1-df23-8730fdb576b1-d8b5dcb5 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-a232bb5b-3a34-cab6-63e6-2ac730dd2d08-81f206cb {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-c5afd89f-8628-b7d1-df23-8730fdb576b1-81f206cb {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_51bc0bf3-b4be-5ddd-96d3-041be0f51dd7-81f206cb {
    grid-row: 4 / 5;
    grid-column-start: 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-c5afd89f-8628-b7d1-df23-8730fdb576b1-afba5e8d {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_51bc0bf3-b4be-5ddd-96d3-041be0f51dd7-afba5e8d {
    grid-row: 4 / 5;
    grid-column-start: 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_28db5bbd-b189-72ef-1b9f-93922793f031-afba5e8d {
    grid-area: 5 / 1 / 6 / 4;
  }
}


