.ysn-cdj {
  --ysn-cdj-yellow: #ffcc00;
  --ysn-cdj-button: #fecc59;
  --ysn-cdj-ink: #f1f1f1;
  --ysn-cdj-muted: #dedede;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 34px !important;
  padding: 0 !important;
  color: var(--ysn-cdj-ink) !important;
  background: #333333 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: inherit;
}

.ysn-cdj *,
.ysn-cdj *::before,
.ysn-cdj *::after {
  box-sizing: border-box;
}

.ysn-cdj__heading {
  margin: 0 0 13px !important;
  padding: 0 !important;
  color: var(--ysn-cdj-yellow) !important;
  background: transparent !important;
  border: 0 !important;
  font-family: inherit !important;
  font-size: 1.36em !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

.ysn-cdj__body {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ysn-cdj__image-link {
  display: block;
  width: 148px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #242424;
  border: 2px solid var(--ysn-cdj-yellow) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ysn-cdj__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  transition: opacity 150ms ease;
}

.ysn-cdj__image-link:hover .ysn-cdj__image,
.ysn-cdj__image-link:focus .ysn-cdj__image {
  opacity: 0.88;
}

.ysn-cdj__content {
  min-width: 0;
  padding-top: 1px;
}

.ysn-cdj__song-title {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  font-family: inherit !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

.ysn-cdj__song-title a,
.ysn-cdj__song-title a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

.ysn-cdj__song-title a:hover,
.ysn-cdj__song-title a:focus {
  color: var(--ysn-cdj-yellow) !important;
  text-decoration: none !important;
}

.ysn-cdj__description {
  margin: 0 0 11px !important;
  padding: 0 !important;
  color: var(--ysn-cdj-muted) !important;
  background: transparent !important;
  border: 0 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  opacity: 1 !important;
}

.ysn-cdj__button,
.ysn-cdj__button:visited {
  display: inline-block;
  min-height: 2.5em !important;
  margin: 0 !important;
  padding: 0 1.2em !important;
  color: #222222 !important;
  background: var(--ysn-cdj-button) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 0.8em !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  line-height: 2.4em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  vertical-align: middle;
  white-space: nowrap;
  transition: box-shadow 150ms ease, background-color 150ms ease;
}

.ysn-cdj__button:hover,
.ysn-cdj__button:focus {
  color: #222222 !important;
  background: var(--ysn-cdj-button) !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.08) !important;
  text-decoration: none !important;
}

.ysn-cdj__button > span {
  display: inline-block;
  line-height: 1.6 !important;
}

.ysn-cdj__button:focus-visible,
.ysn-cdj__image-link:focus-visible,
.ysn-cdj__song-title a:focus-visible {
  outline: 2px solid var(--ysn-cdj-yellow) !important;
  outline-offset: 3px;
}

.ysn-cdj__empty {
  margin: 0 0 24px;
  padding: 10px 12px;
  color: #fff;
  background: transparent;
  border: 0;
  border-left: 4px solid #d63638;
}

.ysn-cdj--sidebar {
  margin-bottom: 24px !important;
}

.ysn-cdj--sidebar .ysn-cdj__heading {
  margin-bottom: 13px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(241, 241, 241, 0.34) !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.ysn-cdj--sidebar .ysn-cdj__body {
  display: block;
}

.ysn-cdj--sidebar .ysn-cdj__content {
  display: block;
  min-width: 0;
  padding-top: 0;
}

.ysn-cdj--sidebar .ysn-cdj__image-link {
  display: none !important;
}

.ysn-cdj--sidebar .ysn-cdj__song-title {
  margin: 0 0 7px !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.ysn-cdj--sidebar .ysn-cdj__description {
  margin: 0 0 11px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.ysn-cdj--sidebar .ysn-cdj__button {
  font-size: 0.8em !important;
}

@media (max-width: 560px) {
  .ysn-cdj {
    margin-bottom: 28px !important;
  }

  .ysn-cdj__heading {
    margin-bottom: 12px !important;
    font-size: 18px !important;
  }

  .ysn-cdj--sidebar {
    padding-top: 12px !important;
    border-top: 1px solid var(--ysn-cdj-yellow) !important;
  }

  .ysn-cdj--sidebar .ysn-cdj__heading {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .ysn-cdj__image-link {
    aspect-ratio: auto;
  }

  .ysn-cdj__image {
    height: auto;
    object-fit: contain;
  }

  .ysn-cdj__button {
    display: block;
    width: max-content;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .ysn-cdj--sidebar .ysn-cdj__button {
    justify-self: center;
  }

  .ysn-cdj--home .ysn-cdj__body {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .ysn-cdj--home .ysn-cdj__content {
    display: block;
    min-width: 0;
    padding-top: 0;
  }

  .ysn-cdj--home .ysn-cdj__image-link {
    display: block;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .ysn-cdj--home .ysn-cdj__image {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .ysn-cdj--home .ysn-cdj__song-title {
    margin: 0 0 6px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  .ysn-cdj--home .ysn-cdj__description {
    margin: 0 0 12px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .ysn-cdj--home .ysn-cdj__button {
    font-size: 0.8em !important;
  }
}

@media (max-width: 370px) {
  .ysn-cdj--home .ysn-cdj__description {
    font-size: 13.5px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ysn-cdj__image,
  .ysn-cdj__button {
    transition: none;
  }
}
