.result-x-title {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}
.result-x-title div {
	font-family: "PremierLeagueW01-Bold";
	font-size: 16px;
	text-align: center;
	background-color: #4285F4 !important;
	padding: 8px 5px;
	margin: 0;
	width: 25%;
}
@media (max-width: 1160px) {
	.result-x-title div {
		font-size: 14px;
		padding: 8px 0px;
	}
	.result-x-title {
		gap: 5px;
		margin-bottom: 5px;
	}
}
@media (max-width: 992px) {
	.result-x-title div {
		font-size: 16px;
		padding: 8px 5px;
		width: 100%;
	}
	.result-x-title {
		flex-direction: column;
	}
}

/* checkout upsell box */
.ftb-checkout-upsell-box {
	border: 3px solid #4285f4;
	padding: 15px;
	margin-bottom: 10px;
}
.ftb-checkout-upsell-box p {
	font-size: 18px;
}
.ftb-checkout-upsell-box p:first-child span,
.ftb-checkout-upsell-box p span {
	color: #ff00ff;
	font-weight: bold;
}
.ftb-checkout-upsell-box p:first-child span:first-child {
	color: #963CFF;
}

.ftb-link-white-underline {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	transition: all 0.2s;
}
.ftb-link-white-underline:hover {
	color: #FFF;
	opacity: 0.8;
}
