.page-title {
	position: relative;
	margin: 4px 0 28px;
	padding: 0 0 16px;
	color: #22c7d6;
	font-size: 34px;
	line-height: 1.1;
	text-shadow: 0 0 18px rgba(34, 199, 214, 0.22);
}

.page-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 160px;
	height: 3px;
	background: linear-gradient(90deg, #22c7d6, #ffd05a, rgba(255, 208, 90, 0));
	border-radius: 999px;
	box-shadow: 0 0 18px rgba(34, 199, 214, 0.45);
}

img[src*="MP_RGB_HANDSHAKE"] {
	display: block;
	max-width: 280px;
	width: 34%;
	min-width: 190px;
	height: auto;
	margin: 18px auto 34px;
	filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.35));
}

.mercadopago_package {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 86%;
	min-height: 108px;
	margin: 12px auto;
	overflow: hidden;
	border: 1px solid rgba(34, 199, 214, 0.28);
	border-radius: 8px;
	background:
		linear-gradient(110deg, rgba(255, 208, 90, 0.11), rgba(255, 208, 90, 0) 25%),
		linear-gradient(135deg, rgba(34, 199, 214, 0.13), rgba(12, 26, 28, 0.94) 46%, rgba(10, 18, 20, 0.98));
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.mercadopago_package:before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #ffd05a, #22c7d6);
	box-shadow: 0 0 22px rgba(255, 208, 90, 0.45);
}

.mercadopago_package:after {
	content: "";
	position: absolute;
	top: -70%;
	right: 10%;
	width: 190px;
	height: 240%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	transform: rotate(18deg);
	opacity: 0;
	transition: opacity 0.22s ease, right 0.38s ease;
	pointer-events: none;
}

.mercadopago_package:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 208, 90, 0.62);
	background:
		linear-gradient(110deg, rgba(255, 208, 90, 0.16), rgba(255, 208, 90, 0) 28%),
		linear-gradient(135deg, rgba(34, 199, 214, 0.19), rgba(14, 30, 32, 0.96) 46%, rgba(10, 18, 20, 1));
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.36), 0 0 28px rgba(34, 199, 214, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mercadopago_package:hover:after {
	right: 54%;
	opacity: 1;
}

.mercadopago_package_detail {
	position: relative;
	z-index: 1;
	min-height: 108px;
	padding: 18px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mercadopago_package_icon {
	width: 18%;
}

.mercadopago_package_icon img {
	width: 62px;
	max-width: 78%;
	height: auto;
	filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 12px rgba(255, 183, 31, 0.28));
	transition: transform 0.22s ease, filter 0.22s ease;
}

.mercadopago_package:hover .mercadopago_package_icon img {
	transform: scale(1.08) rotate(-3deg);
	filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 18px rgba(255, 208, 90, 0.42));
}

.mercadopago_package_price {
	width: 34%;
	color: #e7f8f8;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.mercadopago_package_price:before {
	content: "Precio";
	display: block;
	margin-bottom: 4px;
	color: #ffd05a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mercadopago_package_credits {
	width: 30%;
	color: #bfe8e8;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
}

.mercadopago_package_credits:before {
	content: "Acredita";
	display: block;
	margin-bottom: 4px;
	color: #54d2df;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mercadopago_package_button {
	width: 18%;
}

.mercadopago_package_button a,
.mercadopago_package_button button,
.mercadopago_package_button input[type="submit"],
.mercadopago_package_button .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 104px;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(255, 208, 90, 0.75) !important;
	border-radius: 6px !important;
	background: linear-gradient(180deg, #ffd86c, #d99d20) !important;
	color: #172223 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 10px 20px rgba(217, 157, 32, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.42);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.mercadopago_package_button a:hover,
.mercadopago_package_button button:hover,
.mercadopago_package_button input[type="submit"]:hover,
.mercadopago_package_button .btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.08);
	box-shadow: 0 12px 24px rgba(217, 157, 32, 0.28), 0 0 22px rgba(255, 208, 90, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

a[href*="mercadopago/history"],
a[href*="donation/mercadopago/history"],
a[href*="history"].btn,
a[href*="history"].btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 24px auto 0;
	padding: 0 20px;
	border: 1px solid rgba(34, 199, 214, 0.65) !important;
	border-radius: 6px !important;
	background: rgba(34, 199, 214, 0.08) !important;
	color: #54d2df !important;
	font-weight: 700;
	box-shadow: 0 0 20px rgba(34, 199, 214, 0.08);
}

a[href*="mercadopago/history"]:hover,
a[href*="donation/mercadopago/history"]:hover,
a[href*="history"].btn:hover,
a[href*="history"].btn-primary:hover {
	background: rgba(34, 199, 214, 0.18) !important;
	color: #e7f8f8 !important;
	box-shadow: 0 0 26px rgba(34, 199, 214, 0.18);
}

@media (max-width: 900px) {
	.mercadopago_package {
		width: 96%;
	}

	.mercadopago_package_price,
	.mercadopago_package_credits {
		font-size: 20px;
	}
}

@media (max-width: 720px) {
	img[src*="MP_RGB_HANDSHAKE"] {
		width: 58%;
	}

	.mercadopago_package {
		flex-wrap: wrap;
		padding: 12px 10px;
	}

	.mercadopago_package_detail {
		min-height: 74px;
		padding: 10px;
	}

	.mercadopago_package_icon {
		width: 24%;
	}

	.mercadopago_package_price,
	.mercadopago_package_credits {
		width: 38%;
	}

	.mercadopago_package_button {
		width: 100%;
		justify-content: flex-end;
	}

	.mercadopago_package_button a,
	.mercadopago_package_button button,
	.mercadopago_package_button input[type="submit"],
	.mercadopago_package_button .btn {
		width: 100%;
	}
}

/* Neutraliza reglas de bonus que puedan seguir en el CSS base cacheado. */
.mercadopago_package:nth-of-type(6),
.mercadopago_package:nth-of-type(7) {
	border-color: rgba(34, 199, 214, 0.28) !important;
	background:
		linear-gradient(110deg, rgba(255, 208, 90, 0.11), rgba(255, 208, 90, 0) 25%),
		linear-gradient(135deg, rgba(34, 199, 214, 0.13), rgba(12, 26, 28, 0.94) 46%, rgba(10, 18, 20, 0.98)) !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.mercadopago_package:nth-of-type(6):hover,
.mercadopago_package:nth-of-type(7):hover {
	border-color: rgba(255, 208, 90, 0.62) !important;
	background:
		linear-gradient(110deg, rgba(255, 208, 90, 0.16), rgba(255, 208, 90, 0) 28%),
		linear-gradient(135deg, rgba(34, 199, 214, 0.19), rgba(14, 30, 32, 0.96) 46%, rgba(10, 18, 20, 1)) !important;
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.36), 0 0 28px rgba(34, 199, 214, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.mercadopago_package:nth-of-type(6):after,
.mercadopago_package:nth-of-type(7):after {
	content: "" !important;
	display: block !important;
	top: -70% !important;
	right: 10% !important;
	bottom: auto !important;
	left: auto !important;
	width: 190px !important;
	height: 240% !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)) !important;
	color: transparent !important;
	font-size: 0 !important;
	opacity: 0 !important;
}

.mercadopago_package:nth-of-type(6):hover:after,
.mercadopago_package:nth-of-type(7):hover:after {
	right: 54% !important;
	opacity: 1 !important;
}

.mercadopago_package:nth-of-type(6) .mercadopago_package_credits,
.mercadopago_package:nth-of-type(7) .mercadopago_package_credits {
	color: #bfe8e8 !important;
	text-shadow: none !important;
}

.mercadopago_package:nth-of-type(6) .mercadopago_package_button:before,
.mercadopago_package:nth-of-type(6) .mercadopago_package_button:after,
.mercadopago_package:nth-of-type(7) .mercadopago_package_button:before,
.mercadopago_package:nth-of-type(7) .mercadopago_package_button:after {
	content: none !important;
	display: none !important;
}
