

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { }

:root {
	--accent: #c47a50;
	--accent-strong: #a65e36;
	--ink: #1d1d1d;
	--muted: #6a6a6a;
	--panel: #f5f5f4;
	--panel-border: #e4e4e2;
}

body {
	font-family: 'Work Sans', Arial, sans-serif;
	background-color: #e8e8e6;
	color: var(--ink);
}

.beholder {
	text-align: center;
	align-content: center;
/* 	border: 1px solid black; */
	overflow: auto;
	
	max-width: 960px;
	padding: 0 18px;

	
}

.infotekst {
	position: absolute;
	top: 10%;
	left: 6%;
	color: rgba(130,  130,  130, 0.54);
	font-size: x-small;
	visibility:hidden;
}




.Quickbrush { 
	font-family: Quickbrush;
	font-weight: normal;
	font-style: normal;
	
}

.Typewriter {
	font-family: American Typewriter, serif;
}

.notatblokk {
	
	min-width: 50%; 
	max-width: 90%;
	margin-left: auto; 
	margin-right: auto;
	background-color: #fcfcf7;
	color: #0a0041;
	padding: 9px;
/* 	font-size: larger; */
	font-size: 24px;
	text-align: left;
	box-shadow: 1px 1px 7px black
}


.skjema {
	max-width: 100%;
	width: 900px;
	padding: 10px 30px 30px 30px;
	overflow: auto;
}

.navnelogo {
	width: 450px;
	max-width: 95%;
	min-width: 70%;
	height: auto;
}

.bildestil {
	max-width: 100%; 
/* 	position: relative; */
	height: auto; 
	z-index: 10;
	
}

.midtstill {
	text-align: center;
}

.stortbilde {
	
	
	max-height: 90vh;
	width: auto;
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
	outline: none;
	display: block;
	overflow: auto;

}

.tittel {
	font-size: 34px;
	font-family: 'Cormorant Garamond', 'Fredericka the Great', serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	margin-bottom: 6px;
	background: none;
}

.tekst {
	font-family: 'Special Elite', cursive;
	padding-top: 10px;
	
}

.notat {
	display: inline-block;
	padding: 10px 20px;
	background: #cccccc;
	border-radius: 10px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12),
	            -4px -4px 8px rgba(255, 255, 255, 0.7);
	font-family: 'Special Elite', cursive;
	font-size: 14px;
	color: #555;
	transition: all 0.2s ease;
	margin-top: 15px;
}

.notat:hover {
	cursor: pointer;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12),
	            -3px -3px 6px rgba(255, 255, 255, 0.7);
	color: #333;
}

.notat:active {
	box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.12),
	            inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

.tekstkommentar {
	font-family: 'Reenie Beanie', cursive;
	font-size: 1.5em;
	color: #080085;
}

.pubdato {
	position: relative;
	top: -8px;
	left: 0;
	font-family: 'Work Sans', Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.linje {
	background-image: url(../linje1.png);
	background-repeat: no-repeat;
    background-size: auto;
    width: 500px;
    height: 15px;

	

}

hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    position: relative;
    top: -20px;
    
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.bildebox {
	max-width: 30%; 
	min-width : 303px; 
	height: auto; 
/* 	float: left; */
 display: inline-block;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	
/* 	border: 1px solid black; */
}

.videobox {
	max-width: 100%; 
	min-width : 300px; 
	height: auto; 
/* 	float: left; */
 display: inline-block;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	
/* 	border: 1px solid black; */
}



/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	/* 	background: rgba(0,0,0,0.8); */
	background: #c7c7c7
}

.lightbox img {
	/** Pad the lightbox image */
	
	max-height: 98%;

	width: auto;

/* 	margin-top: 2%; */
	margin-left: auto;
	margin-right: auto;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
/* 	display: block; */
	display: block;
}

.plaintext {
	font-style: italic;
	font-weight: 400;
	font-family: sans-serif;
	color: #3b3b3b;
	
}

