/**
 * Album product page — olive-brown / cream design matching the archive cards.
 */
.mam-album-page {
	--mam-arch-bg: #f5f0e8;
	--mam-arch-cream: #2d2a26;
	--mam-arch-cream-dim: rgba(45, 42, 38, 0.62);
	--mam-arch-line: rgba(45, 42, 38, 0.18);
	--mam-arch-seek-track: rgba(45, 42, 38, 0.22);
	--mam-arch-menu-bg: #e8e2d8;
	--mam-arch-buy-bg: #7C3AED;
	--mam-arch-buy-text: #ffffff;

	width: 100%;
	max-width: 860px;
	margin: 0 auto 32px;
	padding: 26px 14px 0;
	color: var(--mam-arch-cream);
	font-feature-settings: "tnum" 1;
	-webkit-font-smoothing: antialiased;
}

body.mam-album-page-body {
	background: var(--mam-arch-bg, #f5f0e8) !important;
}

body.mam-album-page-body .woocommerce-breadcrumb,
body.mam-album-page-body nav.woocommerce-breadcrumb {
	display: none !important;
}

body.mam-album-page-body main,
body.mam-album-page-body .site-main,
body.mam-album-page-body .content-area,
body.mam-album-page-body .woocommerce,
body.mam-album-page-body .product {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.mam-album-page-body .product {
	padding-top: 0 !important;
}

body.mam-album-page-body .summary,
body.mam-album-page-body div.entry-summary,
.product.mam_album .summary,
.product.mam_album.entry-summary {
	width: 100% !important;
	float: none !important;
	clear: both;
}

body.mam-album-page-body div.summary,
body.mam-album-page-body div.entry-summary,
.product.mam_album div.summary,
.product.mam_album div.entry-summary {
	display: none !important;
}

body.mam-album-page-body .woocommerce-product-gallery,
.product.mam_album .woocommerce-product-gallery {
	display: none !important;
}

/* Hard reset every button inside wrapper */
.mam-album-page button {
	-webkit-appearance: none !important;
	appearance: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: inherit !important;
	cursor: pointer !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	height: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	outline: none !important;
	padding: 0 !important;
	text-align: inherit !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: none !important;
	width: auto !important;
}

.mam-album-page button:hover,
.mam-album-page button:focus,
.mam-album-page button:active,
.mam-album-page a:focus,
.mam-album-page a:hover {
	outline: none !important;
	box-shadow: none !important;
}

/* ---------------------------------------------------------------------
 *  HERO
 * ------------------------------------------------------------------- */
.mam-album-header {
	display: flex;
	gap: 42px;
	align-items: flex-start;
	margin-bottom: 34px;
	flex-wrap: nowrap;
}

.mam-album-cover {
	position: relative;
	width: 304px;
	flex-shrink: 0;
}

.mam-album-cover img {
	width: 304px;
	height: auto;
	aspect-ratio: 1 / 0.77;
	object-fit: cover;
	border-radius: 0;
	box-shadow: none;
	display: block;
}

.mam-album-meta {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 260px;
	flex: 1;
	padding-top: 12px;
}

.mam-album-kicker {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--mam-arch-cream-dim);
	margin-bottom: 14px;
}

.mam-album-title {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 12px;
	line-height: 1.05;
	color: var(--mam-arch-cream);
}

.mam-artist-name {
	font-size: 16px;
	font-weight: 600;
	color: var(--mam-arch-cream);
	margin-bottom: 16px;
}

.mam-album-subinfo {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}

.mam-meta-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: var(--mam-arch-cream-dim);
	font-weight: 400;
}

.mam-meta-icon {
	font-size: 15px;
	line-height: 1;
}

.mam-meta-pill.mam-genre {
	text-transform: capitalize;
	background: rgba(45, 42, 38, 0.06);
	border-radius: 999px;
	padding: 3px 12px;
	color: var(--mam-arch-cream);
}

.mam-album-description {
	font-size: 16px;
	line-height: 1.7;
	color: var(--mam-arch-cream-dim);
	max-width: 360px;
	margin-bottom: 18px;
}

