.elementor-12 .elementor-element.elementor-element-60bea03{--display:flex;}.elementor-12 .elementor-element.elementor-element-28adfc3{--display:flex;--min-height:480px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-12 .elementor-element.elementor-element-882a49a{--iteration-count:infinite;}.elementor-12 .elementor-element.elementor-element-882a49a.elementor-element{--align-self:center;}.elementor-12 .elementor-element.elementor-element-882a49a .elementor-headline{text-align:center;font-size:26px;line-height:45px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-882a49a .elementor-headline{font-size:22px;}}/* Start custom CSS */.mb-home-sotd {
  width: 100%;
}

.mb-home-sotd-media {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.mb-home-sotd-media iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}

.mb-home-sotd-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin-top: 16px;
  align-items: flex-start;
}

.mb-home-sotd-main {
  background: #181818;
  border-radius: 8px;
  padding: 16px;
}

.mb-home-sotd-title {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.2;
}

.mb-home-sotd-title a {
  color: #ffffff;
  text-decoration: none;
}

.mb-home-sotd-title a:hover {
  text-decoration: underline;
}

.mb-home-sotd-curator {
  color: #a0a0a0;
  margin-bottom: 8px;
}

.mb-curator {
  color: #ffffff;
  text-decoration: none;
}

.mb-curator:hover {
  text-decoration: underline;
}

.mb-home-sotd-day {
  display: inline-block;
  padding: 3px 8px;
  background: #1c1c1c;
  border-radius: 4px;
  font-size: 12px;
  color: #9a9a9a;
  margin-bottom: 10px;
}

.mb-home-sotd-desc {
  color: #d6d6d6;
  line-height: 1.5;
  margin-bottom: 12px;
}

.mb-home-sotd-tax {
  font-size: 14px;
  line-height: 1.4;
  color: #e94e77;
}

.mb-home-sotd-rewind {
  min-width: 0;
}

.mb-rewind {
  background: #161616;
  border-radius: 8px;
  padding: 12px;
}

.mb-rewind-title {
  font-size: 13px;
  color: #999999;
  margin-bottom: 12px;
}

.mb-rewind-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 12px;
}

.mb-rewind-item {
  text-decoration: none;
  display: block;
}

.mb-rewind-day {
  font-size: 11px;
  color: #777777;
  margin-bottom: 2px;
}

.mb-rewind-track {
  font-size: 13px;
  color: #f2f2f2;
  line-height: 1.35;
}

.mb-rewind-artist {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 1.35;
}

.mb-rewind-item:hover .mb-rewind-track,
.mb-rewind-item:hover .mb-rewind-artist {
  color: #ffffff;
}

.mb-rewind-empty {
  font-size: 13px;
  color: #777777;
}

@media (max-width: 1024px) {
  .mb-home-sotd-lower {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .mb-home-sotd-title {
    font-size: 24px;
  }

  .mb-home-sotd-main {
    padding: 14px;
  }

  .mb-rewind-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */