/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.swp-compact-player {
  border-radius: 10px;
  font-family: "Alice", sans-serif;
  overflow: hidden;
}

.swp-compact-playlist.swp-playlist-under {
  display: none !important;
}

.compact-song-details {
  float: right;
  width: 90%;
  max-width: calc(100% - 70px);
}

.current_song_name.compact-song-name {
  line-height: 1.1;
}

.compact-play-pause {
  float: left;
  text-align: left;
  width: 10%;
  min-width: 50px;
}

.compact-pause-container, .compact-play-container {
  left: 0;
  right: auto;
}

.player_time_slider.compact-player-slider, i.compact-playpause {
  background-color: var( --e-global-color-accent );
  color: white;
}

.player_time_slider.compact-player-slider:hover, i.compact-playpause:hover {
  background-color: var( --e-global-color-secondary );
  color: white;
}

.compact-controls {
  display: none;
}
