#station {
  padding-bottom: 200px;
}

#station .station-name {
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#station .banner img {
  width: 100%;
  height: auto;
}

#station .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100%;
}

#station .links .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #605c5c;
  color: white;
  text-decoration: none;
  font-size: 13px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 11px;
  padding-bottom: 11px;
  box-sizing: border-box;
  border-radius: 7px;
  font-weight: bold;
  border: none;
}

#station .links .item img {
  width: 27px;
  height: 27px;
}

#station .links .play-btn {
  background-color: #e0343c;
}