.menutext {
	font-family: sans-serif;
	font-weight: 400;
	color: #d2d2d2;
		
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited{
	color: black;
	text-decoration: none;
	
}

.footer {
	background-color: #999999;
	align-content: center;
	text-align: center;
}


.testimonial-quote {
    font-size: 16px;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 10px;

    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
/*     text-shadow: 0 1px white; */
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: #989898; 
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #a6a6a6;
    font-size: 5.5em;
    font-weight: 700;
    opacity: .2;
    position: absolute;
    top: -.4em;
    left: -.6em;    
    text-shadow: none;
    z-index: 300;
    overflow: visible;
}

.testimonial-quote blockquote p:first-child:after {
    content: '\201D'; 
    color: #a6a6a6;
    font-size: 5.5em;
    font-weight: 700;
    opacity: .2;
    position: absolute;
    top: .4em;
    right: -.4em;    
    text-shadow: none;
    z-index: -300;
    overflow: visible;
}



/*
.testimonial-quote img {
    border: 3px solid #8e8e8e;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -.2em; 
    left: 0;    
}
*/

/*
.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
*/
  
.testimonial-quote cite span {
/*     color: #5e5e5e; */
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
/*     text-shadow: 0 1px white;  */
}

.testimonial-quote {
    position: relative; 
}

.testimonial-quote .quote-container {
    padding-left: 160px; 
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px; 
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right; 
}


.videoWrapper {
/* 	position: relative; */
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	left: 50%;
	right: 50%;
	width: 100%;
	border: 1px dotted #392d64;
}

.videoWrapper iframe {
/* 	position: absolute; */
/* 	top: 0; */
	left: 50%;
	right: 50%;
	width: 80%;
	height: 80%;
/* 	border: 1px dotted #392d64; */
	
}

.youtube {
  max-width: 70%;
  max-height: 300px;
  position: relative !important;
}


.box
{
	position: relative;
 	max-width: 700px;
	padding: 22px;
	padding-top: 12px;
	margin: 0 auto;
	background-color: var(--panel);
	border: 1px solid var(--panel-border);
	border-radius: 16px;
	text-align: left;
}

.music-box {
	background: transparent;
	padding: 12px 0;
	margin: 16px auto;
}

.music-box:before,
.music-box:after {
	display: none;
}

/* Alternative version styling - appears as sub-item */
.alternative-version-box {
	margin: -20px auto 20px auto !important;
	margin-left: 60px !important;
	padding: 15px 20px !important;
	max-width: 640px;
}

.alternative-version-box:before,
.alternative-version-box:after {
	display: none !important;
}

.alternative-version-title {
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}

.alternative-version-title a {
	color: #666;
	text-decoration: none;
}

.alternative-version-title a:hover {
	color: #333;
	text-decoration: underline;
}


.box:before, .box:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.box:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}


/* ==========================================================================
   Custom Audio Player Styles
   ========================================================================== */

.music-box {
	/* Additional spacing for music boxes */
}

.artist-name {
	font-family: 'Reenie Beanie', cursive;
	font-size: 1.3em;
	color: #555;
	margin-top: -10px;
	margin-bottom: 15px;
}

.player-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 10px 0 6px;
}

.cover-art {
	flex-shrink: 0;
	width: 160px;
	height: 160px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15),
	            -6px -6px 12px rgba(255, 255, 255, 0.7);
}

.cover-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 768px) {
	.player-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.cover-art {
		width: 100%;
		height: auto;
	}

	.cover-art img {
		height: auto;
	}
}

.custom-audio-player {
	flex: 1;
	width: 100%;
	padding: 14px;
	background: linear-gradient(180deg, #f9f7f4 0%, #f1eeeb 100%);
	border: 1px solid #dcd8d4;
	border-radius: 14px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.06), inset 1px 1px 0 rgba(255,255,255,0.45);
}

.custom-audio-player audio {
	display: none; /* Hide native player, use custom controls */
}

.spectrum-canvas {
	width: 100%;
	height: 88px;
	display: block;
	margin: 8px 0 16px 0;
	/* border-radius: 10px; */
	/* background: linear-gradient(180deg, #f2f2f1 0%, #e6e6e4 100%);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.08), inset -1px -1px 2px rgba(255,255,255,0.7); */
}

body.spectrum-off .spectrum-canvas {
	display: none;
	height: 0;
	margin: 0;
}

.version-selector-container {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.version-label {
	font-family: 'Special Elite', cursive;
	font-size: 14px;
	color: #555;
	margin: 0;
	font-weight: normal;
}

.version-select {
	font-family: 'Special Elite', cursive;
	font-size: 13px;
	padding: 8px 12px;
	border: none;
	background: #cccccc;
	border-radius: 10px;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1),
	            inset -2px -2px 4px rgba(255, 255, 255, 0.5);
	color: #555;
	cursor: pointer;
	outline: none;
	transition: all 0.2s ease;
}

.version-select:hover {
	box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.12),
	            inset -3px -3px 5px rgba(255, 255, 255, 0.6);
}

.version-select:focus {
	color: #333;
}

