/*!
 * © Linkfire 2024
 * https://linkfire.com/
 * v3.153.0
 */
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.linkfire.com/fonts/IBMPlexSans-Regular.woff)
      format("woff"),
    url(https://cdn.linkfire.com/fonts/IBMPlexSans-Regular.woff2)
      format("woff2");
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.linkfire.com/fonts/IBMPlexSans-Medium.woff)
      format("woff"),
    url(https://cdn.linkfire.com/fonts/IBMPlexSans-Medium.woff2) format("woff2");
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.linkfire.com/fonts/IBMPlexSans-SemiBold.woff)
      format("woff"),
    url(https://cdn.linkfire.com/fonts/IBMPlexSans-SemiBold.woff2)
      format("woff2");
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.linkfire.com/fonts/IBMPlexSans-SemiBold.woff)
    format("woff")
    url(https://cdn.linkfire.com/fonts/IBMPlexSans-SemiBold.woff2)
    format("woff2");
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  color: #181721;
  margin-top: 36px;
  margin-bottom: 24px;
}

b,
strong {
  font-weight: 700;
}

@media screen and (max-width: 504px) {
  body {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.ui-url-copy-prompt__close,
.video-player__play-btn {
  font-family: inherit;
  font-weight: inherit;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
  text-align: inherit;
  line-height: inherit;
  -webkit-appearance: none;
}

.ui-url-copy-prompt__close:focus,
.video-player__play-btn:focus {
  outline: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease-in, visibility 0s linear 0.1s;
  transition: opacity 0.1s ease-in, visibility 0s linear 0.1s;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal.is-active .modal__item {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  opacity: 1;
}

.modal.is-opening {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s ease-in, visibility 0s linear 0s;
  transition: opacity 0.1s ease-in, visibility 0s linear 0s;
}

.modal.is-closing {
  opacity: 0;
  visibility: hidden;
}

.modal.is-closing .modal__item {
  -webkit-transform: translateZ(0) scale(0.75);
  transform: translateZ(0) scale(0.75);
  opacity: 0;
}

.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 101;
}

.modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100vh;
  margin: 7rem 0 5rem;
  position: relative;
  z-index: 102;
  max-width: calc(100% - 2rem);
  -webkit-transition: opacity 0.25s ease,
    -webkit-transform 0.25s cubic-bezier(0.02, 0.71, 0.34, 1);
  transition: opacity 0.25s ease,
    -webkit-transform 0.25s cubic-bezier(0.02, 0.71, 0.34, 1);
  transition: transform 0.25s cubic-bezier(0.02, 0.71, 0.34, 1),
    opacity 0.25s ease;
  transition: transform 0.25s cubic-bezier(0.02, 0.71, 0.34, 1),
    opacity 0.25s ease,
    -webkit-transform 0.25s cubic-bezier(0.02, 0.71, 0.34, 1);
  -webkit-transform: translateZ(0) scale(0.75);
  transform: translateZ(0) scale(0.75);
  opacity: 0;
}

.modal__box {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  margin: 1rem 0;
  width: 32rem;
  max-width: 100%;
}

.video-player {
  width: 100%;
  height: 100%;
}

.video-player--modal {
  position: relative;
  background-color: #000;
  width: 72rem;
  max-width: 100%;
  margin: 0 auto;
}

.video-player__container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.video-player__sizer {
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 62.5%;
}

.video-player--modal .video-player__sizer {
  padding-bottom: 56.25%;
}

.video-player__artwork {
  width: 100%;
  height: 100%;
}

.video-player__artwork-img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.video-player__play-btn {
  color: #fff;
  text-align: center;
  width: 7rem;
  height: 5.6rem;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.video-player__play-btn[disabled] {
  cursor: wait;
  opacity: 0.7;
}

.video-player__play-btn svg {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.video-player__play-btn-bg {
  opacity: 0.7;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.video-player__play-btn:hover .video-player__play-btn-bg {
  opacity: 0.9;
}

.video-player__play-btn-bg:after,
.video-player__play-btn-bg:before {
  content: "";
  position: absolute;
  background-color: #000;
}

.video-player__play-btn-bg:before {
  border-radius: 50%/10%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-player__play-btn-bg:after {
  border-radius: 5%/50%;
  top: 9%;
  right: -5%;
  bottom: 9%;
  left: -5%;
}

.video-player__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.video-player--inline .video-player__iframe {
  opacity: 0.001;
}

.video-player--inline.has-error .video-player__iframe,
.video-player--inline.is-paused .video-player__iframe,
.video-player--inline.is-playing .video-player__iframe {
  opacity: 1;
}

.ad.has-error {
  height: 0;
  overflow: hidden;
}

.ad__container--header {
  left: 0;
  max-height: 75px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  width: 100%;
  z-index: 6;
}

.ad__container--header:not(.ad__container--header-native) div,
.ad__container--header iframe {
  height: 100%;
  width: 100%;
}

.ad__container--header-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.ad__container--fullscreen {
  max-height: none;
  height: 100vh;
  z-index: 10;
}

.ad__container--sticky {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 5;
  text-align: center;
  margin-left: -160px;
  width: 320px;
  height: 50px;
}

.ad__container--sticky .ad__item {
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: hsla(0, 0%, 100%, 0.9);
}

.ad__container--sticky .ad__spinner {
  width: 16px;
  height: 16px;
  top: 16px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  opacity: 0.3;
}

.ad__container--sticky ins,
.ad__image {
  position: relative;
}

.ad__image {
  width: 100%;
  max-height: 100%;
}

.ad__sticky-spacer {
  margin-top: 10px;
}

.layout__leaderboard {
  display: none;
}

@media screen and (min-width: 1024px) {
  .layout__leaderboard {
    display: block;
    height: 90px;
    position: fixed;
  }
}

.layout__leaderboard--bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.layout__medium-rectangle {
  display: none;
}

@media screen and (min-width: 1024px) {
  .layout__medium-rectangle {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 29.4rem;
    width: 30rem;
  }
}

.layout__medium-rectangle--right {
  right: calc(50% - 500px);
  left: auto;
}

.ui-url-copy-prompt {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0) scale(1);
  transform: translate3d(0, 100%, 0) scale(1);
}

.is-active.ui-url-copy-prompt,
.ui-url-copy-prompt {
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear,
    max-height 0.25s ease,
    -webkit-transform 0.35s cubic-bezier(0.02, 0.71, 0.34, 1);
  transition: opacity 0.25s ease, visibility 0.35s linear, max-height 0.25s ease,
    -webkit-transform 0.35s cubic-bezier(0.02, 0.71, 0.34, 1);
  transition: transform 0.35s cubic-bezier(0.02, 0.71, 0.34, 1),
    opacity 0.25s ease, visibility 0.35s linear, max-height 0.25s ease;
  transition: transform 0.35s cubic-bezier(0.02, 0.71, 0.34, 1),
    opacity 0.25s ease, visibility 0.35s linear, max-height 0.25s ease,
    -webkit-transform 0.35s cubic-bezier(0.02, 0.71, 0.34, 1);
}

.is-active.ui-url-copy-prompt {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -85px, 0) scale(1);
  transform: translate3d(0, -85px, 0) scale(1);
}

.ui-url-copy-prompt {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  text-align: center;
  margin: 1rem;
}

.ui-url-copy-prompt__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.6rem;
  width: 1.6rem;
  margin-right: 0.7rem;
}

.ui-url-copy-prompt__icon svg {
  width: inherit;
  height: inherit;
}

.ui-url-copy-prompt__banner {
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3),
    0 0 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.12);
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  margin: 0 auto;
  max-width: 62rem;
  min-width: 300px;
  position: relative;
}

