#NordFMwebPlayer {
      z-index: 999999;
      position: fixed;
      bottom: 65px;
      left: 0px;
      width: 100%;
      transition: transform 0.3s ease-out;
    }

    .NordFMWebPlayerNoLink {
        cursor: default;
        pointer-events: none;
    }
    

    #NordFMwebPlayerInner {
      display: flex;
      box-sizing: border-box;
      width: calc(100% - 15px);
      height: 65px;
      margin: 7.5px;
    }

    #NordFMwebPlayerWebradio {
      flex: 1;
      position: relative;
      border-radius: 5px;
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
	
	#NordFMwebPlayer.isLoading #NordFMwebPlayerWebradio {
		background: linear-gradient(to right, rgba(0,0,0,0.5) 20%, rgba(150,150,150,0.5) 45%, rgba(150,150,150,0.5) 55%, rgba(0,0,0,0.5) 80%);
		background-size: 100vw 100vh;
		animation: webplayerLoading 3s linear infinite;
	}

    #NordFMwebPlayer.isError #NordFMwebPlayerWebradio {
		background: linear-gradient(to right, rgba(0,0,0,0.5) 10%, rgba(206, 12, 12,0.5) 45%, rgba(206, 12, 12,0.5) 55%, rgba(0,0,0,0.5) 80%);
		background-size: 100vw 100vh;
	}

	@keyframes webplayerLoading {
		from {background-position: -100vw 0;}
		to {background-position: 100vw 0;}
	}

    #NordFMwebPlayerAudio {
      display: none;
    }

    #NordFMwebPlayerCover {
      width: 50px;
      height: 50px;
      border-radius: 3px;
      margin: 7.5px;
      float: left;
    }

    #NordFMwebPlayer a img, 
    #NordFMwebPlayer a:link img, 
    #NordFMwebPlayer a:visited img {
      border: none;
    }

    #NordFMwebPlayerMetaContainer {
      float: left;
      width: calc(100% - 300px);
      /*palwal*/
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    #NordFMwebPlayerMetaContainer p {
      color: #ffffff;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0;
      padding: 0;
      /*palwal*/
      height: 1.2em;
    }

    #webPlayerStation {
      padding-top: 7.5px;
      font-size: 10px;
      opacity: 0.7;
      /*palwal*/
      min-height: 1.2em;
    }

    #webPlayerArtist {
      font-weight: bold;
      padding-top: 3px;
      line-height: 18px;
      font-size: 14px;
      /*palwal*/
      min-height: 18px;
    }

    #webPlayerTitle {
      padding-top: 1px;
      line-height: 18px;
      font-size: 13px;
      opacity: 0.9;
      /*palwal*/
      min-height: 18px;
    }

    #NordFMwebPlayerControls {
      position: absolute;
      top: 15px;
      right: 10px;
      text-align: right;
    }

    #NordFMwebPlayerControls a {
      display: inline-block;
      border-radius: 50%;
      height: 35px;
      width: 35px;
      margin-left: 5px;
      cursor: pointer;
      transition: all 0.2s;
      position: relative;
	  color: #fff;
	  font-size:24px;
    }

    #NordFMwebPlayerControls a:hover {
      transform: scale(1.05);
    }

    #NordFMwebPlayerControls a:active {
      transform: scale(0.95);
    }

    a#NordFMwebPlayerVolume {
      display: none;
      margin-right: 10px;
    }

    a#NordFMwebPlayerVolume::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    #NordFMwebPlayerControls .NordFMwebPlayerVoteButton.like::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    #NordFMwebPlayerPlay::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
    }

    #NordFMwebPlayerPlay.isPlaying::before {

    }

    #NordFMwebPlayerControls .NordFMwebPlayerVoteButton.dislike::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    #NordFMwebPlayerControls .NordFMwebPlayerVoteButton.disabled {
      opacity: 0.3;
      cursor: not-allowed;
    }

    #NordFMwebPlayerVolumeSlider {
      display: none;
    }

    #NordFMwebPlayerNavigation {
      display: none;
      border-radius: 5px;
      margin-left: 5px;
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    #NordFMwebPlayerNavigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    #NordFMwebPlayerNavigation ul li {
      display: inline-block;
    }

    #NordFMwebPlayerNavigation ul li a {
      display: table-cell;
      text-align: center;
      padding: 8px 15px;
      color: #fff;
      font-size: 11px;
      opacity: 0.7;
      text-decoration: none;
      transition: opacity 0.2s;
    }

    #NordFMwebPlayerNavigation ul li a:hover {
      opacity: 1;
    }

    #NordFMwebPlayerNavigation ul li a .icon {
      display: block;
      margin: 0 auto 5px;
      width: 24px;
      height: 24px;
      font-size: 20px;
    }

    /* Responsive Styles */
    @media screen and (min-width: 880px) {
      #NordFMwebPlayerInner {
        margin: 15px;
        width: calc(100% - 30px);
      }

      a#NordFMwebPlayerVolume {
        display: inline-block;
      }

      #NordFMwebPlayerVolumeSlider {
        position: absolute;
        top: -100px;
        right: 135px;
        width: 40px;
        height: auto;
        border-radius: 5px;
        background: rgba(0,0,0,0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding-top: 5px;
		padding-bottom: 5px;
      }

      #NordFMwebPlayerVolumeSlider ul {
        margin-top: 5px;
        list-style: none;
        padding: 0;
      }

      #NordFMwebPlayerVolumeSlider ul li {
        display: block;
        width: 25px;
        height: 8px;
        border-top: 4px solid #222;
        margin: 0 7.5px 0 7.5px;
        cursor: pointer;
      }

      #NordFMwebPlayerVolumeSlider ul li.active {
        border-top-color: #ffffff;
      }
    }

    @media screen and (min-width: 1080px) {
      #NordFMwebPlayer {
        bottom: 0px;
      }

      #NordFMwebPlayerInner {
        margin: 0px auto 10px auto;
        width: 980px;
        height: 75px;
      }

      #NordFMwebPlayerCover {
        width: 60px;
        height: 60px;
      }

      #webPlayerStation {
        font-size: 12px;
      }

      #webPlayerArtist {
        padding-top: 11px;
      }

      #NordFMwebPlayerControls {
        right: 30px;
        top: 20px;
      }

      #NordFMwebPlayerVolumeSlider {
        right: 174px;
      }

      #NordFMwebPlayerNavigation {
        padding: 7px 15px 0px 15px;
        display: block;
      }

      #NordFMwebPlayerNavigation ul {
        display: flex;
        justify-content: space-around;
        gap: 30px;
      }
    }

    @media screen and (min-width: 1500px) {
      #NordFMwebPlayerInner {
        margin: 0px auto 10px auto;
        width: 1200px;
      }
    }

    /* Demo Content Styles */
    .demo-content {
      padding: 20px;
      max-width: 800px;
      margin: 0 auto;
      color: white;
      padding-bottom: 150px;
    }

    .demo-content h1 {
      margin-bottom: 20px;
    }

    .demo-content p {
      line-height: 1.6;
      margin-bottom: 15px;
      opacity: 0.9;
    }