.tecnoduna-footer-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.25rem 0;
	gap: 0.75rem;
}

.tecnoduna-social {
	display: flex;
	justify-content: center;
	padding: 0;
}

.tecnoduna-privacy {
	margin: 0;
	text-align: center;
}

.tecnoduna-privacy__link {
	color: #ffffff !important;
	font-size: 0.875rem;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	opacity: 0.85;
}

.tecnoduna-privacy__link:hover,
.tecnoduna-privacy__link:focus {
	opacity: 1;
}

.tecnoduna-social__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tecnoduna-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	color: #ffffff !important;
	background: rgba(127, 140, 160, 0.15);
	transition: transform 0.15s ease, background 0.15s ease;
}

.tecnoduna-social__link:hover,
.tecnoduna-social__link:focus,
.tecnoduna-social__link:active,
.tecnoduna-social__link:visited {
	color: #ffffff !important;
}

.tecnoduna-social__link:hover,
.tecnoduna-social__link:focus {
	transform: translateY(-2px);
	background: rgba(56, 189, 248, 0.25);
	outline: none;
}

.tecnoduna-social__icon,
.tecnoduna-social__icon svg,
.tecnoduna-social__link svg,
.tecnoduna-social nav svg {
	color: #ffffff !important;
	fill: #ffffff !important;
	display: block;
}

.tecnoduna-social__icon path,
.tecnoduna-social__icon svg path,
.tecnoduna-social__link svg path,
.tecnoduna-social svg path {
	fill: #ffffff !important;
	stroke: none !important;
	color: #ffffff !important;
}

.tecnoduna-subscribe {
	max-width: 28rem;
	padding: 1.25rem 0;
}

.tecnoduna-subscribe__title {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
}

.tecnoduna-subscribe__message {
	margin: 0 0 0.75rem;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
	background: rgba(56, 189, 248, 0.12);
}

.tecnoduna-subscribe__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.tecnoduna-subscribe__form input[type="email"] {
	flex: 1 1 12rem;
	min-height: 2.75rem;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(127, 140, 160, 0.4);
	border-radius: 0.5rem;
	background: transparent;
	color: inherit;
}

.tecnoduna-subscribe__form button {
	min-height: 2.75rem;
	padding: 0.5rem 1rem;
	border: 0;
	border-radius: 0.5rem;
	background: #38bdf8;
	color: #0f1218;
	font-weight: 700;
	cursor: pointer;
}

/* Carousel nav arrows — Descubre juegos + Juegos Retro (theme was washing them out). */
.pgc-carousel__btn {
	width: 44px !important;
	height: 44px !important;
	border: 2px solid #7a1fd4 !important;
	border-radius: 999px !important;
	background: #9229f7 !important;
	color: #ffffff !important;
	font-size: 1.65rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	box-shadow: 0 4px 14px rgba(146, 41, 247, 0.35) !important;
}

.pgc-carousel__btn span {
	color: #ffffff !important;
	opacity: 1 !important;
	line-height: 1 !important;
}

.pgc-carousel__btn:hover,
.pgc-carousel__btn:focus,
.pgc-carousel__btn:focus-visible {
	background: #3e8736 !important;
	border-color: #32702b !important;
	color: #ffffff !important;
	box-shadow: 0 6px 18px rgba(62, 135, 54, 0.4) !important;
	outline: none !important;
}

.pgc-carousel__btn:hover span,
.pgc-carousel__btn:focus span,
.pgc-carousel__btn:focus-visible span {
	color: #ffffff !important;
}