.ui-url-copy-prompt__status {
  text-transform: capitalize;
}

.ui-url-copy-prompt__banner-body {
  -webkit-box-flex: 20;
  -ms-flex-positive: 20;
  flex-grow: 20;
  font-size: 1.2rem;
  line-height: 1.2;
}

.ui-url-copy-prompt__close {
  width: 1rem;
  height: 1rem;
  background: none;
  margin: 0 0 0 1rem;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

.ui-url-copy-prompt__close svg {
  height: inherit;
  width: inherit;
}

.banner__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner__logo {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 64px;
  margin-top: 32px;
  margin-bottom: 20px;
  width: 64px;
}

.banner__title {
  color: #323232;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.banner__footer,
.banner__subtitle {
  color: #686868;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner__footer {
  max-width: 60%;
  margin: 18px auto 0;
}

.banner__url {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  max-width: 190px;
  padding: 0 20px;
  min-width: 150px;
  height: 46px;
  position: relative;
  top: -1px;
}

.banner__button,
.banner__url {
  font-family: IBM Plex Sans, sans-serif;
}

.banner__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #137bcf;
  border-radius: 3px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-left: 6px;
  padding: 16px 20px;
  height: 48px;
}

.layout {
  width: 400px;
  margin: 0 auto;
}

.layout__cover-sizer {
  display: none;
}

.layout__cover-link {
  cursor: default;
}

.layout__cover-wrapper {
  overflow: hidden;
}

.layout__header {
  position: relative;
  width: 100%;
  z-index: 5;
}

.layout__content {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e6eaf2;
}

.layout__header-sizer {
  width: 100%;
  display: none;
}

.layout__cover {
  overflow: visible;
}

.layout__cover,
.layout__cover .player {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}

.layout__cover .player {
  position: static;
}

.layout__cover .player .cover-container,
.layout__cover .player .layout__cover-scroll {
  position: absolute;
  top: 0;
  width: 100%;
}

.layout__cover .cover {
  width: 100%;
  height: 240px;
}

.layout__cover .cover__overlay {
  display: none;
}

.layout__cover .cover__artwork {
  width: 240px;
  height: 240px;
  border-radius: 8px;
}

.layout__cover .cover__artwork-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}

.layout__cover-scroll {
  position: relative;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 504px) {
  .layout {
    width: 320px;
    padding: 0 24px;
  }

  .layout__cover,
  .layout__cover .player {
    width: 180px;
    height: 180px;
  }

  .layout__cover .cover {
    height: 180px;
  }

  .layout__cover .cover__artwork {
    width: 180px;
    height: 180px;
  }
}

.site-bg {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  height: 200%;
  width: 200%;
  top: -50%;
  left: -50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #000;
  display: block;
  position: fixed;
  background-color: #fff;
}

.site-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.site-bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  min-width: 55%;
  min-height: 55%;
  margin: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-width: none;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0.7;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0.5;
}

.is-ie .site-bg img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.header {
  color: #181721;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.header__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
  color: #181721;
}

.header__description {
  font-size: 16px;
  font-weight: 400;
  color: #454b5f;
  line-height: 24px;
  margin: 0;
}

.header__link {
  word-wrap: break-word;
  display: block;
  color: inherit;
  padding: 16px 0 32px;
  cursor: default;
}

.header__link,
.header__link:active,
.header__link:focus,
.header__link:hover,
.header__link:visited {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 504px) {
  .header__link {
    padding: 8px 0 24px;
  }

  .header__title {
    font-size: 18px;
  }

  .header__description {
    font-size: 14px;
  }
}

.music-service-list__item--adcontainer,
.music-service-list__item--nolink {
  background-color: #fff;
  border-radius: initial;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05),
    0 4px 8px 0 rgba(0, 0, 0, 0.05), 6px 17px 18px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.05),
    6px 17px 18px 0 rgba(0, 0, 0, 0.06);
  padding: 1.2rem 1.5rem;
  margin: 0;
}

.music-service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font: inherit;
  z-index: 2;
  background-color: #fff;
}

.music-service-list li {
  margin: 0;
  padding: 0;
}

.music-service-list__inner {
  position: relative;
}

.music-service-list__item {
  margin: 0;
  padding: 0 12px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.music-service-list__item:not(:has(.merchandise-carousel__link))
  .music-service-list__link {
  cursor: pointer;
}

.music-service-list__item:not(:has(.merchandise-carousel__link))
  .music-service-list__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: calc(100% + 24px);
  height: 100%;
  z-index: -1;
}

.music-service-list__item:not(:has(.merchandise-carousel__link)):hover {
  background-color: #f4f7fc;
  border-bottom: 1.4px solid #f4f7fc;
  border-top: 1.4px solid #f4f7fc;
}

.music-service-list__item:not(:has(.merchandise-carousel__link)):hover
  .music-service-list__link {
  border-top: none;
}

.music-service-list__item:first-child:hover {
  border-top: none;
}

.music-service-list__item:last-child:hover {
  border-bottom: none;
}

.music-service-list__item:not(:has(.merchandise-carousel__link)):hover
  + .music-service-list__item
  .music-service-list__link {
  border-top: none;
}

.music-service-list__item:first-child .music-service-list__link {
  border-top: none;
}

.music-service-list__link {
  border-top: 1.4px solid #e6eaf2;
}

.music-service-list__item--adcontainer {
  background-color: transparent;
  padding: 0;
}

.music-service-list__item--adcontainer .ad__item {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.music-service-list__item--adcontainer .ad__item iframe {
  height: 325px;
  margin-top: 8px;
  width: 100%;
}

.music-service-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 4.8rem;
}

.music-service-list__link {
  border-radius: initial;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  position: relative;
  z-index: 0;
}

.music-service-list__link:after {
  display: block;
  clear: both;
  content: "";
}

.music-service-list__link .merchandise-carousel__link {
  cursor: none;
  font-family: IBM Plex Sans, sans-serif;
}

.music-service-list__link .merchandise-carousel__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 8px;
}