.mam-album-description p {
	margin: 0 0 6px;
}

.mam-album-description p:last-child {
	margin-bottom: 0;
}

.mam-album-price {
	font-size: 24px;
	font-weight: 800;
	color: var(--mam-arch-cream);
	margin-bottom: 18px;
	line-height: 1;
}

.mam-album-price .woocommerce-Price-amount,
.mam-album-price .woocommerce-Price-currencySymbol {
	color: inherit;
}

.mam-album-price-empty {
	font-size: 15px;
	font-weight: 700;
	color: var(--mam-arch-cream-dim);
}

.mam-album-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.mam-album-actions .mam-share-buttons,
.mam-album-actions .mam-embed-code-box {
	display: none !important;
}

/* Buy Album — outline cream, matching archive "Get Album" */
.mam-buy-album-btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 160px !important;
	height: 44px !important;
	border-radius: 3px !important;
	padding: 0 22px !important;
	font-weight: 400 !important;
	font-size: 15.5px !important;
	background: transparent !important;
	border: 1px solid var(--mam-arch-cream) !important;
	color: var(--mam-arch-cream) !important;
	cursor: pointer;
	transition: background-color 0.15s ease !important;
	letter-spacing: 0.2px;
}

.mam-buy-album-btn:hover {
	background: rgba(45, 42, 38, 0.07) !important;
}

.mam-buy-album-btn:active {
	transform: translateY(0);
}

.mam-buy-album-btn:disabled {
	opacity: 0.5;
	cursor: default;
	transform: none !important;
}

.mam-buy-album-btn-disabled,
.mam-buy-album-btn-disabled:hover {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	transform: none !important;
}

.mam-buy-album-icon {
	font-size: 18px;
	line-height: 1;
}

/* Circular icon buttons: Play / Favorite — outline cream */
.mam-icon-circle-btn {
	width: 44px !important;
	height: 44px !important;
	border-radius: 50% !important;
	border: 1px solid var(--mam-arch-cream) !important;
	background: transparent !important;
	color: var(--mam-arch-cream) !important;
	font-size: 16px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: background-color 0.15s ease, opacity 0.15s ease !important;
}

.mam-icon-circle-btn:hover {
	background: rgba(45, 42, 38, 0.07) !important;
	opacity: 0.85;
}

.mam-album-favorite-btn.is-favorite {
	color: #e0245e !important;
	border-color: rgba(224, 36, 94, 0.5) !important;
}

/* ---------------------------------------------------------------------
 *  INLINE PLAYER (now-playing + seek + controls)
 * ------------------------------------------------------------------- */
.mam-sp-nowplaying {
	text-align: center;
	margin: 0 0 20px;
}

.mam-sp-np-title,
.mam-sp-np-byline {
	font-size: 17px;
	font-weight: 400;
	color: var(--mam-arch-cream);
	line-height: 1.55;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mam-sp-seek-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
}

.mam-sp-time {
	font-size: 15px;
	color: var(--mam-arch-cream);
	font-variant-numeric: tabular-nums;
	flex-shrink: 0;
}

.mam-sp-seek {
	-webkit-appearance: none;
	appearance: none;
	flex: 1;
	min-width: 0;
	height: 5px;
	border-radius: 3px;
	background: linear-gradient(
		to right,
		var(--mam-arch-cream) 0%,
		var(--mam-arch-cream) 0%,
		var(--mam-arch-seek-track) 0%
	);
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
}

.mam-sp-seek::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--mam-arch-cream);
	border: 0;
	box-shadow: none;
	cursor: pointer;
	margin-top: 0;
}

.mam-sp-seek::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--mam-arch-cream);
	border: 0;
	cursor: pointer;
}

.mam-sp-seek::-moz-range-track {
	height: 5px;
	border-radius: 3px;
	background: transparent;
}

.mam-sp-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0 0 28px;
}

