/* BASIC LAYOUT
----------------------------------------------- */
.mpz-page {min-width: 320px; position: relative; padding: 30px; padding-bottom: 0; overflow: hidden;}
.mpz-page::before {content: ''; width: 160vh; height: 160vh; border-radius: 50%; position: fixed; top: 50%; left: 50%; transform: translateY(-50%);}
.mpz-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.mpz-layout {background-color: var(--bg-color); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-radius: 16px; overflow: hidden;}
.mpz-header {background: #fff; padding-left: 280px; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.05);}
.mpz-header__inner {padding: 20px var(--main-indent); position: relative; z-index: 10;}
.mpz-header::before {content: ''; width: 280px; height: 100%; background-color: var(--bg-color-second); 
	position: absolute; left: 0; top: 0;}
.mpz-popular {padding: 20px 100px; background: #222 url(../images/bg-hero.jpg) center center / 100% auto no-repeat;}
.mpz-content {min-height: 100vh;}
.mpz-sidebar {width: 280px; text-shadow: none; 
	padding: var(--main-indent); background-color: var(--bg-color-second);}
.mpz-main {padding: var(--main-indent);}
.mpz-footer {padding: var(--main-indent); color: var(--fourth-text-color);}

#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: #fff; color: #999; cursor: pointer; font-size: 2.4rem; 
	border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}


/* HEADER, NAV
----------------------------------------------- */
.mpz-logo {display: inline-block; font-size: 3.3rem; position: relative; text-shadow: none;
	color: #fff !important; line-height: 50px; padding-left: 50px; font-weight: 900;
	background: url(../images/logo.svg) 0 0 / 40px no-repeat; position: absolute; left: -240px; top: 15px;}
.mpz-logo span {color: var(--primary-color);}
.mpz-header__tagline {font-size: 1.3rem; color: var(--secondary-text-color); opacity: 0.8;}

.mpz-header__search {position:relative; margin: 0 20px 0 60px;}
.mpz-header__search input, .mpz-header__search input:focus {padding: 0 50px 0 20px; border-radius: 20px; 
	background-color: #f8f8f8; color: #333; box-shadow: none;}
.mpz-header__search input:not(:focus)::placeholder {color: var(--primary-text-color); opacity: 0.6; font-size: 1.5rem;} 
.mpz-header__search button {position:absolute; right:0px; top:1px; z-index:10; width: 60px; cursor: pointer; 
	background: none; color: var(--primary-text-color); line-height: 40px; text-align: center; font-size: 1.6rem;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.mpz-footer__menu a {display: block; margin: 0 20px 0 0; color: var(--third-text-color);}
.mpz-footer__copyright {margin-top: 8px;}
.mpz-footer__copyright span {color: var(--third-color); border-bottom: 1px dotted var(--third-color);}
.mpz-footer__logo {font-size: 2.2rem; background-size: 30px; padding-left: 40px; position: static;
	margin-right: 40px; background-position: 0 7px;}

.mpz-pagination {text-align: center; font-weight: 600; font-size: 1.6rem; padding: 30px 0 20px;}
.mpz-pagination a, .mpz-pagination span {display: inline-block; margin: 10px 5px 0 5px; line-height: 60px; border-radius: 16px; 
	padding: 0 10px; min-width: 60px; background-color: #fff;}
.mpz-pagination span:not(.nav_ext) {background-color: var(--primary-color); color: #fff; 
	font-weight: 700; font-size: 1.8rem;}


/* SECTION
----------------------------------------------- */
.mpz-section:not(:last-child) {margin-bottom: 40px;}
.mpz-section__head {margin-bottom: 20px;}
.mpz-section__title {font-size: 2.4rem; font-weight: 700;}
.mpz-section__subtitle {font-size: 1.6rem; text-transform: uppercase; font-weight: 700; color: var(--secondary-text-color);}
.mpz-section__items {margin: 0 -10px -20px -10px;}
.mpz-section__title span, .mpz-section__subtitle span {color: var(--primary-color);}
.mpz-section__link {font-size: 1.2rem; font-weight: 700; color: var(--secondary-text-color); 
	height: 30px; line-height: 30px; border-radius: 15px; padding: 0 10px; margin-left: 10px; 
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); text-transform: uppercase; display: inline-block;}
.mpz-section__link:hover {background-color: var(--primary-color); color: #fff;}
.mpz-section--top {width: 352px; margin-left: 20px;}
.mpz-section--artists .mpz-section__content {background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.06); padding-right: 20px;}
.mpz-section--top, .mpz-section--new {margin-bottom: 30px !important;}
.mpz-section--top .mpz-section__content, .mpz-section--new .mpz-section__content {box-shadow: 0 5px 15px rgba(0,0,0,0.06); 
	overflow: hidden; background-color: #fff; margin-left: 0; margin-right: 0;}
.mpz-seo-box {margin-top: 40px; text-shadow: 0 1px 1px rgba(255,255,255,0.5);}


/* ITEM
----------------------------------------------- */
.mpz-card {padding: 0 10px; margin-bottom: 20px; text-shadow: 0 1px 1px rgba(255,255,255,0.5);}
.mpz-card__title {font-size: 1.6rem; line-height: 1.3; font-weight: 600; color: var(--primary-text-color);}
.mpz-card__subtitle {color: var(--secondary-text-color); font-size: 1.4rem; font-weight: 300; margin-top: 1px;}
.mpz-card__meta {color: var(--primary-color); margin-bottom: 1px; font-size: 1.1rem; text-transform: uppercase;}
.mpz-card__play {cursor: pointer; width: 40px; height: 40px; border-radius: 50%; text-shadow: none;
	background-color: var(--secondary-color); color: rgba(0,0,0,0.5); font-size: 1.2rem; padding-left: 3px;}
.mpz-card__play:hover {background-color: var(--primary-color); color: #fff;}


/* COLLECTION, ARTIST
----------------------------------------------- */
.mpz-collection-item {width: 20%;}
.mpz-collection-item__img {padding-top: 100%; margin-bottom: 15px; border-radius: 16px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.mpz-collection-item__description {padding: 0 10px;}
.mpz-artist-item {width: 25%;}
.mpz-artist-item__inner {background-color: #fff; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.mpz-artist-item__img {border-radius: 6px; width: 70px; height: 70px; margin-right: 18px;}
.mpz-section--artists .mpz-artist-item {padding: 0; margin: 0;}
.mpz-section--artists .mpz-artist-item__inner {box-shadow: none; padding-right: 0;}

.mpz-card:hover .mpz-collection-item__img, .mpz-card:hover .mpz-artist-item__img, .mpz-card:hover .mpz-soon-item__img, 
.mpz-card__body:hover + .mpz-top-item__img, .mpz-card__body:hover + .mpz-short-item__img 
{box-shadow: 0 16px 35px rgba(15,23,42,0.18); transform: translateY(-10px);}


/* TOP, TRACK
----------------------------------------------- */
.mpz-top-item {width: 50%; margin-bottom: 5px;}
.mpz-top-item__inner {padding: 15px; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.mpz-top-item__img {width: 40px; height: 40px; border-radius: 6px;}
.mpz-top-item__description {display: block; padding: 0 10px; height: 40px;}
.mpz-section--top .mpz-top-item {width: 100%; margin: 0; padding: 0; box-shadow: none;}
.mpz-section--top .mpz-top-item:not(:last-child) {border-bottom: 1px solid #f2f2f2;}
.mpz-section--top .mpz-top-item__inner {box-shadow: none;}

.mpz-short-item {width: 50%; margin-bottom: 5px;}
.mpz-short-item__inner {padding: 15px; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.mpz-short-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 5px;}
.mpz-short-item__description {padding-left: 10px;}
.mpz-short-item__description > * {margin: 0; width: 40%; padding-right: 20px; font-size: inherit;}
.mpz-short-item__description > *:last-child {width: 20%; font-size: 0.8em; text-align: center;}
.mpz-section--new .mpz-short-item {margin: 0; width: 100%; padding: 0; box-shadow: none;}
.mpz-section--new .mpz-short-item:not(:last-child) {border-bottom: 1px solid #f2f2f2;}
.mpz-section--new .mpz-short-item__inner {box-shadow: none;}

.mpz-js-track-played .mpz-card__play {background-color: var(--primary-color); color: #fff;}


/* SIDEBAR
----------------------------------------------- */
.mpz-nav {}
.mpz-nav > li > a {display: block; padding-left: 40px; color: var(--third-text-color);;}
.mpz-nav > li {position: relative; margin-bottom: 20px;}
.mpz-nav > li > .mpz-ico {position: absolute; left: 0; top: 0px; 
	color: var(--third-color); font-size: 1.8rem; pointer-events: none;}
.mpz-nav > li > a:hover, .mpz-nav > li:hover > a {color: var(--primary-color);}
.mpz-nav__submenu > a:after {content:'›'; font-weight: 700; transition: all .2s; display: inline-block; margin-left: 12px; position: relative; top: 0;}
.mpz-nav__drop {background-color: #fff; box-shadow: 0 18px 45px rgba(15,23,42,0.16); z-index: 100;
	position: absolute; left: 90%; top: 0%; width: 320px; border-radius: 10px;
	visibility: hidden; opacity: 0; transform: translateY(30px); padding: 20px; padding-bottom: 5px;}
.mpz-nav__drop li {width: 50%; margin-bottom: 15px;}
.mpz-nav__drop li a {display: block; font-weight: 300; font-size: 1.5rem; text-shadow: none;}
.mpz-nav > li:hover .mpz-nav__drop {visibility: visible; opacity: 1; transform: translateY(0px);}
.mpz-nav--plain > li > a {padding-left: 0;}

.mpz-soon-item {padding: 0; margin: 0; line-height: 1.4;}
.mpz-soon-item:not(:last-child) {margin-bottom: 26px;}
.mpz-soon-item__img {width: 50px; height: 50px; margin-right: 20px; border-radius: 50%;}

.mpz-sidebar .mpz-section__subtitle, .mpz-sidebar .mpz-card__subtitle {color: var(--fourth-text-color);}
.mpz-sidebar .mpz-card__title {color: var(--third-text-color);}


/* PLAYER
----------------------------------------------- */
.mpz-player {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 990; padding: 10px;} 
.mpz-audioplayer {background: var(--bg-color-second); color: #fff; position: relative;
	box-shadow: 0 -15px 30px rgba(0,0,0,0.2); border-radius: 10px;}
.mpz-audioplayer {max-width: 1240px; margin: 0 auto; height: 66px; padding: 16px 40px 10px 40px;}
.mpz-audioplayer audio {display: none;}
.mpz-audioplayer-bar {position: absolute; left: 0px; right: 0px; top: 0px; height: 6px; 
	background-color: var(--primary-color); overflow: hidden; border-radius: 10px 10px 0 0;}
.mpz-audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.1); border-radius: 10px 10px 0 0;}
.mpz-audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 0; background-color: #fff;}
.mpz-audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.mpz-audioplayer-volume-button a {color: #fff; opacity: 0.7; display: block; height: 30px; line-height: 30px; text-align: center;}
.mpz-audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: var(--bg-color-second); box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.mpz-audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: var(--primary-color); overflow: hidden;}
.mpz-audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #fff; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.mpz-audioplayer-volume:hover .mpz-audioplayer-volume-adjust {display: block;}
.mpz-ap-dl {font-size: 24px; color: #fff; margin-left: 20px; opacity: 0.7;}
.mpz-ap-time {font-size: 12px; opacity: 0.7; margin-left: 20px;}
.mpz-audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.mpz-ap-desc {width: 300px; height: 40px;}
.mpz-ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 10px; overflow: hidden;}
.mpz-ap-artist {margin-top: 0px; opacity: 0.7;}
.mpz-ap-title {font-weight: 600;}
.mpz-ap-btns {position: absolute; left: 50%; transform: translate(-50%,-50%);}
.mpz-audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; display: block; position: relative; margin: 0 10px; 
background-color: var(--primary-color); color: #fff;}
.mpz-ap-prev, .mpz-ap-next {cursor: pointer; color: #fff; background-color: var(--primary-color); font-size: 18px; 
width: 30px; height: 30px; text-align: center; border-radius: 50%; font-size: 10px;}
.mpz-audioplayer-volume-button a:hover, .mpz-ap-dl:hover {opacity: 1; color: #fff;}
.mpz-audioplayer-stopped .mpz-audioplayer-playpause a {padding-left: 3px;}
.mpz-audioplayer-playpause a:hover, .mpz-ap-prev:hover, .mpz-ap-next:hover {background-color: var(--secondary-color); color: #000;}
.mpz-ap-title, .mpz-ap-artist {max-width: 215px;}


/* INNER PAGE
----------------------------------------------- */
.mpz-inner-page__category {font-size: 1.4rem; margin-top: 10px;}
.mpz-inner-page__category span {font-weight: 600; margin-right: 5px;}
.mpz-inner-page__category a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color);}
.mpz-inner-page__category a:hover {border-bottom-color: transparent;}
.mpz-inner-page__category .mpz-ico {color: var(--secondary-color); margin-right: 8px;}
h1 a {margin-left: 10px; color: var(--primary-color-darker);}
.mpz-inner-page__columns {background-color: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.mpz-inner-page__left-column {width: 200px; margin-right: 20px;}
.mpz-inner-page__poster {border-radius: 10px; width: 200px; height: 200px;}

.mpz-inner-page__info {margin-bottom: 10px; font-size: 1.5rem;}
.mpz-inner-page__info li {display: flex; justify-content: space-between; position: relative; width: 46%; margin-bottom: 6px;}
.mpz-inner-page__info li > span:first-child::after {content: ''; border-top: 1px dashed #ccc; 
	height: 1px; display: block; margin: 0 10px; position: relative; top: 1px; flex: 1 1 0;}
.mpz-inner-page__info li span {display: inline-block; padding: 4px 0;}
.mpz-inner-page__info li > span:first-child {color: var(--secondary-text-color); 
	flex: 1 1 0; max-width: 100%; min-width: 50px; display: flex; align-items: center;}
.mpz-inner-page__info a {color: var(--primary-color); text-decoration: underline;}

.mpz-inner-page__dl {height: 40px; line-height: 40px; border-radius: 20px; padding: 0 20px; 
	background-color: var(--primary-color); color: #fff !important; display: block;}
.mpz-inner-page__meta a {display: block;}
.mpz-inner-page__fav {background-color: #fff; margin: 0 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.06);
	width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; 
	font-size: 1.6rem; color: var(--primary-color); cursor: pointer;}
.mpz-inner-page__fav:hover {background-color: var(--primary-color); color: #fff;}
.mpz-inner-page__fav.is-active {color: #d63031;}

.mpz-inner-page__ctrl {width: 100%;}
.mpz-inner-page__play {cursor: pointer; height: 60px; padding: 8px 15px 8px 10px; box-shadow: inset 0 0 0 2px var(--primary-color);
	font-weight: 600; font-size: 1.5rem; position: relative; border-radius: 10px; max-width: 60%;}
.mpz-inner-page__play-desc .mpz-truncate {font-weight: 400; font-size: 1.4rem; font-weight: 300;}
.mpz-inner-page__play .mpz-card__play {margin: 0 10px 0 0; border-radius: 10px;}
.mpz-inner-page__play:hover {background-color: var(--primary-color); color: #fff;}

.mpz-inner-page__rating {font-size: 1.3rem;}
.mpz-inner-page__rating a {display: block; height: 40px; line-height: 40px; border-radius: 20px; padding: 0 20px; 
	background-color: #6ab04c; color: #fff; margin-left: 10px; font-weight: 400;}
.mpz-inner-page__rating a div {margin-right: 10px; height: 30px; line-height: 30px; 
	display: inline-block; vertical-align: top; padding-top: 3px;}
.mpz-inner-page__rating a + a {background-color: #eb4d4b;}
.mpz-inner-page__rating a img {display: inline-block; width: 25px; height: 25px; position: relative; top: 3px;}
.mpz-inner-page__rating a + a img {transform: scale(-1,-1); top: 5px;}
.mpz-inner-page__rating a:hover {opacity: 0.6;}

.mpz-inner-page__caption {line-height: 1.6; margin-top: 15px; color: var(--secondary-text-color); font-size: 1.4rem;}
.mpz-slice {overflow:hidden; position:relative; transition:height .2s;}
.mpz-slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
	background:linear-gradient(to bottom, transparent 0%, #f2f6f8 100%);}
.mpz-slice-btn {margin:10px 0 0 0;}
.mpz-slice-btn span {display:inline-block; cursor:pointer; text-decoration:underline; color:var(--primary-color);}

.mpz-inner-page--artist .mpz-inner-page__left-column {width: 260px;}
.mpz-inner-page--artist .mpz-inner-page__poster {height: 170px; width: 260px;}
.mpz-inner-page__left-column .mpz-inner-page__rating {position: relative; left: -10px; margin-top: 20px; flex-wrap: nowrap;}
.mpz-inner-page__right-column .mpz-slice-masked:before {background:linear-gradient(to bottom, transparent 0%, #fff 100%);}
.mpz-inner-page--collection .mpz-inner-page__left-column {width: 100%; margin: 0;}
.mpz-inner-page--collection .mpz-inner-page__poster {width: 100%; height: 240px;}
.mpz-inner-page--collection .mpz-inner-page__rating {position: absolute; z-index: 10; left: 10px; bottom: 20px;}
.mpz-inner-page__quantity {position: absolute; z-index: 10; right: 20px; bottom: 20px; 
	height: 40px; line-height: 40px; border-radius: 20px; padding: 0 20px; 
	background-color: rgba(0,0,0,0.6); color: #fff;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.mpz-text {line-height: 1.7; font-size: 1.6rem; font-weight: 300; word-wrap: break-word;}
.mpz-text a {text-decoration: underline; color: var(--primary-color);}
.mpz-text img:not(.emoji), .mpz-text p, .mpz-text h1, .mpz-text h2, .mpz-text h3, .mpz-text h4, .mpz-text h5, 
.mpz-text > ul, .mpz-text > ol, .mpz-text table {margin-bottom: 20px;}
.mpz-text > img[style*="left"], .mpz-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.mpz-text > img[style*="right"], .mpz-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.mpz-text > ul li {list-style:disc; margin-left:40px;}
.mpz-text > ol li {list-style:decimal; margin-left:40px;}
.mpz-text table, .mpz-video-inside > * {width:100%;}
.mpz-text table tr td {padding:10px; border:2px solid #fff;}
.mpz-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.mpz-text table tr:nth-child(1) {background-color:#cee0ed;}
.mpz-text table img:not(.emoji) {margin:0; max-width:350px}
.mpz-text > *:last-child {margin-bottom: 0;}
.mpz-video-responsive {padding-top: 54%; position: relative;}
.mpz-video-responsive > iframe, .mpz-video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.mpz-inner-page__title {margin-bottom: 20px;}
.mpz-text h1, .mpz-text h2, .mpz-text h3, .mpz-text h4, .mpz-text h5 {font-size: 2rem;}


/* COMMENTS
----------------------------------------------- */
.mpz-add-comments-form-wrapper {background-color: #fff; padding: 20px; border-radius: 10px;box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.mpz-add-comments-form__input {margin-left: 20px;}
.mpz-add-comments-form .mpz-hidden, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 16px 0 20px;}

.mpz-comment-item__title {font-weight: 500; font-size: 2rem; margin-bottom: 20px;}
.mpz-comment-item {margin-top: 40px;}
.mpz-comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.mpz-comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 1.8rem;}
.mpz-comment-item__author {font-weight: 400;}
.mpz-comment-item__date {color: var(--secondary-text-color); margin-top: 2px; font-size: 1.2rem;}
.mpz-comment-item__main {margin: 6px 0 3px 0;}
.mpz-comment-item__rating {margin-left: 20px; height: 30px; line-height: 30px; border-radius: 4px; 
	background-color: #f2f6f9; padding: 0 10px; font-size: 1.2rem; color: #97a9b7;}
.mpz-comment-item__rating a {color: #97a9b7;}
.mpz-comment-item__rating > span {margin: 0 5px;}
.mpz-comment-item__rating > span > span.ratingtypeplus, .mpz-comment-item__rating > span > span.ratingplus {color: #06b601;}
.mpz-comment-item__rating > span > span.ratingminus {color: #ff0e0e;}
.mpz-comment-item__reply a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color); font-size: 1.4rem;}
.mpz-comment-item__controls {text-align: right; font-size: 1.2rem;}
.mpz-comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 20px; line-height: 20px;}
.mpz-comment-item__controls a:not(:hover) {color: var(--secondary-text-color);}


/* LOGIN
----------------------------------------------- */
.mpz-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer;}
.mpz-login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: #fff; border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.mpz-login__header {padding: 20px 40px; background-color: #f2f6f9;}
.mpz-login__title {font-size: 2rem; font-weight: 500; padding: 1px 0;}
.mpz-login__close {cursor: pointer; font-size: 2.4rem; opacity: 0.6; margin-left: 20px;}
.mpz-login__title a {border-bottom: 1px dotted #444; margin-left: 10px; font-weight: 400; color: var(--secondary-text-color);}
.mpz-login__content {padding: 20px 40px;}
.mpz-login__row {margin-bottom: 20px; position: relative; display: block; font-size: 1.2rem; color: var(--secondary-text-color);}
.mpz-login__caption {font-size: 1.2rem; color: var(--primary-text-color); margin-bottom: 10px;}
.mpz-login__caption a {text-decoration: underline; margin-left: 6px; color: var(--primary-color);}
.mpz-login__input input {padding-left: 40px;}
.mpz-login__row .mpz-ico {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.mpz-login__row button {width: 100%;}
.mpz-login__social {background-color: #f2f6f9; padding: 20px 40px; text-align: center;}
.mpz-login__social-caption {font-size: 1.2rem; text-transform: uppercase; margin-bottom: 10px;}
.mpz-login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.mpz-login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.mpz-login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.mpz-login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.mpz-login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.mpz-login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: #f2f6f8; box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 1.2rem;}
.mpz-login__menu .mpz-ico {display: block; height: 30px; font-size: 2.4rem; opacity: 0.3;}
 
/* Популярные артисты на главной */
.mpz-section--artists .mpz-section__content {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.mpz-popular-artist {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 14px 16px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(25, 35, 55, .06);
	text-decoration: none;
	color: #222b3a;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
	overflow: hidden;
}

.mpz-popular-artist:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(25, 35, 55, .10);
	background: #fdfdfd;
}

.mpz-popular-artist__letter {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #eef2ff, #f6f7fb);
	color: #3d4658;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
}

.mpz-popular-artist__body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.mpz-popular-artist__name {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: #222b3a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mpz-popular-artist__meta {
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #8a93a3;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.mpz-section--artists .mpz-section__content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.mpz-popular-artist {
		padding: 12px;
		border-radius: 16px;
	}

	.mpz-popular-artist__letter {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
		font-size: 18px;
	}

	.mpz-popular-artist__name {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.mpz-section--artists .mpz-section__content {
		grid-template-columns: 1fr;
	}

	.mpz-popular-artist {
		gap: 10px;
	}
}
/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.mpz-mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto; background-color: #f3f3f3;
	padding: 15px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-color-second); color: var(--third-text-color);}
.mpz-mobile-menu.mpz-is-active {left: 0;}
.mpz-mobile-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 1.8rem; opacity: 0;
	background-color: var(--primary-color); color: #fff; transition: top .4s, opacity .4s;}
.mpz-mobile-close.mpz-is-active {top: 0px; opacity: 1;}
body.mpz-mobile-opened {overflow: hidden; width: 100%; height: 100%;}
.mpz-mobile-menu .mpz-nav__drop {width: 100%; width: calc(100% + 40px); margin: 20px -20px 10px -20px; box-shadow: none;
border-radius: 0; position: static; visibility: visible; transform: none; opacity: 1; padding: 20px 10px 1px 10px;}
.mpz-mobile-menu .mpz-nav__drop li {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: auto; white-space: nowrap; margin: 0 10px 20px 10px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.mpz-page {padding: 0;}
	.mpz-container {max-width:1000px; border-radius: 0;}
	.mpz-header {padding: 0; background-color: var(--bg-color-second);}
	.mpz-main, .mpz-footer, .mpz-header__inner {padding-left: 20px; padding-right: 20px;}
	.mpz-sidebar, .mpz-header__tagline, .mpz-header::before, .mpz-page::before {display: none;}
	.mpz-header__logo {position: static;}
	.mpz-header__search {margin: 0 0 0 20px;}
	.mpz-header__menu-btn {display: block; cursor: pointer; font-size: 3rem; margin-left: 20px; 
		height: 40px; line-height: 40px; color: #fff;}
	.mpz-header__login {margin-left: 20px; width: 40px; height: 40px; line-height: 40px; font-size: 0; padding: 0;}
	.mpz-header__login .mpz-ico {margin: 0; line-height: 40px; font-size: 1.8rem;}
	.mpz-footer {display: block; text-align: center;}
	.mpz-footer__logo {margin-right: 0;}
	.mpz-footer__menu, .mpz-footer__counter {justify-content: center; margin-top: 15px;}
}

@media screen and (max-width: 950px) {
	.mpz-container {max-width:768px;}
	.mpz-section--new, .mpz-section--top {width: 100%; margin-left: 0;}
	.mpz-section--new {margin-bottom: 60px !important;}
	.mpz-artist-item {width: 50%;}
	.mpz-short-item, .mpz-top-item {width: 100%;}

	.mpz-inner-page__play {max-width: 50%;}
}

@media screen and (max-width: 760px) {
	.mpz-page {overflow: hidden;}
	.mpz-container {max-width:640px;}
	.mpz-header__search {min-width: 100%; order: 10; margin: 0; margin-top: 20px;}
	.mpz-header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.mpz-collection-item {width: 33.33%;}
	.mpz-ap-desc {position: absolute; left: 0; right: 0; bottom: 100%; z-index: 5; min-width: 100%; padding: 10px; 
	background-color: var(--primary-color); box-shadow: 0 0 30px rgba(0,0,0,0.1); visibility: hidden; height: auto;}
	.mpz-ap-mob-btn {display: block; cursor: pointer; font-size: 28px; color: #fff;}
	.mpz-ap-time {-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; justify-content: flex-end;}
	.mpz-ap-desc.mpz-is-active {visibility: visible;}
	.mpz-audioplayer-volume {display: none;}
	.mpz-ap-btns {left: 70px; transform: translate(0,-50%);}
	.mpz-player {padding: 0px;} 
	.mpz-audioplayer, .mpz-audioplayer-bar {border-radius: 0;}
	.mpz-audioplayer {padding: 16px 20px 10px 20px;}

	.mpz-inner-page__category {display: none;}
	.mpz-inner-page__header .mpz-grow {min-width: 100%; text-align: center; padding-bottom: 20px;}
	.mpz-inner-page__meta {margin-top: 15px;display: flex;justify-content: center;align-items: center;}
	.mpz-inner-page__fav {background-color: #2196F3;color: var(--bg-color);}
	.mpz-inner-page__columns {display: block;}
	.mpz-inner-page__left-column {margin: 0 auto 20px auto;}
	.mpz-inner-page__info li {width: 100%;}
	.mpz-inner-page__play {max-width: 100%; width: 100%; margin-bottom: 20px;}
	.mpz-inner-page__rating {margin: auto; position: relative; left: -5px;}
	.mpz-inner-page--artist .mpz-inner-page__meta, .mpz-inner-page--collection .mpz-inner-page__meta, .mpz-inner-page__quantity {display: none;}
	.mpz-inner-page--collection .mpz-inner-page__poster {height: 180px;}
	
	.mpz-add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.mpz-add-comments-form__btn {width: 100%; order: 10;}
	.mpz-add-comments-form .mpz-form__row--protect .mpz-form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .mpz-comment-item__controls {display: none;}
}

@media screen and (max-width: 590px) {
	.mpz-container {max-width:480px;}
	.mpz-short-item__description > * {width: 100%; padding-right: 20px;}
	.mpz-short-item__description > *:last-child {display: none;}
	
	.mpz-login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.mpz-login__header, .mpz-login__content, .mpz-login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 470px) {
	.mpz-wrapper-container66 {max-width:360px;}
	.mpz-collection-item {width: 50%;}
	.mpz-artist-item {width: 100%;}
	.mpz-section--artists .mpz-section__content {padding: 0;}
	.mpz-section--artists .mpz-artist-item__inner {padding: 20px; border-bottom: 1px solid #f2f2f2;}
	.mpz-section--collections .mpz-collection-item:nth-child(5n) {display: none;}
}


/* MP3Zone source mobile fidelity patch
   Основано на исходном mp3zone.zip: на мобильном поиск уходит второй строкой,
   карточка fullstory становится одноколоночной, постер центрируется, плеер не ломает ширину. */
@media screen and (max-width: 760px) {
	.mpz-header__inner {flex-wrap: wrap;}
	.mpz-header__search {min-width: 100%; width: 100%; order: 10; margin: 20px 0 0 0;}
	.mpz-inner-page__columns {display: block;}
	.mpz-inner-page__left-column {margin: 0 auto 20px auto;}
	.mpz-inner-page__right-column {display: block; min-width: 0;}
	.mpz-inner-page__ctrl {display: block;}
	.mpz-inner-page__play {max-width: 100%; width: 100%; margin-bottom: 20px;}
}
@media screen and (max-width: 590px) {
	.mpz-header__inner {padding-top: 14px; padding-bottom: 14px;}
	.mpz-logo {font-size: 2.4rem; line-height: 40px; background-size: 32px; padding-left: 40px;}
	.mpz-header__logo {max-width: 165px;}
	.mpz-header__login {margin-left: 10px; width: 40px; min-width: 40px; padding: 0; overflow: hidden;}
	.mpz-header__menu-btn {margin-left: 10px; width: 40px; min-width: 40px; text-align: center;}
	.mpz-inner-page__header .mpz-grow {text-align: center;}
	.mpz-inner-page__columns {padding: 18px;}
	.mpz-inner-page__left-column, .mpz-inner-page__poster {width: 180px;}
	.mpz-inner-page__poster {height: 180px;}
}
@media screen and (max-width: 380px) {
	.mpz-main, .mpz-footer, .mpz-header__inner {padding-left: 14px; padding-right: 14px;}
	.mpz-logo {font-size: 2.1rem; max-width: 150px;}
	.mpz-inner-page__columns {padding: 15px;}
	.mpz-inner-page__left-column, .mpz-inner-page__poster {width: 160px;}
	.mpz-inner-page__poster {height: 160px;}
}


/* MP3Zone SEO term pages: artists, genres, collections */
.mpz-term-hero {background: linear-gradient(135deg, rgba(79,70,229,.09), rgba(20,184,166,.07)); border-radius: 16px; padding: 24px 28px; box-shadow: 0 12px 35px rgba(15,23,42,.04);}
.mpz-term-hero .mpz-section__head {margin-bottom: 0;}
.mpz-term-hero__desc {margin-top: 10px; color: var(--secondary-text-color); font-size: 1.45rem; line-height: 1.55; max-width: 820px;}
.mpz-term-hero__text {margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(79,70,229,.10); color: var(--secondary-text-color);}
.mpz-term-grid {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;}
.mpz-term-card {display: flex; align-items: center; gap: 14px; min-width: 0; padding: 16px; border-radius: 14px; background: #fff; color: var(--primary-text-color); box-shadow: 0 10px 28px rgba(15,23,42,.05); transition: transform .18s ease, box-shadow .18s ease;}
.mpz-term-card:hover {transform: translateY(-2px); box-shadow: 0 14px 34px rgba(15,23,42,.08);}
.mpz-term-card__icon {width: 42px; height: 42px; min-width: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--primary-color); background: linear-gradient(135deg, rgba(79,70,229,.11), rgba(20,184,166,.10));}
.mpz-term-card__icon .mpz-ico {width: 22px; height: 22px;}
.mpz-term-card__body {min-width: 0; display: block;}
.mpz-term-card__title {display: block; font-size: 1.55rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mpz-term-card__count {display: block; margin-top: 3px; color: var(--secondary-text-color); font-size: 1.25rem;}
.mpz-empty {width: 100%; padding: 24px; border-radius: 14px; background: #fff; color: var(--secondary-text-color); text-align: center; box-shadow: 0 10px 28px rgba(15,23,42,.04);}
.mpz-inner-page__info a, .mpz-inner-page__category a {color: var(--primary-color); border-bottom: 1px dashed rgba(79,70,229,.45);}
.mpz-inner-page__info a:hover, .mpz-inner-page__category a:hover {border-bottom-color: transparent;}

@media screen and (max-width: 950px) {
	.mpz-term-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media screen and (max-width: 590px) {
	.mpz-term-hero {padding: 20px;}
	.mpz-term-grid {grid-template-columns: 1fr; gap: 10px;}
	.mpz-term-card {padding: 14px;}
}

/* MP3Zone clean service pages: /about/, /dmca/, /faq/ */
.mpz-page-clean {background: #fff; border-radius: 16px; padding: 30px; box-shadow: 0 12px 32px rgba(15,23,42,.05); overflow: hidden; position: relative;}
.mpz-page-clean::after {content: ''; position: absolute; right: -120px; top: -120px; width: 260px; height: 260px; border-radius: 50%; background: linear-gradient(135deg, rgba(79,70,229,.12), rgba(20,184,166,.08)); pointer-events: none;}
.mpz-page-clean__hero {display: flex; align-items: flex-start; gap: 18px; position: relative; z-index: 2;}
.mpz-page-clean__icon {width: 58px; height: 58px; min-width: 58px; border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--gradient); box-shadow: 0 14px 30px rgba(79,70,229,.18);}
.mpz-page-clean__icon .mpz-ico {width: 26px; height: 26px;}
.mpz-page-clean__head {min-width: 0; flex: 1;}
.mpz-page-clean__lead {margin-top: 10px; max-width: 820px; color: var(--secondary-text-color); font-size: 1.55rem; line-height: 1.6;}
.mpz-page-clean__nav {display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 14px; border-radius: 14px; background: linear-gradient(135deg, rgba(79,70,229,.06), rgba(20,184,166,.05)); position: relative; z-index: 2;}
.mpz-page-clean__nav a {display: inline-flex; align-items: center; min-height: 38px; padding: 0 16px; border-radius: 19px; color: var(--primary-text-color); background: #fff; font-weight: 700; box-shadow: 0 8px 22px rgba(15,23,42,.05);}
.mpz-page-clean__nav a:hover {color: #fff; background: var(--primary-color);}
.mpz-page-clean__content {margin-top: 26px; color: var(--primary-text-color); font-size: 1.55rem; line-height: 1.75; position: relative; z-index: 2;}
.mpz-page-clean__content h2 {font-size: 2rem; line-height: 1.25; margin: 28px 0 12px; color: var(--primary-text-color);}
.mpz-page-clean__content p {margin: 0 0 14px;}
.mpz-page-clean__content ul {margin: 14px 0 20px; padding: 0; list-style: none; display: grid; gap: 10px;}
.mpz-page-clean__content li {position: relative; padding-left: 26px; color: var(--secondary-text-color);}
.mpz-page-clean__content li::before {content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--third-color); position: absolute; left: 4px; top: .75em; box-shadow: 0 0 0 4px rgba(20,184,166,.10);}
.mpz-page-clean__content a {color: var(--primary-color); border-bottom: 1px dashed rgba(79,70,229,.45); font-weight: 700;}
.mpz-page-clean__content a:hover {border-bottom-color: transparent;}
.mpz-page-note {margin: 20px 0; padding: 16px 18px; border-radius: 14px; color: var(--secondary-text-color); background: linear-gradient(135deg, rgba(79,70,229,.08), rgba(20,184,166,.07)); border: 1px solid rgba(79,70,229,.08);}

@media screen and (max-width: 760px) {
	.mpz-page-clean {padding: 22px; border-radius: 14px;}
	.mpz-page-clean__hero {gap: 14px;}
	.mpz-page-clean__icon {width: 50px; height: 50px; min-width: 50px; border-radius: 16px;}
	.mpz-page-clean__lead, .mpz-page-clean__content {font-size: 1.45rem;}
}
@media screen and (max-width: 470px) {
	.mpz-page-clean {padding: 18px;}
	.mpz-page-clean__hero {display: block;}
	.mpz-page-clean__icon {margin-bottom: 14px;}
	.mpz-page-clean__nav {display: grid; grid-template-columns: 1fr;}
	.mpz-page-clean__nav a {justify-content: center;}
}
@media screen and (min-width:761px){
	.mpz-inner-page__columns{align-items:stretch;gap:22px;padding:22px 24px}
	.mpz-inner-page__left-column{width:225px;margin-right:0;flex:0 0 225px}
	.mpz-inner-page__poster{width:225px;height:225px;border-radius:12px}
	.mpz-inner-page__right-column{min-width:0;justify-content:flex-start}
	.mpz-inner-page__info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:38px;row-gap:6px;width:100%;margin:20px 0 24px}
	.mpz-inner-page__info li{width:100%;margin:0;font-size:1.55rem}
	.mpz-inner-page__ctrl{display:flex;align-items:center;justify-content:flex-start;gap:14px}
	.mpz-inner-page__play{width:auto;min-width:170px;max-width:none;height:56px;margin:0;padding:8px 18px 8px 10px;border-radius:12px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.65)}
	.mpz-inner-page__play .mpz-card__play{width:40px;height:40px;min-width:44px;margin-right:12px;border-radius:10px;background-color:var(--secondary-color)}
	.mpz-inner-page__dl{min-width:150px;height:46px;font-size: 0.9em;line-height:46px;padding:0 22px;border-radius:23px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#4b4b4b;box-shadow:0 8px 18px rgba(0,0,0,.08);font-weight:600}
	.mpz-inner-page__dl:hover{background-color:var(--primary-color);color:#fff!important}
	.mpz-inner-page__meta{margin:0;display:flex;align-items:center}
	.mpz-inner-page__fav{width:46px;height:46px;min-width:46px;line-height:46px;margin:0;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,.08)}
}

@media screen and (max-width:760px){
	.mpz-inner-page__ctrl{display:flex!important;align-items:center;justify-content:space-between;gap:8px;width:100%}
	.mpz-inner-page__play{flex:1 1 0;width:40px!important;max-width:none!important;height:40px;margin:0!important;padding:6px 10px;border-radius:14px;font-size:1.4rem;white-space:nowrap}
	.mpz-inner-page__play .mpz-card__play{width:32px;height:32px;min-width:32px;margin-right:7px;border-radius:10px}
	.mpz-inner-page__dl{flex:1 1 0;height:44px;line-height:44px;padding:0 10px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:1.4rem;white-space:nowrap}
	.mpz-inner-page__meta{flex:0 0 auto;margin:0!important;display:flex;align-items:center;justify-content:center}
	.mpz-inner-page__meta a{display:flex}
	.mpz-inner-page__fav{width:44px;height:44px;min-width:44px;line-height:44px;margin:0!important;border-radius:14px;display:flex;align-items:center;justify-content:center}
}

@media screen and (max-width:390px){
	.mpz-inner-page__play,.mpz-inner-page__dl{font-size:1.25rem;padding-left:8px;padding-right:8px}
	.mpz-inner-page__play .mpz-card__play{width:30px;height:30px;min-width:30px;margin-right:5px}
}

/* MP3Zone fullstory: collections containing current track */
.mpz-track-collections-box {margin-top: 18px;}
.mpz-track-collections {display: flex; flex-wrap: wrap; gap: 10px;}
.mpz-track-collection {display: inline-flex; align-items: center; gap: 9px; min-height: 42px; max-width: 100%; padding: 8px 14px 8px 10px; border-radius: 14px; background: #fff; color: var(--primary-text-color); box-shadow: 0 10px 28px rgba(15,23,42,.05); border: 1px solid rgba(79,70,229,.08); font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, color .18s ease;}
.mpz-track-collection:hover {transform: translateY(-2px); color: var(--primary-color); box-shadow: 0 14px 34px rgba(15,23,42,.08);}
.mpz-track-collection__icon {width: 28px; height: 28px; min-width: 28px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(79,70,229,.12), rgba(20,184,166,.10)); position: relative;}
.mpz-track-collection__icon::before {content: ''; width: 13px; height: 10px; border-radius: 3px; background: var(--primary-color); box-shadow: 0 -4px 0 -2px rgba(79,70,229,.50); opacity: .9;}
.mpz-track-collection__title {display: block; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.42rem;}
@media screen and (max-width: 760px) {
	.mpz-track-collections-box .mpz-section__head {gap: 12px;}
	.mpz-track-collections {display: grid; grid-template-columns: 1fr; gap: 8px;}
	.mpz-track-collection {min-height: 44px; border-radius: 13px; padding-right: 12px;}
	.mpz-track-collection__title {font-size: 1.35rem;}
}

/* SONG ABOUT
----------------------------------------------- */
.mpz-song-about__body {
	position: relative;
	gap: 16px;
	padding: 22px 24px;
	background: linear-gradient(135deg, #fff 0%, rgba(20,184,166,.035) 100%);
	border: 1px solid rgba(31,41,55,.06);
	border-left: 3px solid var(--secondary-color);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(15,23,42,.05);
}
.mpz-song-about__icon {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(20,184,166,.10);
	color: var(--secondary-color);
	font-size: 1.8rem;
}
.mpz-song-about__icon .mpz-ico {width: 20px; height: 20px;}
.mpz-song-about__text {
	min-width: 0;
	font-size: 1.55rem;
	line-height: 1.68;
	font-weight: 400;
	color: var(--primary-text-color);
}
@media screen and (max-width: 590px) {
	.mpz-song-about__body {gap: 12px; padding: 17px 16px; border-radius: 12px;}
	.mpz-song-about__icon {flex-basis: 36px; width: 36px; height: 36px; border-radius: 10px;}
	.mpz-song-about__icon .mpz-ico {width: 18px; height: 18px;}
	.mpz-song-about__text {font-size: 1.45rem; line-height: 1.62;}
}

