.site-header .custom-logo-link img.custom-logo {
  display: block;
  width: 160px;
  max-width: 160px;
  height: auto !important;
  max-height: 80px;
  object-fit: contain;
}

.onlineradio1-radio {
  width: 100%;
  box-sizing: border-box;
}

.onlineradio1-radio--embed {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 48px -32px rgba(15, 23, 42, 0.28);
}

.onlineradio1-radio__frame {
  display: block;
  width: 100%;
  border: 0;
  background: #ffffff;
}

.onlineradio1-radio__frame--player {
  min-height: 620px;
}

.onlineradio1-radio__frame--history {
  min-height: 720px;
}

.onlineradio1-radio--empty {
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 16px 48px -32px rgba(15, 23, 42, 0.28);
}

.onlineradio1-radio--empty h2 {
  margin: 20px 0 10px;
  color: #131516;
}

.onlineradio1-radio--empty p {
  max-width: 680px;
  margin: 0 auto;
  color: #58636d;
}

.onlineradio1-radio__mark {
  display: inline-block;
  width: 52px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2d02fe, #30d95c);
}

@media (max-width: 767px) {
  .site-header .custom-logo-link img.custom-logo {
    width: 132px;
    max-width: 132px;
    max-height: 66px;
  }

  .onlineradio1-radio__frame--player,
  .onlineradio1-radio__frame--history {
    min-height: 560px;
  }
}
