/**
 * SoundSwift applied chrome — Phase 16
 * Cache bust: ss=app8
 * Scoped to body.ss-ui (volcano main site). Never uses bare header/nav/section/table/button.
 * Does not restyle admin-cp, support hub, tickets, studio, connect, or SwiftVideos.
 */

body.ss-ui {
	--main-color: #ffd166;
	--second-color: #e4b93f;
	background: #070809;
	color: #f7f7f5;
}

body.ss-ui .music_app {
	background: #070809;
	color: #f7f7f5;
}

body.ss-ui .ma_container,
body.ss-ui .ma_page_content,
body.ss-ui .ma_pc_inner,
body.ss-ui .page_padding {
	min-width: 0;
}

/* ---- Sidebar --------------------------------------------------------- */
body.ss-ui .ma_sidebar {
	background: #0b0d10;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

body.ss-ui .sidebar .sidebar_innr .sections h3 {
	color: rgba(255, 255, 255, 0.42);
	letter-spacing: 0.12em;
	font-weight: 800;
	font-size: 11px;
}

body.ss-ui .sidebar .sidebar_innr .sections li a {
	color: rgba(255, 255, 255, 0.78);
	border-radius: 10px;
}

body.ss-ui .sidebar .sidebar_innr .sections li a:hover {
	background: rgba(255, 209, 102, 0.06);
	color: #fff;
}

body.ss-ui .sidebar .sidebar_innr .sections li.active a {
	color: #ffd166;
	font-weight: 700;
	background: rgba(255, 209, 102, 0.08);
}

body.ss-ui .sidebar .logo_container img {
	max-height: 36px;
	width: auto;
}

/* ---- Header (never bare `header`) ------------------------------------ */
body.ss-ui #main-header header {
	background: #0b0d10;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ss-ui #main-header header .head_search .head_search_cont input {
	background: #15191f;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	border-radius: 12px;
}

body.ss-ui #main-header header .head_search .head_search_cont input:focus {
	border-color: rgba(255, 209, 102, 0.45);
	box-shadow: 0 0 0 3px rgba(255, 209, 102, 0.08);
}

body.ss-ui #main-header .ds_hdr_top_btns {
	color: rgba(255, 255, 255, 0.86);
	border-radius: 10px;
}

body.ss-ui #main-header .ds_hdr_top_btns:hover,
body.ss-ui #main-header a.ds_hdr_top_btns:hover {
	color: #ffd166;
	background: rgba(255, 209, 102, 0.08);
}

body.ss-ui #main-header .ds_go_pro {
	background: linear-gradient(135deg, #ffd166, #e4b93f);
	color: #15120b !important;
	border-radius: 999px;
	font-weight: 700;
}

body.ss-ui #main-header .dropdown-menu.mat-dropdown {
	background: #15191f;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

body.ss-ui #main-header .notis .dropdown-menu,
body.ss-ui .notification-list,
body.ss-ui .messages-list {
	background: #15191f;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
}

body.ss-ui #main-header .dropdown-menu.mat-dropdown a {
	color: rgba(255, 255, 255, 0.86);
	border-radius: 8px;
}

body.ss-ui #main-header .dropdown-menu.mat-dropdown a:hover {
	background: rgba(255, 209, 102, 0.1);
	color: #ffd166;
}

body.ss-ui #main-header .notis .count {
	background: #ffd166;
	color: #15120b;
}

/* Management heroes must not inherit theme header chrome */
body.ss-ui .ss-management > header,
body.ss-ui .ss-management header.ss-mgmt-hero,
body.ss-ui .ss-management header.ss-mgmt-ws-hero {
	height: auto;
	min-height: 0;
	display: block;
	background: none;
	box-shadow: none;
	padding: 0;
	align-items: stretch;
}