.mam-sp-ctrl {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 50% !important;
	color: var(--mam-arch-cream) !important;
	padding: 0 !important;
	cursor: pointer !important;
	outline: none !important;
	box-shadow: none !important;
	transition: opacity 0.15s ease !important;
	width: auto !important;
	height: auto !important;
}

.mam-sp-ctrl:hover {
	opacity: 0.8;
}

.mam-sp-ctrl svg {
	display: block;
	width: 20px;
	height: 20px;
}

.mam-sp-circle {
	width: 38px !important;
	height: 38px !important;
	border: 1px solid var(--mam-arch-cream) !important;
}

.mam-sp-circle svg {
	width: 14px;
	height: 14px;
}

.mam-sp-play {
	width: 50px !important;
	height: 50px !important;
}

.mam-sp-play svg {
	width: 18px;
	height: 18px;
}

.mam-sp-play .mam-sp-icon-play svg {
	margin-left: 2px;
}

.mam-sp-shuffle svg,
.mam-sp-repeat svg {
	width: 20px;
	height: 20px;
}

.mam-sp-shuffle,
.mam-sp-repeat {
	opacity: 0.45;
	transition: opacity 0.15s ease, color 0.15s ease !important;
}

.mam-sp-shuffle.is-active,
.mam-sp-repeat.is-active {
	opacity: 1;
	color: var(--mam-arch-buy-bg) !important;
}

.mam-sp-repeat-icon,
.mam-sp-repeat-one-icon {
	display: inline-flex;
}

.mam-sp-repeat-icon[hidden],
.mam-sp-repeat-one-icon[hidden] {
	display: none;
}

.mam-sp-volume svg,
.mam-sp-queue svg {
	width: 22px;
	height: 22px;
}

.mam-sp-icon-play,
.mam-sp-icon-pause,
.mam-sp-vol-on,
.mam-sp-vol-off {
	display: inline-flex;
}

.mam-sp-icon-play[hidden],
.mam-sp-icon-pause[hidden],
.mam-sp-vol-on[hidden],
.mam-sp-vol-off[hidden] {
	display: none;
}

/* ---------------------------------------------------------------------
 *  TABS
 * ------------------------------------------------------------------- */
.mam-album-tabs {
	display: flex;
	gap: 28px;
	border-bottom: 1px solid var(--mam-arch-line);
	margin: 0;
}

.mam-tab-btn {
	background: transparent !important;
	border: none !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	color: var(--mam-arch-cream-dim) !important;
	padding: 0 14px 16px !important;
	position: relative !important;
	text-decoration: none !important;
}

.mam-tab-btn:hover,
.mam-tab-btn:focus {
	text-decoration: none !important;
	color: var(--mam-arch-cream) !important;
}

.mam-tab-btn.is-active {
	color: var(--mam-arch-cream) !important;
}

.mam-tab-btn.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: var(--mam-arch-cream);
	border-radius: 2px 2px 0 0;
}

.mam-tab-panel {
	padding-top: 0;
}

.mam-about-description {
	font-size: 14px;
	line-height: 1.6;
	color: var(--mam-arch-cream-dim);
	max-width: 640px;
}

.mam-about-empty {
	color: var(--mam-arch-cream-dim);
	font-size: 14px;
}

/* ---------------------------------------------------------------------
 *  TRACKLIST
 * ------------------------------------------------------------------- */
.mam-tracklist-frontend {
	width: 100%;
	border: none !important;
	border-collapse: collapse;
	table-layout: fixed;
	background: transparent !important;
}

.mam-tracklist-frontend thead th {
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--mam-arch-cream-dim);
	border-bottom: 1px solid var(--mam-arch-line);
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	padding: 20px 18px 14px;
	background: transparent !important;
}

.mam-tracklist-frontend thead th.mam-col-num {
	padding-left: 0;
	padding-right: 0;
}

.mam-tracklist-frontend thead th.mam-col-buy {
	text-align: right;
}

.mam-tracklist-frontend tbody td {
	padding: 13px 18px;
	border-bottom: 1px solid var(--mam-arch-line);
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	font-size: 15px;
	vertical-align: middle;
	height: 56px;
	background: transparent !important;
	color: var(--mam-arch-cream);
}

