/* Datalife Engine template 
name: Music site;
creation date: 05 august 2019, 
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'Rubik', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #f2f6f8 url(../images/bg.png); min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #000; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 500; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Rubik' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 4px; cursor: pointer; color: #fff; background-color: #00c3ff; font-size: 16px; font-weight: 400;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #00b09b; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 124%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 500;}
.icon-left .fa, .icon-left .icon, .icon-left .fas, .icon-left .far, .icon-left .fal {margin-right: 10px;}
.icon-right .fa, .icon-right .icon, .icon-right .fas, .icon-right .far, .icon-right .fal {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px; font-weight: 500;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding-bottom: 60px;}
.wrap-center {max-width:1100px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {}
.header {padding: 20px; padding-top: 10px; margin-bottom: 20px; box-shadow: 0 0 30px rgba(0,0,0,0.1);
	background: #2c3e50 url(../images/bg2.png); color: #ccc; border-radius: 0 0 10px 10px;}
.content {background-color: #fff; box-shadow: 0 15px 30px rgba(0,0,0,0.2); border-radius: 10px; overflow: hidden;}
.side {width: 260px; padding: 20px;}
.main {min-height: 80vh; padding: 20px; position: relative; z-index: 10;}
.main-content {}
.footer-wr {line-height: 1.7; font-size: 12px; color: #ccc;}
.footer {background: #2c3e50 url(../images/bg2.png); box-shadow: 0 0 30px rgba(0,0,0,0.1); 
padding: 20px; margin-top: 20px; border-radius: 10px 10px 0 0;}
.ft-desc span {color: #00c3ff; border-bottom: 1px dotted #00c3ff;}
.ft-count {display: inline-block; margin: 0 20px;}
.ft-count > * {display: block;}

#gotop{width:31px; height:31px; line-height:31px; cursor:pointer; font-size:16px; 
border-radius:4px; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2); 
display: inline-block; background-color: #00c3ff; color: #fff;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 240px; height: 60px;}
.hdesc {margin: 0 40px 0 20px; padding-left: 20px; border-left: 1px solid #888; 
font-size: 12px; color: #ccc; line-height: 1.3;}
.search-wrap {width: 100%; margin-top: 10px;}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 70px 0 20px;
background-color: #fff; color: #000; border-radius: 6px; box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.search-box input:not(:focus)::placeholder {color: #000; opacity: 0.4; font-size: 14px;} 
.search-box button {position:absolute; right:0px; top:0px; z-index:10;
 font-size: 16px !important; padding: 0 !important; border-radius: 0px !important; 
background-color: transparent !important; color: #000 !important; width: 50px;}
.hnav {justify-content: flex-end;}
.hnav a {display: block; height: 40px; line-height: 40px; color: #fff; padding: 0 0 0 40px; 
font-weight: 500; text-transform: uppercase; font-size: 12px;}
.hnav a.is-active {color: #00c3ff;}
.hnav a:hover {text-decoration: underline;}


/* SECTION
----------------------------------------------- */
.sect + .sect {margin-top: 20px;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-weight: 700; text-transform: uppercase; font-size: 24px;}
.sect-title-small {font-size: 20px;}
.sect-title .far, .side-bt .far, .speedbar .far {color: #00c3ff; margin-right: 10px; font-weight: 400;}


/* TRACK
----------------------------------------------- */
.tr {padding: 5px 10px;}
.tr:nth-child(2n+1) {background-color: #f2f6f8;}
.tr-play {text-align: center; height: 30px; line-height: 30px; width: 30px; border-radius: 50%; 
font-size: 10px; padding-left: 3px; background-color: #00c3ff; color: #fff;}
.tr-play:hover {cursor: pointer; background-color: #00b09b;}
.tr-desc {padding: 0 10px; display: block;}
.tr-title {display: inline;}
.tr-subtitle {opacity: 0.8; font-weight: 300; display: inline;}
.tr-time {color: #949494; font-size: 11px;}
.tr-desc:hover {text-decoration: underline;}
.tr.js-item-played {}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .tr-play {padding-left: 0; background-color: #00b09b;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 20px;}
.side-bt {font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px;}

.side-top a {display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #e3e3e3;
position: relative; padding-left: 30px; font-size: 13px;}
.side-top a:before {content:"\f118"; font-family:'Font Awesome 5 Pro'; color: #00c3ff; 
font-size: 20px; position: absolute; left: 0; top: 0px;}
.side-top a span {opacity: 0.8; font-weight: 300; display: block; margin-top: 2px;}
.side-top a:hover {text-decoration: underline;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; font-weight: 300; color: #949494; margin-top: 0px; 
background-color: #f2f6f8; padding: 20px; border-radius: 6px;}
.site-desc h1, .site-desc h2 {font-size: 16px; text-transform: uppercase; font-weight: 700; color: #000; margin-bottom: 10px;}
.site-desc a {color: #06c; text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding:30px 0 15px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
background-color:#fff; margin:5px 4px 0 4px; border-radius:4px;
box-shadow: 0 0 0 1px rgba(0,0,0,0.2); min-width: 40px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#00c3ff; color:#fff;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; background-color: #2c3e50; color: #fff;}
.audioplayer {max-width: 1100px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 6px; width: 500px; background-color: #222; border-radius: 3px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.3); border-radius: 3px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 3px; background-color: #00c3ff;}
.audioplayer-bar-played:before {content: ''; background-color: #fff; width: 10px; height: 10px; border-radius: 50%; 
position: absolute; right: -16px; top: 50%; margin-top: -9px; z-index: 3; 
background: linear-gradient(to bottom, #000, #333); border: 4px solid #666;}

.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {color: #ccc; display: block; height: 30px; line-height: 30px; text-align: center;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: #1e204e; box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: #05052a; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #00c3ff; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px;	color: #ccc; margin-left: 20px;}
.ap-time {font-size: 12px; color: #ccc; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 3px;}
.ap-artist {font-size: 13px; margin-top: 5px; color: #ccc;}
.ap-title {font-size: 15px;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; display: block; position: relative; margin: 0 20px; 
background-color: #00c3ff; color: #fff;}
.ap-prev, .ap-next {cursor: pointer; color: #ccc; font-size: 18px;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background-color: #00b09b; color: #fff;}
.wplayer-init .audioplayer-playpause .far:before {content: '\f04b'; padding-left: 1px;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 12px; color: #949494; margin-bottom: 15px;}
.fheader {margin-bottom: 15px;}
.fheader h1 {text-transform: none; font-size: 28px;}
.fheader h1 span {color: #5fdeb7;}
.fcols {margin-bottom: 20px;}
.ftext {max-height: 200px; overflow-x: hidden; overflow-y: auto;}

.finfo {font-size: 12px; margin: 0 20px;}
.finfo li {display: flex; justify-content: flex-start; position: relative; padding: 11px 10px;}
.finfo li:nth-child(2n+1) {background-color: #f2f6f8;}
.finfo333 li:before {content: ''; position: absolute; left: 0; right: 0; top: 50%; 
border-top: 2px dotted #ccc;}
.finfo333 li span {background-color: #fff; display: inline-block; padding: 5px 0 5px 10px; position: relative; z-index: 1;}
.finfo li > span:first-child {color: #949494; width: 120px;}
.finfo a {color: #06c; border-bottom: 1px dotted #6a82fb;}

.fimg {width: 180px; height: 180px;}
.fmeta {width: 40%; text-align: center;}
.fcaption {font-size: 12px; color: #949494; line-height: 1.5; margin-bottom: 20px; text-align: justify;}
.fplay {background-color: #f2f6f8; padding: 10px; border-radius: 30px; height: 60px; cursor: pointer; 
background: #2c3e50 url(../images/bg2.png); box-shadow: 0 0 30px rgba(0,0,0,0.1); color: #fff;}
.fplay-icon {margin-right: 10px; height: 40px; line-height: 40px; width: 40px; text-align: center; 
border-radius: 20px; color: #fff; background-color: #00c3ff; padding-left: 3px;}
.fplay-title {line-height: 20px; max-height: 40px; overflow: hidden;}
.fdl {margin-top: 20px; max-width: 100%;}
.fplay:hover {background: #00b09b; color: #fff;}
.js-item-played .js-play .fplay-icon {padding-left: 0; background-color: #00b09b;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 14px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:20px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hnav {display: block; margin-bottom: 20px; background-color: #2c3e50; padding: 15px 0;}
.side-panel .hnav a {margin: 0; padding: 0 20px; margin-bottom: 10px;}


@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.side, .hnav, .hdesc {display: none;}
#gotop {display: none !important;}
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 4px; 
cursor: pointer; background-color: #00c3ff; color: #fff; font-size: 18px; display: block;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%;}
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
.header, .footer, .content {border-radius: 0; margin: 0 auto;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}

.fimg  {margin: auto;}
.finfo {width: 100%; min-width: 100%; margin: 20px 0 0;}
.fmeta {width: 100%; margin: 20px 0 0 0;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.fheader h1 {font-size: 24px;}
.header, .footer, .main {padding-left: 10px; padding-right: 10px;}
.footer {display: block; text-align: center;}
.ft-desc {margin: 20px 0;}
.audioplayer-volume, .ap-time, .ap-img {display: none;}
.audioplayer-playpause a {margin: 0 10px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center {max-width:360px;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px; margin-right: 20px; position: relative;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

/* HOUSOUND 2026 REDESIGN
----------------------------------------------- */
:root {
	--hs-bg: #f7f7f2;
	--hs-ink: #111315;
	--hs-muted: #62686f;
	--hs-panel: #ffffff;
	--hs-panel-2: #f0f3ef;
	--hs-line: #dfe4dc;
	--hs-charcoal: #17191c;
	--hs-coral: #ef5a46;
	--hs-mint: #19b884;
	--hs-indigo: #4057d6;
	--hs-amber: #f4b844;
}

html {background: var(--hs-bg);}

body {
	color: var(--hs-ink);
	background:
		linear-gradient(90deg, rgba(17,19,21,0.035) 1px, transparent 1px),
		linear-gradient(0deg, rgba(17,19,21,0.035) 1px, transparent 1px),
		linear-gradient(180deg, #fbfbf7 0%, var(--hs-bg) 42%, #eef2ed 100%);
	background-size: 34px 34px, 34px 34px, auto;
	letter-spacing: 0;
}

a {color: var(--hs-ink);}
a:hover, a:focus {color: var(--hs-coral);}

.wrap {min-width: 320px; padding: 0 18px 92px;}
.wrap-center {max-width: 1180px;}
.wrap-main {
	margin-top: 18px;
	overflow: hidden;
	border: 1px solid rgba(17,19,21,0.1);
	border-radius: 8px;
	background: rgba(255,255,255,0.94);
	box-shadow: 0 22px 60px rgba(17,19,21,0.12);
}

.header-wr {background: var(--hs-charcoal);}
.header {
	position: relative;
	gap: 20px;
	max-width: none;
	margin: 0;
	padding: 18px 24px;
	border-radius: 0;
	background: var(--hs-charcoal);
	box-shadow: none;
	color: #fff;
}
.header:after {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, var(--hs-coral), var(--hs-mint), var(--hs-indigo));
}

.logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: auto;
	height: 44px;
	flex: 0 0 auto;
	margin: 0;
	color: #fff;
}
.logo:hover {color: #fff;}
.logo img {display: none;}
.logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 8px;
	background: linear-gradient(135deg, var(--hs-coral), var(--hs-amber));
	color: #111315;
	font-weight: 700;
}
.logo-name {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}

.hdesc {
	max-width: 250px;
	margin: 0;
	padding-left: 18px;
	border-left: 1px solid rgba(255,255,255,0.18);
	color: rgba(255,255,255,0.68);
	font-size: 13px;
	line-height: 1.45;
}

.hnav {gap: 4px; justify-content: flex-end;}
.hnav a {
	height: 36px;
	line-height: 36px;
	padding: 0 11px;
	border-radius: 8px;
	color: rgba(255,255,255,0.72);
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
}
.hnav a.is-active, .hnav a:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
	text-decoration: none;
}

.search-wrap {
	width: 100%;
	max-width: 420px;
	margin: 8px 0 0 auto;
}
.search-box input, .search-box input:focus {
	height: 44px;
	line-height: 44px;
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 8px;
	background: rgba(255,255,255,0.08);
	color: #fff;
	box-shadow: none;
}
.search-box input:not(:focus)::placeholder {
	color: rgba(255,255,255,0.58);
	opacity: 1;
}
.search-box input:focus {
	border-color: var(--hs-mint);
	background: rgba(255,255,255,0.12);
	box-shadow: 0 0 0 3px rgba(25,184,132,0.16);
}
.search-box button {
	height: 44px;
	line-height: 44px;
	color: #fff !important;
}

.content {
	overflow: hidden;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}
.cols {align-items: stretch;}
.main {
	min-height: 80vh;
	padding: 24px;
	border-right: 1px solid var(--hs-line);
}
.side {
	width: 286px;
	padding: 20px;
	background: #fbfcf8;
}

.sect + .sect {margin-top: 30px;}
.sect-header {margin-bottom: 14px;}
.sect-title {
	color: var(--hs-ink);
	font-size: 24px;
	font-weight: 500;
	text-transform: none;
}
.sect-items, .side-box, .site-desc {
	border: 1px solid var(--hs-line);
	border-radius: 8px;
	background: var(--hs-panel);
	box-shadow: none;
}
.sect-items {overflow: hidden;}

.tr {
	position: relative;
	min-height: 62px;
	padding: 10px 12px;
	gap: 12px;
	border-bottom: 1px solid var(--hs-line);
	background: #fff;
	transition: background-color .2s, box-shadow .2s;
}
.tr:nth-child(2n+1) {background: #fff;}
.tr:last-child {border-bottom: 0;}
.tr:hover {
	z-index: 2;
	background: #fbfcf9;
	box-shadow: inset 3px 0 0 var(--hs-coral);
}
.tr-play {
	width: 38px;
	height: 38px;
	line-height: 38px;
	flex: 0 0 38px;
	padding-left: 2px;
	border-radius: 8px;
	background: var(--hs-charcoal);
	box-shadow: none;
	color: #fff;
}
.tr-play:hover, .js-item-played .tr-play {
	background: var(--hs-coral);
	color: #fff;
}
.tr-desc {
	min-width: 0;
	padding: 0;
}
.tr-title {
	display: block;
	color: var(--hs-ink);
	font-size: 15px;
	font-weight: 500;
}
.tr-subtitle {
	display: block;
	margin-top: 5px;
	color: var(--hs-muted);
	opacity: 1;
	font-weight: 400;
}
.tr-desc:hover {text-decoration: none;}
.tr-time {
	flex: 0 0 auto;
	color: var(--hs-muted);
	opacity: 1;
	font-size: 12px;
}

.side-box {
	padding: 18px;
	margin-bottom: 16px;
}
.side-bt {
	margin-bottom: 12px;
	color: var(--hs-ink);
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}
.side-top a {
	display: block;
	min-height: 42px;
	margin: 0;
	padding: 9px 0;
	border-bottom: 1px solid var(--hs-line);
	color: var(--hs-ink);
}
.side-top a:before {display: none;}
.side-top a:hover {
	color: var(--hs-coral);
	text-decoration: none;
}

.site-desc {
	margin: 24px;
	padding: 22px;
	color: var(--hs-muted);
	line-height: 1.75;
}
.site-desc h1, .site-desc h2 {
	color: var(--hs-ink);
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}

.footer-wr {
	background: var(--hs-charcoal);
	color: rgba(255,255,255,0.68);
}
.footer {
	max-width: none;
	margin-top: 0;
	padding: 22px 24px;
	border-radius: 0;
	background: var(--hs-charcoal);
	box-shadow: none;
}
.ft-desc span {
	color: var(--hs-amber);
	border-bottom-color: rgba(244,184,68,0.45);
}
.ft-count {display: none;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button,
button:not(.color-btn):not([class*=fr]), html input[type="button"], input[type="reset"],
input[type="submit"], .meta-fav a, .usp-btn a, #gotop {
	border-radius: 8px;
	background: var(--hs-coral);
	box-shadow: none;
	color: #fff;
}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover,
.pagi-load a:hover, .usp-btn a:hover, button:not(.color-btn):hover,
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.meta-fav a:hover {
	background: var(--hs-mint);
	color: #fff;
}

.wplayer {
	background: var(--hs-charcoal);
	box-shadow: 0 -12px 34px rgba(17,19,21,0.24);
}
.audioplayer-playpause a {
	border-radius: 8px;
	background: var(--hs-coral);
}
.audioplayer-playpause a:hover {background: var(--hs-mint);}
.audioplayer-bar-played, .audioplayer-volume-adjust > div > div {
	background: linear-gradient(90deg, var(--hs-coral), var(--hs-mint));
}

.speedbar {color: var(--hs-muted);}
.speedbar .far {color: var(--hs-coral);}
.fplay {
	border-radius: 8px;
	background: var(--hs-charcoal);
}
.fplay-icon {
	border-radius: 8px;
	background: var(--hs-coral);
}
.fdl {
	border-radius: 8px;
	background: rgba(25,184,132,0.1);
	color: var(--hs-mint);
}

@media screen and (max-width: 1220px) {
	.wrap {padding: 0 0 92px;}
	.wrap-main {
		margin-top: 0;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
	.header {padding: 14px;}
	.hdesc, .hnav, .side {display: none;}
	.btn-menu {
		display: block;
		margin-left: auto;
		background: var(--hs-coral);
	}
	.search-wrap {
		min-width: 100%;
		max-width: none;
		margin: 8px 0 0;
	}
	.main {border-right: 0;}
}

@media screen and (max-width: 760px) {
	.logo-name {font-size: 22px;}
	.main {padding: 16px;}
	.sect-title {font-size: 21px;}
}

@media screen and (max-width: 590px) {
	.tr {
		min-height: 58px;
		gap: 9px;
		padding: 9px;
	}
	.tr-play {
		width: 34px;
		height: 34px;
		line-height: 34px;
		flex-basis: 34px;
	}
	.tr-title {font-size: 14px;}
	.tr-time {display: none;}
	.footer, .site-desc {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* HOUSOUND COLOR REBALANCE
----------------------------------------------- */
:root {
	--hs-bg: #eef3ec;
	--hs-bg-warm: #fbf7ef;
	--hs-ink: #24312f;
	--hs-muted: #697770;
	--hs-panel: #fffaf2;
	--hs-panel-2: #f4eadb;
	--hs-line: #ddd3c3;
	--hs-deep: #173f3b;
	--hs-deep-2: #24665a;
	--hs-accent: #d65f4a;
	--hs-accent-2: #b95072;
	--hs-gold: #dda642;
	--hs-mint: #4aa987;
	--hs-cream: #fff7e8;
}

body {
	color: var(--hs-ink);
	background:
		linear-gradient(90deg, rgba(36,49,47,0.035) 1px, transparent 1px),
		linear-gradient(0deg, rgba(36,49,47,0.03) 1px, transparent 1px),
		linear-gradient(145deg, var(--hs-bg-warm) 0%, var(--hs-bg) 48%, #e5eee8 100%);
	background-size: 36px 36px, 36px 36px, auto;
}

a {color: var(--hs-ink);}
a:hover, a:focus {color: var(--hs-accent-2);}

.wrap-main {
	border-color: rgba(36,49,47,0.12);
	background: rgba(255,250,242,0.96);
	box-shadow: 0 24px 58px rgba(36,49,47,0.13);
}

.header-wr,
.header,
.footer-wr,
.footer,
.wplayer {
	background:
		linear-gradient(135deg, rgba(255,247,232,0.08), transparent 34%),
		linear-gradient(135deg, var(--hs-deep), #1f554d 58%, #354b3f);
}

.header:after {
	background: linear-gradient(90deg, var(--hs-gold), var(--hs-accent), var(--hs-mint));
}

.logo-mark {
	background: linear-gradient(135deg, var(--hs-gold), #f1c777);
	color: #26322d;
	border-color: rgba(255,247,232,0.28);
}

.logo-name,
.logo:hover,
.hnav a.is-active,
.hnav a:hover {
	color: var(--hs-cream);
}

.hdesc,
.hnav a {
	color: rgba(255,247,232,0.72);
}

.hdesc {
	border-left-color: rgba(255,247,232,0.2);
}

.hnav a.is-active,
.hnav a:hover {
	background: rgba(255,247,232,0.12);
}

.search-box input,
.search-box input:focus {
	border-color: rgba(255,247,232,0.2);
	background: rgba(255,247,232,0.1);
	color: var(--hs-cream);
}

.search-box input:not(:focus)::placeholder {
	color: rgba(255,247,232,0.62);
}

.search-box input:focus {
	border-color: var(--hs-gold);
	background: rgba(255,247,232,0.16);
	box-shadow: 0 0 0 3px rgba(221,166,66,0.18);
}

.content,
.sect-items,
.side-box,
.site-desc {
	background: var(--hs-panel);
}

.side {
	background: #f5efe3;
}

.main {
	border-right-color: var(--hs-line);
}

.sect-title,
.side-bt,
.site-desc h1,
.site-desc h2,
.tr-title {
	color: var(--hs-ink);
}

.sect-items,
.side-box,
.site-desc {
	border-color: var(--hs-line);
}

.tr {
	border-bottom-color: var(--hs-line);
	background: var(--hs-panel);
}

.tr:nth-child(2n+1) {
	background: #fcf4e8;
}

.tr:hover {
	background: #f7ecd9;
	box-shadow: inset 3px 0 0 var(--hs-accent);
}

.tr-play {
	background: var(--hs-deep);
	color: var(--hs-cream);
}

.tr-play:hover,
.js-item-played .tr-play {
	background: linear-gradient(135deg, var(--hs-accent), var(--hs-accent-2));
	color: #fff;
}

.tr-subtitle,
.tr-time,
.site-desc {
	color: var(--hs-muted);
}

.side-top a {
	border-bottom-color: var(--hs-line);
	color: var(--hs-ink);
}

.side-top a:hover {
	color: var(--hs-accent-2);
}

.ft-desc span {
	color: var(--hs-gold);
	border-bottom-color: rgba(221,166,66,0.55);
}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button,
button:not(.color-btn):not([class*=fr]), html input[type="button"], input[type="reset"],
input[type="submit"], .meta-fav a, .usp-btn a, #gotop {
	background: linear-gradient(135deg, var(--hs-accent), var(--hs-accent-2));
	color: #fff;
}

.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover,
.pagi-load a:hover, .usp-btn a:hover, button:not(.color-btn):hover,
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.meta-fav a:hover {
	background: linear-gradient(135deg, var(--hs-deep-2), var(--hs-mint));
	color: #fff;
}

.audioplayer-playpause a,
.fplay-icon {
	background: var(--hs-accent);
}

.audioplayer-playpause a:hover {
	background: var(--hs-mint);
}

.audioplayer-bar-played,
.audioplayer-volume-adjust > div > div {
	background: linear-gradient(90deg, var(--hs-gold), var(--hs-accent), var(--hs-mint));
}

.speedbar .far {
	color: var(--hs-accent);
}

.fplay {
	background: linear-gradient(135deg, var(--hs-deep), var(--hs-deep-2));
}

.fdl {
	background: rgba(74,169,135,0.13);
	color: var(--hs-deep-2);
}

@media screen and (max-width: 1220px) {
	.btn-menu {
		background: linear-gradient(135deg, var(--hs-accent), var(--hs-accent-2));
	}
}

/* FULL TRACK ACTIONS
----------------------------------------------- */
.fmeta {
	display: grid;
	gap: 12px;
	width: 260px;
	text-align: left;
}

.hs-action {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 56px;
	padding: 9px 14px;
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(36,49,47,0.14);
	transition: transform .2s, box-shadow .2s, filter .2s;
}

.hs-action:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255,255,255,0.16), transparent 45%);
	pointer-events: none;
}

.hs-action:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(36,49,47,0.18);
	filter: saturate(1.05);
}

.hs-action-icon {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	margin: 0;
	border-radius: 12px;
	background: rgba(255,247,232,0.2);
	color: inherit;
	line-height: 38px;
	text-align: center;
}

.hs-action-play {
	background: linear-gradient(135deg, var(--hs-deep), var(--hs-deep-2));
	color: var(--hs-cream);
}

.hs-action-play .hs-action-icon {
	background: var(--hs-gold);
	color: #26322d;
}

.hs-action-download {
	margin-top: 0;
	border: 0;
	background: linear-gradient(135deg, var(--hs-accent), var(--hs-accent-2));
	color: #fff;
}

.hs-action-download .hs-action-icon {
	background: rgba(255,247,232,0.22);
	color: #fff;
	font-size: 15px;
}

.fplay-title,
.hs-action-download .fx-1 {
	position: relative;
	min-width: 0;
	line-height: 1.25;
	font-size: 14px;
	font-weight: 500;
}

.js-item-played .hs-action-play .hs-action-icon {
	background: var(--hs-mint);
	color: #fff;
}

@media screen and (max-width: 760px) {
	.fmeta {
		width: 100%;
	}
}

@media screen and (max-width: 470px) {
	.hs-action {
		min-height: 52px;
		padding: 8px 12px;
	}
	.hs-action-icon {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
		border-radius: 10px;
	}
}

/* FULL TRACK ACTIONS V2
----------------------------------------------- */
.full .fmeta {
	display: grid;
	gap: 14px;
	width: 280px;
	padding: 14px;
	border: 1px solid rgba(221,211,195,0.8);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255,250,242,0.92), rgba(244,234,219,0.72));
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 16px 34px rgba(36,49,47,0.1);
}

.full .hs-action,
.full .fplay,
.full .fdl {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 13px;
	width: 100%;
	min-height: 68px;
	margin: 0 !important;
	padding: 12px 14px !important;
	border: 0 !important;
	border-radius: 16px !important;
	text-align: left;
	text-transform: none;
	overflow: hidden;
	box-shadow: 0 14px 28px rgba(36,49,47,0.18);
	transform: translateZ(0);
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.full .hs-action:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.26), transparent 42%),
		radial-gradient(circle at 88% 12%, rgba(255,255,255,0.22), transparent 26%);
	pointer-events: none;
}

.full .hs-action:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 38px rgba(36,49,47,0.24);
	filter: saturate(1.08);
}

.full .hs-action-play {
	background: linear-gradient(135deg, #17423e 0%, #24665a 58%, #3f7257 100%) !important;
	color: #fff7e8 !important;
}

.full .hs-action-download {
	background: linear-gradient(135deg, #d65f4a 0%, #c64f68 54%, #9f456d 100%) !important;
	color: #fff !important;
}

.full .hs-action-icon {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	margin: 0 !important;
	border-radius: 14px;
	line-height: 46px;
	font-size: 16px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.26), 0 8px 18px rgba(0,0,0,0.14);
}

.full .hs-action-play .hs-action-icon {
	background: linear-gradient(135deg, #f1c777, #dda642) !important;
	color: #26322d !important;
}

.full .hs-action-download .hs-action-icon {
	background: rgba(255,247,232,0.22) !important;
	color: #fff !important;
}

.full .fplay-title,
.full .hs-action-download .fx-1 {
	position: relative;
	display: grid;
	gap: 4px;
	min-width: 0;
	line-height: 1.2;
}

.full .hs-action-label {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	color: inherit;
}

.full .hs-action-subtitle {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,247,232,0.74);
}

.full .hs-action-download .hs-action-subtitle {
	color: rgba(255,255,255,0.78);
}

.full .js-item-played .hs-action-play,
.full .hs-action-play.js-played {
	background: linear-gradient(135deg, #24665a, #4aa987) !important;
}

.full .js-item-played .hs-action-play .hs-action-icon {
	background: rgba(255,247,232,0.2) !important;
	color: #fff !important;
}

@media screen and (max-width: 760px) {
	.full .fmeta {
		width: 100%;
	}
}

@media screen and (max-width: 470px) {
	.full .fmeta {
		padding: 10px;
		border-radius: 14px;
	}
	.full .hs-action,
	.full .fplay,
	.full .fdl {
		min-height: 62px;
		padding: 10px 12px !important;
		border-radius: 14px !important;
	}
	.full .hs-action-icon {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
		border-radius: 12px;
	}
}

/* LYRICS EXPANDER
----------------------------------------------- */
.lyrics-box {
	position: relative;
	padding: 18px;
	border: 1px solid var(--hs-line);
	border-radius: 16px;
	background: linear-gradient(180deg, var(--hs-panel), #fcf4e8);
}

.lyrics-box .ftext {
	position: relative;
	max-height: 220px;
	overflow: hidden;
	color: var(--hs-ink);
	line-height: 1.75;
	transition: max-height .28s ease;
}

.lyrics-box:not(.is-expanded) .ftext:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 72px;
	background: linear-gradient(180deg, rgba(255,250,242,0), #fcf4e8 82%);
	pointer-events: none;
}

.lyrics-box.is-expanded .ftext {
	max-height: none;
	overflow: visible;
}

.lyrics-box.is-expanded .ftext:after {
	display: none;
}

.lyrics-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	height: 42px;
	margin-top: 16px;
	padding: 0 18px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--hs-deep-2), var(--hs-mint));
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 42px;
	text-transform: none;
	box-shadow: 0 12px 24px rgba(36,49,47,0.14);
}

.lyrics-toggle:hover {
	background: linear-gradient(135deg, var(--hs-accent), var(--hs-accent-2));
	color: #fff;
}

@media screen and (max-width: 590px) {
	.lyrics-box {
		padding: 14px;
		border-radius: 14px;
	}
	.lyrics-box .ftext {
		max-height: 240px;
	}
	.lyrics-toggle {
		width: 100%;
	}
}

/* FULL TRACK META
----------------------------------------------- */
.full .track-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	min-width: 260px;
	margin: 0 20px;
	font-size: 13px;
}

.full .track-meta-item {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	grid-template-areas:
		"icon label"
		"icon value";
	column-gap: 10px;
	align-items: center;
	min-height: 62px;
	padding: 11px 12px;
	border: 1px solid rgba(221,211,195,0.85);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255,250,242,0.95), rgba(244,234,219,0.78));
	box-shadow: 0 10px 22px rgba(36,49,47,0.07);
}

.full .track-meta-item:nth-child(2n+1) {
	background: linear-gradient(180deg, rgba(255,250,242,0.95), rgba(244,234,219,0.78));
}

.full .track-meta-icon {
	grid-area: icon;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--hs-deep-2), var(--hs-mint));
	color: #fff;
	font-size: 15px;
}

.full .track-meta-label {
	grid-area: label;
	width: auto;
	padding: 0;
	color: var(--hs-muted);
	font-size: 12px;
	line-height: 1.15;
}

.full .track-meta-value {
	grid-area: value;
	padding: 0;
	color: var(--hs-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.full .track-meta-item:first-child {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, rgba(36,102,90,0.1), rgba(221,166,66,0.16));
}

.full .track-meta-item:first-child .track-meta-icon {
	background: linear-gradient(135deg, var(--hs-gold), var(--hs-accent));
	color: #fff;
}

@media screen and (max-width: 950px) {
	.full .track-meta {
		margin-right: 0;
	}
}

@media screen and (max-width: 760px) {
	.full .track-meta {
		width: 100%;
		min-width: 100%;
		margin: 16px 0 0;
	}
}

@media screen and (max-width: 470px) {
	.full .track-meta {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.full .track-meta-item {
		min-height: 58px;
	}
}

/* FULL TRACK META CLEAN FIX
----------------------------------------------- */
.full .track-meta {
	display: block !important;
	width: auto;
	min-width: 0 !important;
	max-width: 360px;
	margin: 0 20px !important;
	padding: 8px 0;
	border: 1px solid var(--hs-line);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255,250,242,0.96), rgba(244,234,219,0.7));
	box-shadow: 0 12px 26px rgba(36,49,47,0.08);
	font-size: 13px;
}

.full .track-meta-item,
.full .track-meta-item:first-child {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 0 !important;
	padding: 10px 14px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.full .track-meta-item + .track-meta-item {
	border-top: 1px solid rgba(221,211,195,0.72) !important;
}

.full .track-meta-icon {
	display: none !important;
}

.full .track-meta-label {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 !important;
	color: var(--hs-muted);
	font-size: 13px;
	line-height: 1.3;
	white-space: normal;
	overflow-wrap: anywhere;
}

.full .track-meta-value {
	display: block;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 55%;
	padding: 0 !important;
	color: var(--hs-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: right;
	white-space: normal;
	overflow-wrap: anywhere;
}

@media screen and (max-width: 950px) {
	.full .track-meta {
		max-width: none;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 760px) {
	.full .track-meta {
		width: 100%;
		margin: 16px 0 0 !important;
	}
}

@media screen and (max-width: 420px) {
	.full .track-meta-item,
	.full .track-meta-item:first-child {
		gap: 10px;
		padding: 9px 12px !important;
	}
	.full .track-meta-label,
	.full .track-meta-value {
		font-size: 12px;
	}
}

/* MOBILE FULL TRACK LAYOUT FIX
----------------------------------------------- */
.full .fcols {
	display: grid !important;
	grid-template-columns: 150px minmax(0, 1fr) 280px;
	gap: 18px;
	align-items: start;
	margin-bottom: 22px;
}

.full .fimg {
	width: 150px;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}

.full .track-meta {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	align-self: start;
}

.full .fmeta {
	width: 100%;
	align-self: start;
}

@media screen and (max-width: 980px) {
	.full .fcols {
		grid-template-columns: 120px minmax(0, 1fr);
	}
	.full .fmeta {
		grid-column: 1 / -1;
	}
	.full .fimg {
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 640px) {
	.full .fcols {
		display: block !important;
	}
	.full .fimg {
		display: block;
		width: min(180px, 62vw);
		height: min(180px, 62vw);
		margin: 0 auto 14px;
		border-radius: 14px;
	}
	.full .track-meta {
		margin: 0 0 14px !important;
	}
	.full .fmeta {
		margin: 0 !important;
		padding: 10px;
		border-radius: 14px;
	}
}

