.radio-player.skin1.shortcode {
  padding: 20px;
  border: none;

  .radio-player-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;

    .station-meta-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 15px;
      width: 100%;

      .station-meta {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;

        .radio-player-song-title {
          margin-top: 10px;
          width: 100%;
        }
      }
    }

    .radio-player-title {
      margin-bottom: 10px;
    }

  }

  .radio-player-status {
    margin-bottom: 10px;
  }

  &.popup {
    min-width: 300px;
  }

}