.mam-tracklist-frontend tbody td.mam-col-num {
	padding-left: 0;
	padding-right: 0;
}

.mam-track-row-fe {
	transition: background-color 0.12s ease;
}

.mam-track-row-fe:hover {
	background: rgba(45, 42, 38, 0.04);
}

.mam-track-row-fe.mam-playing {
	background: transparent;
}

.mam-track-row-fe.mam-playing .mam-col-title {
	color: var(--mam-arch-cream);
	font-weight: 700;
}

.mam-col-num {
	width: 80px;
	text-align: center;
}

.mam-row-play-btn {
	background: transparent !important;
	border: none !important;
	border-radius: 50% !important;
	width: 28px !important;
	height: 28px !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: var(--mam-arch-cream) !important;
	transition: background-color 0.12s ease, color 0.12s ease, transform 0.1s ease !important;
}

.mam-track-row-fe:hover .mam-row-play-btn {
	background: rgba(45, 42, 38, 0.07) !important;
	color: var(--mam-arch-cream) !important;
}

.mam-row-play-btn:active {
	transform: scale(0.92) !important;
}

.mam-row-num {
	font-size: 16px;
	color: var(--mam-arch-cream);
	font-variant-numeric: tabular-nums;
}

.mam-row-icon-play,
.mam-row-icon-pause {
	display: none;
	font-size: 11px;
	line-height: 1;
}

.mam-track-row-fe:hover .mam-row-num {
	display: none;
}

.mam-track-row-fe:hover .mam-row-icon-play {
	display: inline;
}

.mam-track-row-fe.mam-playing .mam-row-num,
.mam-track-row-fe.mam-playing .mam-row-icon-play {
	display: none;
}

.mam-track-row-fe.mam-playing .mam-row-play-btn {
	background: rgba(45, 42, 38, 0.1) !important;
	color: var(--mam-arch-cream) !important;
}

.mam-track-row-fe.mam-playing .mam-row-icon-pause {
	display: inline;
}

.mam-col-title {
	color: var(--mam-arch-cream);
	font-weight: 400;
	width: 330px;
}

/* Preview column */
.mam-col-preview {
	width: 430px;
}

.mam-preview-play-btn {
	background: transparent !important;
	border: 1px solid var(--mam-arch-line) !important;
	border-radius: 50% !important;
	width: 34px !important;
	height: 34px !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: var(--mam-arch-cream) !important;
	font-size: 13px !important;
	vertical-align: middle !important;
	margin-right: 14px !important;
	flex-shrink: 0 !important;
	transition: color 0.12s ease, background-color 0.12s ease !important;
}

.mam-preview-play-btn:hover {
	color: var(--mam-arch-cream) !important;
	background: rgba(45, 42, 38, 0.07) !important;
}

.mam-col-preview.is-previewing .mam-preview-play-btn {
	background: rgba(45, 42, 38, 0.08) !important;
	border-color: var(--mam-arch-cream) !important;
	color: var(--mam-arch-cream) !important;
}

.mam-preview-icon-pause {
	display: none;
}

.mam-waveform {
	display: inline-flex;
	align-items: center;
	height: 32px;
	vertical-align: middle;
	position: relative;
}

.mam-waveform canvas {
	display: block;
	height: 32px;
	width: 200px;
}

.mam-access-included {
	color: #a8e6a3;
	font-weight: 400;
	font-size: 15px;
}

.mam-col-buy {
	width: 180px;
	text-align: right;
}

.mam-owned-badge {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--mam-arch-cream-dim);
}

.mam-buy-track-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	color: var(--mam-arch-buy-text) !important;
	background: var(--mam-arch-buy-bg) !important;
	border: 0 !important;
	border-radius: 2px !important;
	min-width: 86px !important;
	height: 36px !important;
	padding: 0 14px !important;
	white-space: nowrap !important;
	transition: filter 0.15s ease !important;
}

.mam-buy-track-btn:hover {
	filter: brightness(1.06) !important;
}