/* ---- Buttons / forms / modals ---------------------------------------- */
body.ss-ui .btn-primary,
body.ss-ui .btn-mat.btn-primary {
	background: var(--ss-ui-gold-deep, #dfa82c);
	border-color: var(--ss-ui-gold-deep, #dfa82c);
	color: var(--ss-ui-on-gold, #15120b);
	font-weight: 700;
	border-radius: 999px;
	box-shadow: none;
}

body.ss-ui .btn-primary:hover,
body.ss-ui .btn-mat.btn-primary:hover,
body.ss-ui .btn-primary:focus,
body.ss-ui .btn-mat.btn-primary:focus {
	background: #e4b93f;
	border-color: #e4b93f;
	color: #15120b;
}

body.ss-ui .btn-outline-primary {
	color: #ffd166;
	border-color: rgba(255, 209, 102, 0.45);
	border-radius: 999px;
}

body.ss-ui .btn-danger,
body.ss-ui .btn-mat.btn-danger {
	border-radius: 999px;
}

body.ss-ui .form-control,
body.ss-ui .mat_input.float > .form-control,
body.ss-ui .mat_input.float > .form-select,
body.ss-ui select.form-control,
body.ss-ui textarea.form-control {
	background: #11161b;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #f7f7f5;
	border-radius: 12px;
}

body.ss-ui .form-control:focus,
body.ss-ui .mat_input.float > .form-control:focus,
body.ss-ui select.form-control:focus,
body.ss-ui textarea.form-control:focus {
	border-color: rgba(255, 209, 102, 0.45);
	box-shadow: 0 0 0 3px rgba(255, 209, 102, 0.08);
	background: #13181e;
	color: #fff;
}

body.ss-ui .modal-content {
	background: #15191f;
	border: 1px solid rgba(255, 209, 102, 0.22);
	border-radius: 16px;
	color: #f7f7f5;
}

body.ss-ui .modal-header,
body.ss-ui .modal-footer {
	border-color: rgba(255, 255, 255, 0.08);
}

body.ss-ui .modal-title {
	color: #fff;
}

body.ss-ui .swal2-popup {
	background: #15191f !important;
	color: #f7f7f5 !important;
	border: 1px solid rgba(255, 209, 102, 0.22);
	border-radius: 16px !important;
}

body.ss-ui .no-track-found,
body.ss-ui .ss-roster-empty {
	padding: 28px 18px;
	border-radius: 14px;
	border: 1px dashed rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.02);
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
}

/* ---- Player ---------------------------------------------------------- */
body.ss-ui .ma_player,
body.ss-ui .player {
	background: #121416;
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

/* ---- Content surfaces ------------------------------------------------ */
body.ss-ui .ma_footer {
	color: rgba(255, 255, 255, 0.45);
}

body.ss-ui .short_list_card,
body.ss-ui .store_products,
body.ss-ui .sq_music_tracks .track,
body.ss-ui .s_list_songs > li,
body.ss-ui .feed_post,
body.ss-ui .blog_list,
body.ss-ui .events_list_item,
body.ss-ui .album_list_item,
body.ss-ui .stng_widget,
body.ss-ui .single_song,
body.ss-ui .sett_page .st_content,
body.ss-ui .st_form,
body.ss-ui .st_sidebar {
	background: #101317;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
}

body.ss-ui .home_widget_title,
body.ss-ui .home_big_title {
	color: #fff;
	letter-spacing: -0.02em;
}

body.ss-ui .see_all a {
	color: #ffd166;
}

body.ss-ui .ds_genre_list a {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
}

body.ss-ui .ds_genre_list a:hover,
body.ss-ui .ds_genre_list a.active {
	background: rgba(255, 209, 102, 0.14);
	border-color: rgba(255, 209, 102, 0.35);
	color: #ffd166;
}

body.ss-ui .ma_tabs ul li a,
body.ss-ui .search_tabs ul li a {
	color: rgba(255, 255, 255, 0.62);
	border-radius: 10px;
}

body.ss-ui .ma_tabs ul li.active a,
body.ss-ui .search_tabs ul li.active a {
	color: var(--ss-ui-on-gold, #15120b);
	background: var(--ss-ui-gold-deep, #dfa82c);
}

body.ss-ui .nav-tabs .nav-link.active {
	color: #ffd166;
	border-color: transparent transparent #ffd166;
	background: transparent;
}

body.ss-ui table.table {
	color: inherit;
}

body.ss-ui table.table thead th {
	border-bottom-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.ss-ui table.table td {
	border-top-color: rgba(255, 255, 255, 0.06);
	vertical-align: middle;
}

body.ss-ui .pagination .page-link {
	background: #15191f;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

body.ss-ui .pagination .page-item.active .page-link {
	background: var(--ss-ui-gold-deep, #dfa82c);
	border-color: var(--ss-ui-gold-deep, #dfa82c);
	color: var(--ss-ui-on-gold, #15120b);
}

body.ss-ui .alert {
	border-radius: 12px;
}

/* Discover */
body.ss-ui .ss-discover-kicker {
	color: #ffd166;
}

body.ss-ui .ss-discover-pills a.is-active {
	background: var(--ss-ui-gold-deep, #dfa82c);
	color: var(--ss-ui-on-gold, #15120b);
}

body.ss-ui .ss-discover-head h2,
body.ss-ui .ss-discover-hero-copy h1 {
	color: #fff;
}

/* Roster gold alignment */
body.ss-ui .ss-roster-hero h1,
body.ss-ui .ss-roster-meta h3,
body.ss-ui .ss-roster-section-title {
	color: #ffd166;
}

body.ss-ui .ss-roster-card:hover {
	border-color: #ffd166;
}

body.ss-ui .ss-roster-view {
	border-color: #ffd166;
}

body.ss-ui .ss-roster-view:hover {
	background: var(--ss-ui-gold-deep, #dfa82c);
	color: var(--ss-ui-on-gold, #15120b);
}

/* Artist / user identity */
body.ss-ui .artist_header .artist_cover .profileBox_gradient {
	background: linear-gradient(to top, #070809 0px, rgba(7, 8, 9, 0.2) 55%, transparent 100%);
}

body.ss-ui .artist_user_info .name h2 a,
body.ss-ui .user_info_cont .name h2 a,
body.ss-ui .info_container h4 a {
	color: #fff;
}

body.ss-ui .artist_user_info,
body.ss-ui .user_info_cont,
body.ss-ui .info_container {
	min-width: 0;
}

body.ss-ui .ss-avatar-clip,
body.ss-ui .ap_user_ava img,
body.ss-ui .user_avatar img {
	border-radius: 18px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 14px 35px rgba(0, 0, 0, 0.34);
}

body.ss-ui .artist_profile .btn,
body.ss-ui .user_profile .btn,
body.ss-ui .ap_options .btn {
	border-radius: 999px;
}

body.ss-ui .track_info_header h2,
body.ss-ui .song_info h2 {
	color: #fff;
}

body.ss-ui .sq_music_tracks .track .track_info h3,
body.ss-ui .sq_music_tracks .track .track_info h4 {
	color: #fff;
}

body.ss-ui .sq_music_tracks .track {
	overflow: hidden;
}

body.ss-ui .sq_music_tracks .track img {
	border-radius: 12px 12px 0 0;
}

/* Feed */
body.ss-ui .user-status-home .status-list li a img {
	border: 2px solid rgba(255, 209, 102, 0.35);
}

body.ss-ui .feed_post_block {
	min-width: 0;
}

/* Settings */
body.ss-ui .st_sidebar {
	padding: 12px;
}

body.ss-ui .st_sidebar ul li a {
	color: rgba(255, 255, 255, 0.78);
	border-radius: 10px;
}

body.ss-ui .st_sidebar ul li.active a,
body.ss-ui .st_sidebar ul li a:hover {
	background: rgba(255, 209, 102, 0.1);
	color: #ffd166;
}

body.ss-ui .sett_page .st_content {
	padding: 24px;
}

body.ss-ui .ds_sett_avatar {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
}

/* Search / events / playlists / upload */
body.ss-ui .search_tabs {
	margin-bottom: 22px;
}

body.ss-ui .events_list_item,
body.ss-ui .event_item,
body.ss-ui .playlist_item {
	overflow: hidden;
}

body.ss-ui .upload_song,
body.ss-ui .up_form,
body.ss-ui .create_event_form {
	background: #101317;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 22px;
}

/* Home landing */
body.ss-ui .ma_home_nav {
	background: rgba(7, 8, 9, 0.88);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.ss-ui .ma_home_nav .navbar-left a.active {
	color: #ffd166;
}

body.ss-ui .ma_home_search .form-control {
	background: #15191f;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

body.ss-ui .ma_home_search .btn {
	background: var(--ss-ui-gold-deep, #dfa82c);
	color: var(--ss-ui-on-gold, #15120b);
	border-radius: 999px;
	font-weight: 700;
}

body.ss-ui .browse_eve_hdr,
body.ss-ui .banner_header.main_event {
	min-width: 0;
}

body.ss-ui .event_browse_list,
body.ss-ui .event_calendar {
	background: #101317;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
}

body.ss-ui .event_browse_list .events-list-cover-img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

body.ss-ui .choice_upload {
	background: #101317;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	color: #fff;
}

body.ss-ui .choice_upload:hover {
	border-color: rgba(255, 209, 102, 0.35);
	color: #ffd166;
}

body.ss-ui .upload_music {
	min-width: 0;
}

body.ss-ui .playlists_list,
body.ss-ui .playlist_item,
body.ss-ui .store_songs .track {
	border-radius: 14px;
}

/* Leave support launcher alone */
body.ss-ui .ss-support-help,
body.ss-ui #ssSupportHelp,
body.ss-ui [id*="ss-support"],
body.ss-ui [class*="ss-support"] {
	/* no chrome restyle */
}

@media (max-width: 900px) {
	body.ss-ui .ss-discover-hero {
		grid-template-columns: 1fr;
	}
	body.ss-ui .ss-roster-layout {
		grid-template-columns: 1fr;
	}
	body.ss-ui .ss-roster-side {
		max-width: none;
	}
	body.ss-ui table.table {
		display: block;
		overflow-x: auto;
	}
}

@media (max-width: 640px) {
	body.ss-ui .ss-roster-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.ss-ui .btn-mat,
	body.ss-ui .btn-primary {
		min-height: 44px;
	}
	body.ss-ui #container_content {
		overflow-x: clip;
	}
	body.ss-ui .ma_tabs ul,
	body.ss-ui .search_tabs ul {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	body.ss-ui .st_sidebar ul li a,
	body.ss-ui .ap_options .btn {
		min-height: 44px;
	}
}

@media (max-width: 390px) {
	body.ss-ui .ss-roster-grid {
		grid-template-columns: 1fr;
	}
}

/* Color system — supporting accents on dark surfaces */
body.ss-ui .sidebar .sidebar_innr .sections li a svg,
body.ss-ui .sidebar .sidebar_innr .sections li a i {
	color: inherit;
}

body.ss-ui .sq_music_tracks .track,
body.ss-ui .store_songs .track,
body.ss-ui .songs .track {
	background: transparent;
	border: 1px solid transparent;
}

body.ss-ui .sq_music_tracks .track:hover,
body.ss-ui .store_songs .track:hover {
	border-color: rgba(255, 209, 102, 0.28);
}

body.ss-ui .feed_post_block,
body.ss-ui .user-status-home .publisher-box {
	border-color: rgba(255, 255, 255, 0.08);
}

body.ss-ui .feed_post_block:hover {
	border-color: rgba(255, 209, 102, 0.22);
}

body.ss-ui .events_list_item,
body.ss-ui .event_item {
	border: 1px solid rgba(77, 159, 255, 0.18);
}

body.ss-ui .play_btn,
body.ss-ui .ss-disc-card-play,
body.ss-ui .btn_play {
	background: var(--ss-ui-gold-deep, #dfa82c);
	color: var(--ss-ui-on-gold, #15120b);
}

/* Cutout-circle play/pause SVGs (track, radio, embed) must stay transparent.
   A gold fill on the button hides the triangle/pause holes (gold-on-gold). */
body.ss-ui .ss_track_play_pause .play_btn,
body.ss-ui .ss_track_play_pause .pause_btn {
	background: transparent;
}

/* SVG circle fill uses var(--main-color); paint the solid gold with button gold. */
body.ss-ui .ss_track_play_pause .play_btn svg path,
body.ss-ui .ss_track_play_pause .pause_btn svg path {
	fill: var(--ss-ui-gold-deep, #dfa82c);
}

/* Persistent bottom-player Play/Pause is a solid circle + white CSS/SVG triangle. */
body.ss-ui .player .song_progress .song_controls .amplitude-play-pause {
	background-color: var(--ss-ui-gold-deep, #dfa82c);
}

body.ss-ui .ss-roster-card {
	background: linear-gradient(165deg, rgba(255, 209, 102, 0.06), #0c1014 50%);
}

body.ss-ui .ss-roster-card:nth-child(3n+2) {
	background: linear-gradient(165deg, rgba(180, 134, 255, 0.07), #0c1014 50%);
}

body.ss-ui .ss-roster-card:nth-child(3n) {
	background: linear-gradient(165deg, rgba(67, 216, 173, 0.07), #0c1014 50%);
}

/* ---- Bottom player artwork ------------------------------------------- */
body.ss-ui .player .song_details .song_details_inner .song_art {
	display: block !important;
	width: 55px;
	min-width: 55px;
	height: 55px;
	overflow: hidden;
	flex-shrink: 0;
	border-radius: 8px;
	background-color: #1a1d22;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 0 1px rgba(255, 209, 102, 0.18);
}

body.ss-ui .player .song_details .song_details_inner .song_art a {
	display: block;
	width: 100%;
	height: 100%;
}

body.ss-ui .player .song_details .song_details_inner .song_art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
	background-color: transparent;
}

/* ---- Album / playlist track listing ---------------------------------- */
body.ss-ui .album_play_song_lists.short_list_card,
body.ss-ui .albm_song_listz .album_play_song_lists {
	background: linear-gradient(180deg, rgba(255, 209, 102, 0.04), #0c0f13 18%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	padding: 10px 12px 14px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

body.ss-ui .album_play_song_lists .s_list_songs,
body.ss-ui .album_play_song_lists .s_list_songs > li,
body.ss-ui .album_play_song_lists .playlist-list-song,
body.ss-ui .album_play_song_lists .s_lsongs_child > li {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.ss-ui .album_play_song_lists .playlist-list-song {
	margin: 6px 0 !important;
	padding: 0 !important;
}

body.ss-ui .album_play_song_lists .s_lsongs_child {
	display: flex !important;
	align-items: center;
	gap: 8px;
	min-height: 58px;
	padding: 7px 12px 7px 8px !important;
	border-radius: 999px !important;
	background:
		linear-gradient(90deg, rgba(255, 209, 102, 0.09), rgba(12, 15, 19, 0.92) 24%, #101317 72%) !important;
	border: 1px solid rgba(223, 168, 44, 0.28) !important;
	box-shadow: inset 0 1px 0 rgba(255, 209, 102, 0.06) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.ss-ui .album_play_song_lists .s_lsongs_child:hover {
	background:
		linear-gradient(90deg, rgba(255, 209, 102, 0.16), rgba(18, 16, 10, 0.96) 30%, #141820 100%) !important;
	border-color: rgba(255, 209, 102, 0.45) !important;
}

body.ss-ui .album_play_song_lists .playlist-list-song.playing .s_lsongs_child {
	background:
		linear-gradient(90deg, rgba(255, 209, 102, 0.22), #16120a 38%, #101317 100%) !important;
	border: 1px solid rgba(255, 209, 102, 0.72) !important;
	box-shadow: 0 0 0 1px rgba(255, 209, 102, 0.18), 0 10px 24px rgba(0, 0, 0, 0.35) !important;
}

body.ss-ui .short_list_cont .album_play_song_lists .s_lsongs_child .first {
	width: 42px;
	min-width: 42px;
	height: 42px;
	margin: 0 4px 0 0;
	position: relative;
}

body.ss-ui .album_play_song_lists .s_lsongs_child .numbers,
body.ss-ui .album_play_song_lists .ss-album-play {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body.ss-ui .album_play_song_lists .s_lsongs_child .numbers {
	opacity: 1 !important;
	visibility: visible !important;
	color: #fff;
	font: 700 13px/1 Montserrat, sans-serif;
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.12);
	z-index: 1;
}

body.ss-ui .album_play_song_lists .ss-album-play {
	opacity: 0;
	visibility: hidden;
	background: var(--ss-ui-gold-deep, #dfa82c);
	color: #15120b;
	z-index: 2;
	box-shadow: 0 0 0 4px rgba(255, 209, 102, 0.12);
}

body.ss-ui .album_play_song_lists .ss-album-play svg {
	width: 18px;
	height: 18px;
	margin-left: 1px;
}

body.ss-ui .album_play_song_lists .s_lsongs_child:hover .numbers,
body.ss-ui .album_play_song_lists .playlist-list-song.playing .numbers {
	opacity: 0 !important;
	visibility: hidden !important;
}

body.ss-ui .album_play_song_lists .s_lsongs_child:hover .ss-album-play,
body.ss-ui .album_play_song_lists .playlist-list-song.playing .ss-album-play {
	opacity: 1;
	visibility: visible;
}

body.ss-ui .album_play_song_lists .s_lsongs_child .fav_song.sort-song-icon {
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	margin: 0;
}

body.ss-ui .album_play_song_lists .s_lsongs_child:hover .fav_song.sort-song-icon {
	opacity: 1;
	visibility: visible;
}

body.ss-ui .album_play_song_lists .s_lsongs_child .fav_song.sort-song-icon svg path {
	fill: rgba(255, 209, 102, 0.7);
}

body.ss-ui .short_list_cont .album_play_song_lists .s_lsongs_child .second {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 0;
	max-width: none !important;
	padding-right: 8px;
}

body.ss-ui .album_play_song_lists .s_lsongs_child .art_song {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 0;
	flex-shrink: 0;
	box-shadow: 0 0 0 1px rgba(255, 209, 102, 0.2);
}

body.ss-ui .album_play_song_lists .s_lsongs_child .art_song img {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	object-fit: cover;
	background: #1a1d22;
}

body.ss-ui .album_play_song_lists .s_lsongs_child .art_details {
	min-width: 0;
	flex: 0 1 auto;
	max-width: 42%;
}

body.ss-ui .album_play_song_lists .s_lsongs_child .art_details h4 {
	color: #fff;
	font: 600 15px/1.25 Montserrat, sans-serif;
}

body.ss-ui .album_play_song_lists .playlist-list-song.playing .art_details h4 {
	color: #ffd166;
}

body.ss-ui .album_play_song_lists .ss-album-wave {
	flex: 1;
	min-width: 72px;
	height: 28px;
	display: flex;
	align-items: flex-end;
	gap: 2px;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 78%, transparent);
	opacity: 0.72;
}

body.ss-ui .album_play_song_lists .ss-album-wave i {
	display: block;
	flex: 1;
	border-radius: 2px 2px 0 0;
	background: linear-gradient(180deg, #ffe08a, #dfa82c 70%, rgba(223, 168, 44, 0.2));
	min-height: 18%;
	transform-origin: center bottom;
}

body.ss-ui .album_play_song_lists .ss-album-wave i:nth-child(odd) { height: 42%; }
body.ss-ui .album_play_song_lists .ss-album-wave i:nth-child(even) { height: 68%; }
body.ss-ui .album_play_song_lists .ss-album-wave i:nth-child(3n) { height: 30%; }
body.ss-ui .album_play_song_lists .ss-album-wave i:nth-child(4n) { height: 86%; }
body.ss-ui .album_play_song_lists .ss-album-wave i:nth-child(5n) { height: 54%; }

body.ss-ui .album_play_song_lists .playlist-list-song.playing .ss-album-wave {
	opacity: 1;
}

body.ss-ui .album_play_song_lists .playlist-list-song.playing .ss-album-wave i {
	animation: ssAlbumWave 1.15s ease-in-out infinite;
}

body.ss-ui .album_play_song_lists .playlist-list-song.playing .ss-album-wave i:nth-child(2n) { animation-delay: 0.08s; }
body.ss-ui .album_play_song_lists .playlist-list-song.playing .ss-album-wave i:nth-child(3n) { animation-delay: 0.16s; }
body.ss-ui .album_play_song_lists .playlist-list-song.playing .ss-album-wave i:nth-child(4n) { animation-delay: 0.24s; }

@keyframes ssAlbumWave {
	0%, 100% { transform: scaleY(0.72); }
	50% { transform: scaleY(1); }
}

body.ss-ui .short_list_cont .album_play_song_lists .s_lsongs_child .third {
	margin-left: auto;
	color: #f0d48a;
	gap: 8px;
}

body.ss-ui .short_list_cont .album_play_song_lists .s_lsongs_child .duration,
body.ss-ui .short_list_cont .album_play_song_lists .s_lsongs_child .third .duration {
	display: inline-block !important;
	color: #f0d48a;
	font: 600 13px/1 Montserrat, sans-serif;
	min-width: 42px;
	text-align: right;
}

body.ss-ui .album_play_song_lists .s_lsongs_child .opts_song {
	color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 560px) {
	body.ss-ui .album_play_song_lists .ss-album-wave {
		display: none;
	}
	body.ss-ui .album_play_song_lists .s_lsongs_child .art_details {
		max-width: none;
		flex: 1;
	}
}
