/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/


.artist {
	white-space: nowrap;
	font-size: 11px;
}

.top-info .title {
	color: magenta;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
}



.split-text {
	text-align: left;
	line-height: 19px;
}


.home .title a.image-display {
	color: #fd28ab;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}


@media (max-width: 767px) {

	.home .split-left,
	.home .split-right {
		width: 100%;
	}

	.home .top-five {
		display: flex;
		/* flex-direction: column; */
		align-items: center;
		gap: 0;
		padding: 15px;
		flex-wrap: wrap;
		padding: 0px;
	}

	.top-five-item {
		width: 100%;
		max-width: 300px;
		text-align: center;
		border-bottom: 1px solid #444;
		padding-bottom: 15px;
		width: 100%;
		margin-bottom: 2rem;
		max-width: 48%;

	}

	.top-img img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		object-fit: cover;
		margin-bottom: 10px;
		/* margin-top: -26px;
    margin-left: -6px; */
	}

	.top-rank {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		/* margin-bottom: 2px;
    margin-top: -7px;
    margin-left: 73px; */
	}


	.top-info .artist {
		font-size: 12px;
		color: #00f0ff;
		margin: 2px 0;
		/* margin-left: 75px; */
	}

	.top-info .title {
		font-size: 14px;
		color: #ff00c8;
		/* font-weight: bold; */
		/* margin-left: 84px; */
	}

	a {
		text-decoration: none;
	}
}

.top-info .title,
.text .title,
.split-text .title {
	/* color: magenta;
				font-size: 14px; */
	font-weight: normal;
	font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Arial, "";
	font-size: 18px;
	color: #FF00B2;
	line-height: 1;
}

.top-info .artist,
.text .artist,
.split-text .artist a {
	font-size: 18px;
}

.view-more-wrap {
	margin-bottom: 20px;
}




@media only screen and (max-width: 767px) {
	.split-more {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 10px;
	}

	.split-left,
	.split-right {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.split-item {
		display: flex;
		align-items: center;
		gap: 10px;
		border-bottom: 0px solid #ddd;
		padding-bottom: 10px;
	}

	.split-rank {
		font-size: 18px;
		font-weight: bold;
		width: 35px;
		height: 35px;
		/* padding: 15px; */
	}

	.split-item img {
		width: 60px;
		height: 60px;
		object-fit: cover;
		border-radius: 4px;
	}

	.split-text {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.split-text .artist {
		font-size: 14px;
		line-height: 1.2;
	}
}


/* Fix padding for review number box inside media */
.media > .review-number {
  padding-right: 5px !important; /* or whatever value works */
  padding-left: 5px !important;
} 


/* Centrar vertical y horizontalmente el bloque de veredicto en reseñas */
.review-box .verdict-box {
  display: flex;
  align-items: center;      /* centra verticalmente */
  justify-content: center;  /* centra horizontalmente */
}

/* Anular márgenes forzados en el bloque overall */
.review-box .overall {
  margin-left: 0 !important;
  margin-top: 20px !important;
  margin-right: 0 !important;
  margin-bottom: 20px !important;
  position: static !important; /* evita desplazamientos raros */
}