.radio-player {
  position: relative;
  padding-bottom: 18px;
}

.stream-status {
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  max-width: 95%;
  overflow: hidden;
  color: #d9a33e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stream-status.error {
  color: #ff6b57;
}
