/* ===== РЎРўРР›Р† Р”Р›РЇ РЎРўРћР Р†РќРљР Р РђР”Р†Рћ ===== */

.radio-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 60px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  background: #0e101b;
}

.radio-page h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.radio-page p {
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 25px;
}

.radio-page audio {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

#song-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 15px;
}

/* РђРґР°РїС‚РёРІРЅС–СЃС‚СЊ */
@media (max-width: 768px) {
  .radio-page h1 {
    font-size: 28px;
  }

  .radio-page p,
  #song-title {
    font-size: 16px;
  }
}
