.MROWMROWMIAOMIAOeow{
		display: flex;
		flex-direction: column;
		width: 100%;
		background-color: #0d0e12;
		border: 1px solid #1f1e24;
		border-radius: 10px;
		font-size: 0.75rem;
		color: #c3c7d1;
		
		font-family: "Iosevka Custom Web", "Iosevka Custom", Iosevka, "Bricolage Grotesque", "Space Grotesk", sans-serif, monospace;
		letter-spacing: -0.025em;

		transform: translateY(0px);
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
		transition:
			transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
			color 0.16s ease-in-out,
			background-color 0.16s ease-in-out,
			border-color 0.16s ease-in-out,
			box-shadow 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);

		&:hover {			
			transform: translateY(-4px);
			
			background-color: rgba(255, 255, 255, 0.025);
			border-color: rgba(255, 255, 255, 0.125);

			box-shadow:
				0 12px 32px rgba(0, 0, 0, 0.45),
				0 2px 8px rgba(0, 0, 0, 0.2);
		}

		&:hover .header {
			border-bottom-color: rgba(255, 255, 255, 0.125);
		}

		&:hover :is(.release-date, .listen-link, .info-tag, .info-artist, .info-artist > span) {
			color: #d5dce7;
		}

		&:hover .listen-link::after {
			background-color: #d5dce7;
		}
	}.MROWMROWMIAOMIAOeow .header{
		display: flex;
		align-items: center;
		line-height: 1;
		padding: 1rem 1rem;
		gap: 0.5rem;
		border-bottom: 1px solid #1f1e24;

		transition: border-bottom-color 0.16s ease-in-out;
	}.MROWMROWMIAOMIAOeow .release-date{
		display: flex;
		align-items: center;
		color: #8e939a;
		letter-spacing: 0.03em;
	}.MROWMROWMIAOMIAOeow .listen-link{
		margin-left: auto;
		gap: 0.25rem;
		color: #8e939a;
		font-size: 0.6875rem;
	}.MROWMROWMIAOMIAOeow .listen-link::after{
		background-color: #8e939a !important;
		margin-right: 0;
		margin-left: 8px;
	}.MROWMROWMIAOMIAOeow .listen-link:hover{
		color: #a6b5f7;
		
		&::after {
			background-color: #a6b5f7 !important; 
		}
	}.MROWMROWMIAOMIAOeow .body{
		display: flex;
		align-items: flex-start;
		padding: 1rem;
		gap: 1rem;
		text-decoration: none;
		color: inherit;
		
		@media (max-width: 600px) {
			flex-direction: column;
			align-items: center;
			text-align: center;
		}
	}.MROWMROWMIAOMIAOeow .info{
		display: flex;
		flex-direction: column;
		line-height: 1.75;
	}.MROWMROWMIAOMIAOeow .info-title{
		color: #e7e0e7;
		font-weight: 500;
		font-size: 0.875rem;
	}.MROWMROWMIAOMIAOeow .info-tag{
		margin-left: 1ch;
		color: #8e939a;
	}.MROWMROWMIAOMIAOeow .info-artist{
		color: #8e939a;
		font-size: 0.75rem;
	}.MROWMROWMIAOMIAOeow .info-artist > spany{
		color: #8e939a;
	}