.current-version-label {
	font-family: 'Special Elite', cursive;
	font-size: 13px;
	color: #444;
	margin: 4px 0 10px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.current-version-text {
	font-weight: bold;
	font-family: 'Fredericka the Great', cursive;
}

.version-list {
	background: #ffffff;
	border-radius: 12px;
	padding: 12px;
	border: 1px solid var(--panel-border);
	box-shadow: 0 8px 16px rgba(0,0,0,0.05);
}

.version-list-header {
	font-family: 'Special Elite', cursive;
	font-size: 12px;
	color: #555;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0 4px 8px 4px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 8px;
}

.version-rows {
	list-style: none;
	padding: 0;
	margin: 0;
}

.version-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	margin-bottom: 6px;
	border-radius: 10px;
	border: 1px solid var(--panel-border);
	background: #f9f9f8;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	transition: all 0.15s ease;
}

.version-row:last-child {
	margin-bottom: 0;
}

.version-row:hover {
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
	border-color: #d8d7d5;
}

.version-row.active {
	border-color: var(--accent);
	background: #fff7f2;
	box-shadow: 0 10px 20px rgba(196, 122, 80, 0.12);
}

.version-row-main {
	display: flex;
	align-items: center;
	gap: 10px;
}

.version-number {
	font-family: 'Special Elite', cursive;
	font-size: 13px;
	color: #666;
	width: 26px;
	text-align: right;
}

.version-text-block {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.version-name {
	font-family: 'Fredericka the Great', cursive;
	font-size: 15px;
	color: var(--ink);
	line-height: 1.1;
}

.version-meta {
	font-family: 'Special Elite', cursive;
	font-size: 11px;
	color: var(--muted);
	letter-spacing: 0.03em;
}

.version-row-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 640px) {
	.version-row {
		flex-wrap: wrap;
		gap: 8px;
		align-items: flex-start;
	}

	.version-row-actions {
		width: 100%;
		justify-content: space-between;
	}
}

.version-badge {
	font-family: 'Special Elite', cursive;
	font-size: 11px;
	color: var(--accent-strong);
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(196, 122, 80, 0.12);
	border: 1px solid rgba(196, 122, 80, 0.28);
	letter-spacing: 0.04em;
}

.version-row.active .version-badge {
	background: var(--accent);
	color: #fff;
	border-color: var(--accent);
}

.version-play-btn {
	width: 34px;
	height: 34px;
	border: 1px solid var(--panel-border);
	border-radius: 50%;
	background: #ffffff;
	color: var(--ink);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 14px rgba(0, 0, 0, 0.08);
	transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.version-row.active .version-play-btn {
	background: var(--accent);
	color: #fff;
	border-color: var(--accent);
}

.version-row:hover .version-play-btn {
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.version-play-btn i {
	font-size: 12px;
	margin-left: 2px;
}

.player-controls {
	display: flex;
	align-items: center;
	gap: 15px;
}

.play-pause-btn {
	width: 50px;
	height: 50px;
	border: none;
	background: var(--ink);
	border-radius: 50%;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
	color: #f7f7f7;
	font-size: 18px;
	cursor: pointer;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.play-pause-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.play-pause-btn:active {
	transform: translateY(0);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.play-pause-btn.playing {
	background: var(--accent);
	box-shadow: 0 10px 22px rgba(196, 122, 80, 0.35);
}

.play-pause-btn.beat {
	transform: none;
	box-shadow: 0 0 0 0 rgba(196, 122, 80, 0.0),
	            0 0 6px 6px rgba(196, 122, 80, 0.5);
}

.progress-container {
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.progress-bar {
	flex-grow: 1;
	min-width: 140px;
	height: 8px;
	background: #e3e3e1;
	border-radius: 10px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.08),
	            inset -1px -1px 2px rgba(255, 255, 255, 0.8);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.progress-filled {
	height: 100%;
	background: linear-gradient(90deg, var(--accent-strong) 0%, var(--accent) 100%);
	border-radius: 10px;
	width: 0%;
	transition: width 0.1s linear;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.karaoke-strip {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 4px;
	margin: 8px 0 6px 0;
	padding: 10px 12px;
	background: #f7f5f2;
	/* border: 1px dashed #d8d5d1; */
	border-radius: 10px;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.karaoke-line {
	font-family: 'Work Sans', Arial, sans-serif;
	font-size: 13px;
	color: var(--muted);
	letter-spacing: 0.01em;
	text-align: center;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	opacity: 0.35;
	transform: translateY(-2px);
	transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.karaoke-line.active-line {
	color: var(--ink);
	font-weight: 600;
	opacity: 1;
	transform: translateY(0);
}

.karaoke-line.next-line {
	opacity: 0.55;
	transform: translateY(2px);
}

@media (max-width: 640px) {
	.karaoke-line {
		font-size: 14px;
		line-height: 1.3;
	}
}
.time-display {
	font-family: monospace;
	font-size: 11px;
	color: #999;
	white-space: nowrap;
	flex-shrink: 0;
}

.volume-container {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.volume-btn {
	background: transparent;
	border: 1px solid #d8d7d5;
	border-radius: 10px;
	box-shadow: none;
	font-size: 14px;
	cursor: pointer;
	padding: 8px 10px;
	color: var(--muted);
	transition: all 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.volume-btn:hover {
	color: var(--ink);
	border-color: #cfcac6;
}

@media (max-width: 560px) {
	.player-controls {
		flex-wrap: wrap;
		gap: 10px;
	}

	.progress-container {
		width: 100%;
		min-width: 100%;
		order: 2;
	}

	.time-display {
		order: 3;
		width: 100%;
		text-align: center;
		margin-top: 4px;
	}

	.volume-container {
		margin-left: auto;
	}
}

.volume-btn:active {
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1),
	            inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}

.volume-slider {
	width: 70px;
	height: 6px;
	-webkit-appearance: none;
	appearance: none;
	background: #cccccc;
	border-radius: 10px;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1),
	            inset -2px -2px 4px rgba(255, 255, 255, 0.5);
	outline: none;
}

.volume-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	background: #cccccc;
	border-radius: 50%;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15),
	            -3px -3px 6px rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: all 0.2s ease;
}

.volume-slider::-webkit-slider-thumb:hover {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15),
	            -2px -2px 4px rgba(255, 255, 255, 0.7);
}

.volume-slider::-webkit-slider-thumb:active {
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15),
	            inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}

.volume-slider::-moz-range-thumb {
	width: 16px;
	height: 16px;
	background: #cccccc;
	border-radius: 50%;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15),
	            -3px -3px 6px rgba(255, 255, 255, 0.7);
	cursor: pointer;
	border: none;
	transition: all 0.2s ease;
}

.volume-slider::-moz-range-thumb:hover {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15),
	            -2px -2px 4px rgba(255, 255, 255, 0.7);
}

.volume-slider::-moz-range-thumb:active {
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15),
	            inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}

.action-buttons {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}

.like-container {
	display: flex;
	align-items: center;
	gap: 8px;
}

.like-btn {
	background: #cccccc;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	outline: none;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12),
	            -4px -4px 8px rgba(255, 255, 255, 0.7);
	color: #666;
	font-size: 16px;
	transition: all 0.2s ease;
}

.like-btn:hover:not(:disabled) {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12),
	            -3px -3px 6px rgba(255, 255, 255, 0.7);
	color: #555;
}

