.dnb-badge {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 8px; }

.dnb-badge__logo {
  height: 36px; }

.dnb-footer {
  width: 100%;
  max-width: 400px;
  padding: 24px;
  color: #dfdfdf;
  font-family: Poppins, sans-serif;
  font-size: 1em; }

.dnb-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid white;
  border-radius: 12px;
  margin: 0; }

.dnb-list__item {
  padding: 12px;
  list-style: none; }

.dnb-list__item + .dnb-list__item {
  border-top: 1px solid white; }

.dnb-main {
  width: 100%;
  max-width: 400px;
  margin: 24px 0; }

.dnb-main h2 {
  margin: 0 0 24px;
  color: #dfdfdf;
  font-family: Poppins, sans-serif;
  font-weight: 600; }

.dnb-main__section + .dnb-main__section {
  margin-top: 24px; }

.dnb-nav {
  display: flex;
  width: 100%;
  max-width: 400px;
  flex-flow: row wrap;
  align-items: center;
  padding: 24px; }

.dnb-nav--breadcrumbs {
  padding: 0; }

.dnb-nav__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px; }

.dnb-nav__menu {
  display: flex;
  height: 48px;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none; }

.dnb-nav__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4px;
  color: #dfdfdf;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: lowercase; }

.dnb-nav__item + .dnb-nav__item {
  margin-left: 16px; }

.dnb-nav__item > a {
  color: #dfdfdf;
  text-decoration: none; }

.dnb-nav__breadcrumb:hover {
  color: white; }

.dnb-player {
  display: flex;
  flex-direction: column;
  row-gap: 24px; }

.dnb-player__column {
  border: 1px solid white;
  border-radius: 8px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.dnb-player__row {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.dnb-player__row + .dnb-player__row {
  border: 1px solid white;
  border-radius: 8px;
  border-radius: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0; }

.dnb-player__row--separated > *:not(:first-child) {
  border: 1px solid white;
  border-radius: 8px;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0; }

.dnb-player__cover {
  border: 1px solid white;
  border-radius: 8px;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1; }

.dnb-player__meta {
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start; }

.dnb-player__meta > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dnb-player__title {
  flex-grow: 1;
  margin: 0;
  color: #dfdfdf;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600; }

.dnb-player__seek {
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  width: 100%; }

.dnb-player__seek-slider {
  z-index: 10;
  display: block;
  width: 100%;
  height: 36px;
  margin: 0;
  -webkit-appearance: none;
  background-color: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }

.dnb-player__seek-slider::-webkit-slider-thumb {
  width: 2px;
  height: 36px;
  -webkit-appearance: none;
  background-color: #a73e00; }

.dnb-player__seek-slider::-moz-range-thumb {
  width: 2px;
  height: 36px;
  border: none;
  -webkit-appearance: none;
  background-color: #a73e00; }

.dnb-player__volume {
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  align-items: center;
  justify-content: center;
  column-gap: 8px; }

.dnb-player__volume-slider {
  --volume-width: 100%;
  display: none;
  width: 100%;
  height: 2px;
  margin: 0;
  -webkit-appearance: none;
  background: linear-gradient(to right, #a73e00 var(--volume-width), #dfdfdf var(--volume-width));
  background-color: inherit; }

.dnb-player__volume-slider::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  -webkit-appearance: none;
  background-color: #dfdfdf; }

.dnb-player__volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 7px;
  -webkit-appearance: none;
  background-color: #dfdfdf; }

.dnb-player__time {
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  column-gap: 4px;
  font-family: 'Courier New', monospace; }

input[type="checkbox"]:not(:checked) ~ .dnb-player__toggle *:first-child {
  display: block; }

input[type="checkbox"]:not(:checked) ~ .dnb-player__toggle *:last-child {
  display: none; }

input[type="checkbox"]:checked ~ .dnb-player__toggle *:first-child {
  display: none; }

input[type="checkbox"]:checked ~ .dnb-player__toggle *:last-child {
  display: block; }

.dnb-player__button {
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  cursor: pointer; }

.dnb-player__button--play {
  min-width: 76px;
  max-width: 76px; }

.dnb-player__button--mute {
  padding: 0;
  border: none; }

.dnb-player__icon {
  height: 24px; }

.dnb-player__icon--small {
  height: 18px; }

@media (pointer: fine) {
  .dnb-player__volume-slider:hover {
    display: block; }
  .dnb-player__volume:hover .dnb-player__volume-slider {
    display: block; } }

.dnb-playlist {
  display: flex;
  flex-direction: column; }

.dnb-playlist__cover {
  display: block;
  width: 100%;
  border: 1px solid white;
  border-radius: 8px;
  aspect-ratio: 1 / 1; }

.dnb-preview {
  display: flex;
  flex-direction: row;
  align-items: center; }

.dnb-preview__image {
  width: 74px;
  height: 74px;
  border: 1px solid white;
  border-radius: 8px; }

.dnb-preview__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 12px; }

.dnb-preview__content > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dnb-preview__title {
  flex-grow: 1;
  margin: 0;
  color: #dfdfdf;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600; }

.dnb-preview__description {
  margin: 0; }

body {
  display: flex;
  height: 100%;
  min-height: calc(100vh - 2 * 24px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin: 0;
  background-color: #191919;
  color: #dfdfdf;
  font-family: Poppins, sans-serif; }

a {
  color: #dfdfdf;
  text-decoration: none; }

a:visited {
  color: #dfdfdf;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

p {
  padding: 0 2px;
  margin: 24px 0; }