.music-service-list__link .merchandise-carousel__header-icon {
  display: none;
}

.music-service-list__link .merchandise-carousel__header-title {
  color: #181721;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
}

.music-service-list__link .merchandise-carousel__product-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 4px;
  scroll-behavior: smooth;
}

.music-service-list__link .merchandise-carousel__product-list-item {
  list-style: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  padding: 16px 8px;
  cursor: pointer;
  margin: 4px;
  max-width: 136px;
  max-height: 200px;
  background-color: #fff;
  -webkit-transition: background-color 0.1s ease, border-color 0.1s ease;
  transition: background-color 0.1s ease, border-color 0.1s ease;
}

.music-service-list__link .merchandise-carousel__product-list-item:hover {
  background-color: #f4f7fc;
}

.music-service-list__link .merchandise-carousel__product-list-item > * {
  text-decoration: none;
}

.music-service-list__link .merchandise-carousel__product-list-item-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.music-service-list__link .merchandise-carousel__product-list-item-name,
.music-service-list__link .merchandise-carousel__product-list-item-price {
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 12px;
}

.music-service-list__link .merchandise-carousel__product-list-item-name {
  color: #181721;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.music-service-list__link .merchandise-carousel__product-list-item-price {
  color: #454b5f;
  font-weight: 400;
}

.music-service-list__img {
  float: left;
  margin: 0.5rem;
  height: 4rem;
}

.music-service-list__btn {
  letter-spacing: 0.03rem;
  line-height: 16px;
  margin: 0;
  border-radius: 4px;
  background: #e6eaf2;
  padding: 1.2rem 1.6rem;
  font-size: 12px;
  font-weight: 700;
  color: #181721;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.music-service-list__btn .btn-label {
  padding: 0;
  display: contents;
  border: none;
}

.music-service-list__btn:focus,
.music-service-list__btn:hover {
  background-color: #d7dce9;
}

.btn:focus:not([disabled]) .btn-label,
.btn:hover:not([disabled]) .btn-label {
  color: #181721;
}

@media screen and (max-width: 328px) {
  .music-service-list__item--adcontainer {
    padding-left: 0;
    padding-right: 0;
  }
}

.ticket-list__item {
  font-family: IBM Plex Sans, sans-serif;
  background-color: #fff;
}

.ticket-list__item .ticket-list-item__link,
.ticket-list__item .ticket-list-item__link .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticket-list__item .ticket-list-item__link .date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #181721;
  background-color: #e6eaf2;
  margin-right: 10px;
  padding: 3px 11px;
  border-radius: 5px;
  float: left;
}

.ticket-list__item .ticket-list-item__link .date .month {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.ticket-list__item .ticket-list-item__link .venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.ticket-list__item .ticket-list-item__link .venue .location,
.ticket-list__item .ticket-list-item__link .venue .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 195px;
}

.ticket-list__item .ticket-list-item__link .venue .name {
  color: #181721;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.ticket-list__item .ticket-list-item__link .venue .location {
  color: #777;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}

.ticket-list__item .ticket-list-item__link .music-service-list__btn {
  text-align: center;
  margin-left: auto;
  overflow: visible;
}

.ticket-list__item .ticket-list-item__link .music-service-list__btn .btn-label {
  padding: 0 0.3em;
  float: right;
}

.past-shows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  font-size: 14px;
  background-color: #f0f1f3;
  color: #777;
  font-weight: 300;
  width: 100%;
}

@media screen and (max-width: 504px) {
  .ticket-list__item .ticket-list-item__link .venue .location,
  .ticket-list__item .ticket-list-item__link .venue .name {
    max-width: 113px;
  }
}

footer {
  font-family: IBM Plex Sans, sans-serif;
  margin-top: 12px;
}

footer .lnk-c-footnote,
footer .lnk-c-footnote .lnk-c-footnote__button {
  color: #454b5f;
  padding: 0;
  margin: 0;
}

footer .lnk-c-footnote {
  max-width: 100%;
}

.lnk-branding,
footer #lnk-c-footer {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  color: #454b5f;
  font-size: 12px;
  font-family: IBM Plex Sans, sans-serif;
}

.lnk-branding {
  margin-top: 12px;
}

.lnk-c-footnote a {
  text-decoration: none;
}

.lnk-c-footnote .lnk-c-footnote__p {
  font-family: IBM Plex Sans, sans-serif;
  color: #454b5f;
  font-weight: 400;
  font-size: 12px;
}

#lnk-c-footer .lnk-c-footnote__affiliate:not(:first-child) {
  margin-top: 12px;
}