.like-btn:active:not(:disabled) {
	box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.12),
	            inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

.like-btn.liked {
	box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.12),
	            inset -3px -3px 6px rgba(255, 255, 255, 0.7);
	color: #333;
	cursor: default;
}

.like-btn:disabled {
	opacity: 0.8;
	cursor: not-allowed;
}

.like-count {
	font-family: monospace;
	font-size: 14px;
	color: #666;
	min-width: 24px;
}

.lyrics-btn {
	background: #cccccc;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	outline: none;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12),
	            -4px -4px 8px rgba(255, 255, 255, 0.7);
	color: #666;
	font-size: 16px;
	transition: all 0.2s ease;
	margin: 0;
}

.lyrics-btn:hover {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12),
	            -3px -3px 6px rgba(255, 255, 255, 0.7);
	color: #555;
}

.lyrics-btn:active,
.lyrics-btn.active {
	box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.12),
	            inset -3px -3px 6px rgba(255, 255, 255, 0.7);
	color: #333;
}

/* Removed animations for minimal design */

.song-description {
	font-family: 'Special Elite', cursive;
	font-size: 13px;
	color: #666;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e8e8e8;
}

.song-description p {
	margin: 0;
}

.lyrics-content {
	margin: 20px 0;
}

.lyrics-text {
	font-family: 'Special Elite', cursive;
	text-align: left;
	line-height: 1.8;
	font-size: 14px;
	color: #555;
	background: transparent;
	padding: 15px 0;
}

/* Responsive adjustments */
@media (max-width: 600px) {
	.player-wrapper {
		flex-direction: column;
		gap: 15px;
	}

	.cover-art {
		width: 100%;
		max-width: 300px;
		height: auto;
		aspect-ratio: 1;
		margin: 0 auto;
	}

	.custom-audio-player {
		padding: 15px;
	}

	.player-controls {
		gap: 10px;
	}

	.play-pause-btn {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.volume-slider {
		width: 50px;
	}

	.volume-btn {
		font-size: 10px;
	}

	.version-selector-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		margin-bottom: 10px;
		padding-bottom: 8px;
	}

	.version-select {
		width: 100%;
		font-size: 12px;
		padding: 4px 8px;
	}

	.version-label {
		font-size: 12px;
	}

	.like-btn {
		width: 28px;
		height: 28px;
	}

	.thumb-icon {
		font-size: 16px;
	}

	.like-count {
		font-size: 13px;
	}
}