.mam-buy-track-btn:disabled {
	opacity: 0.6 !important;
	cursor: default !important;
}

.mam-buy-track-btn .woocommerce-Price-amount,
.mam-buy-track-btn .woocommerce-Price-currencySymbol {
	color: inherit;
}

.mam-buy-track-icon {
	font-size: 16px;
}

/* "View All Tracks" expander */
.mam-view-all-tracks-btn {
	background: transparent !important;
	border: none !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 18px auto 0 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: var(--mam-arch-cream-dim) !important;
	transition: color 0.12s ease !important;
}

.mam-view-all-tracks-btn:hover {
	color: var(--mam-arch-cream) !important;
}

.mam-view-all-caret {
	font-size: 18px;
}

/* ---------------------------------------------------------------------
 *  RESPONSIVE
 * ------------------------------------------------------------------- */
@media (max-width: 1060px) {
	.mam-album-header {
		gap: 28px;
	}
	.mam-album-cover {
		width: 280px;
	}
	.mam-col-preview {
		width: 300px;
	}
}

@media (max-width: 720px) {
	.mam-album-page {
		padding: 18px 10px 0;
	}
	.mam-album-header {
		gap: 18px;
		margin-bottom: 24px;
	}
	.mam-col-preview {
		display: none;
	}
	.mam-tracklist-frontend thead th:nth-child(3) {
		display: none;
	}
	.mam-album-cover {
		width: 200px;
	}
	.mam-album-cover img {
		width: 200px;
		height: auto;
	}
	.mam-col-num {
		width: 48px;
	}
	.mam-col-buy {
		width: 110px;
	}
	.mam-tracklist-frontend thead th,
	.mam-tracklist-frontend tbody td {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 580px) {
	.mam-album-header {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.mam-album-cover {
		width: 220px;
	}
	.mam-album-cover img {
		width: 220px;
		height: auto;
	}
	.mam-album-meta {
		align-items: center;
		text-align: center;
	}
	.mam-album-subinfo {
		justify-content: center;
	}
	.mam-album-description {
		text-align: center;
		max-width: 100%;
	}
	.mam-album-actions {
		justify-content: center;
		flex-wrap: wrap;
	}
	.mam-album-title {
		font-size: 1.5rem;
	}
	.mam-album-price {
		font-size: 20px;
	}
	.mam-sp-nowplaying {
		margin-bottom: 14px;
	}
	.mam-sp-np-title,
	.mam-sp-np-byline {
		font-size: 15px;
	}
	.mam-sp-seek-row {
		gap: 8px;
		margin-bottom: 14px;
	}
	.mam-sp-time {
		font-size: 12px;
	}
	.mam-sp-controls {
		gap: 12px;
		margin-bottom: 20px;
	}
	.mam-sp-circle {
		width: 34px !important;
		height: 34px !important;
	}
	.mam-sp-play {
		width: 44px !important;
		height: 44px !important;
	}
	.mam-sp-ctrl svg {
		width: 16px;
		height: 16px;
	}
	.mam-sp-play svg {
		width: 16px;
		height: 16px;
	}
	.mam-sp-volume svg,
	.mam-sp-queue svg {
		width: 18px;
		height: 18px;
	}
	.mam-buy-track-btn {
		min-width: 70px !important;
		gap: 6px !important;
		font-size: 13px !important;
		height: 32px !important;
		padding: 0 10px !important;
	}
	.mam-tracklist-frontend thead th {
		font-size: 11px;
		padding: 14px 6px 10px;
	}
	.mam-tracklist-frontend tbody td {
		font-size: 14px;
		padding: 10px 6px;
		height: 48px;
	}
	.mam-col-title {
		width: auto;
	}
	.mam-col-buy {
		width: 90px;
	}
	.mam-tab-btn {
		font-size: 15px !important;
		padding: 0 10px 12px !important;
	}
	.mam-album-tabs {
		gap: 16px;
	}
	.mam-buy-album-btn {
		min-width: 130px !important;
		height: 40px !important;
		font-size: 14px !important;
		padding: 0 16px !important;
	}
	.mam-icon-circle-btn {
		width: 40px !important;
		height: 40px !important;
	}
	.mam-tracklist-search {
		max-width: 100%;
		font-size: 13px;
	}
}

@media (max-width: 400px) {
	.mam-album-page {
		padding: 12px 6px 0;
	}
	.mam-album-cover {
		width: 180px;
	}
	.mam-album-cover img {
		width: 180px;
	}
	.mam-album-title {
		font-size: 1.3rem;
	}
	.mam-artist-name {
		font-size: 14px;
	}
	.mam-meta-pill {
		font-size: 13px;
	}
	.mam-album-subinfo {
		gap: 10px;
	}
	.mam-sp-controls {
		gap: 8px;
	}
	.mam-col-num {
		width: 36px;
	}
	.mam-row-play-btn {
		width: 24px !important;
		height: 24px !important;
	}
}

/* Final control pass */
.mam-album-page .mam-buy-album-btn {
	background: transparent !important;
	border: 1px solid var(--mam-arch-cream) !important;
	border-radius: 3px !important;
	color: var(--mam-arch-cream) !important;
	display: inline-flex !important;
	width: auto !important;
	min-width: 160px !important;
	height: 44px !important;
	padding: 0 22px !important;
	gap: 12px !important;
	font-size: 15.5px !important;
	font-weight: 400 !important;
}

.mam-album-page .mam-icon-circle-btn {
	background: transparent !important;
	border: 1px solid var(--mam-arch-cream) !important;
	border-radius: 50% !important;
	color: var(--mam-arch-cream) !important;
	display: inline-flex !important;
	width: 44px !important;
	height: 44px !important;
	font-size: 16px !important;
}

.mam-album-page .mam-preview-play-btn {
	background: transparent !important;
	border: 1px solid var(--mam-arch-line) !important;
	border-radius: 50% !important;
	color: var(--mam-arch-cream) !important;
	display: inline-flex !important;
	width: 34px !important;
	height: 34px !important;
	margin-right: 14px !important;
	font-size: 13px !important;
}

.mam-album-page .mam-preview-play-btn:hover,
.mam-album-page .mam-col-preview.is-previewing .mam-preview-play-btn {
	background: rgba(45, 42, 38, 0.08) !important;
	border-color: var(--mam-arch-cream) !important;
	color: var(--mam-arch-cream) !important;
}

.mam-album-page .mam-buy-track-btn {
	background: var(--mam-arch-buy-bg) !important;
	border: 0 !important;
	border-radius: 2px !important;
	color: var(--mam-arch-buy-text) !important;
	display: inline-flex !important;
	width: auto !important;
	min-width: 86px !important;
	height: 36px !important;
	padding: 0 14px !important;
	gap: 10px !important;
	font-size: 15px !important;
	font-weight: 500 !important;
}

.mam-album-page .mam-buy-track-btn:hover {
	filter: brightness(1.06) !important;
}

.mam-album-page .mam-buy-album-btn-disabled,
.mam-album-page .mam-buy-album-btn-disabled:hover,
.mam-album-page .mam-buy-album-btn:disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	transform: none !important;
}

/* ------------------------------------------------------------------ *
 *  TRACKLIST SEARCH
 * ------------------------------------------------------------------ */
.mam-tracklist-search-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
}

.mam-tracklist-search {
	flex: 1 1 auto;
	max-width: 320px;
	background: transparent;
	color: var(--mam-arch-cream);
	border: 1px solid var(--mam-arch-line);
	border-radius: 999px;
	padding: 9px 16px;
	font-size: 14px;
	line-height: 1.2;
}

.mam-tracklist-search::placeholder {
	color: var(--mam-arch-cream-dim);
}

.mam-tracklist-search:focus {
	outline: none;
	border-color: var(--mam-arch-cream);
	box-shadow: 0 0 0 3px rgba(45, 42, 38, 0.08);
}

.mam-tracklist-search-empty {
	color: var(--mam-arch-cream-dim);
	font-size: 14px;
}
