.sponsor-box {
	max-width: 320px;
	margin: 24px 0 32px 0;
	box-sizing: border-box;
}

.level2-app-box {
	max-width: 320px;
	margin: 20px 0 20px 0;
	box-sizing: border-box;
}

.sponsor-surround {
	background: linear-gradient(180deg, #d5dadf 0%, #cbd2d8 45%, #b9c2cb 100%);
	border: 1px solid #b0b8c0;
	border-radius: 8px;
	padding: 8px 8px 8px 8px;
	min-width: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sponsor-surround h2 {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 0.9375rem;
	color: #5a5a5a;
	margin-top: -1px;
	margin-bottom: 6px;
	padding-bottom: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.action-link-item {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 1px solid #c6c9cc; 
	border-radius: 6px;
	padding: 9px 14px;
	color: #06f !important;
	text-decoration: none;
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 625 !important;
	font-size: 0.95rem;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
	height: 54px;
	min-width: 0;
	cursor: pointer;
}

.action-link-item:hover,
.action-link-item:active {
	background: linear-gradient(135deg, #2595e0 0%, #1f8dd6 100%) !important;
	color: #ffffff !important;
	border-color: #1f8dd6 !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2) !important;
}

.vertical-links-stack {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.service-btn {
	height: auto;
	padding: 10px 14px;
	text-align: center;
	line-height: 1.15;
	font-size: 1.1rem;
	font-weight: 700 !important;
	white-space: normal;
	border-color: #bcbfc2 !important;
}

.service-btn:hover,
.service-btn:active {
	background: #ffffff !important;
	color: #06f !important;
	border-color: #1f8dd6 !important;
	box-shadow: inset 0 0 0 1px #1f8dd6 !important;
}

.vertical-links-stack .sponsor-item {
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #bcbfc2; 
	border-radius: 6px;
	justify-content: center;
	height: 54px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	display: flex;
	align-items: center;
}

.vertical-links-stack .sponsor-item:hover,
.vertical-links-stack .sponsor-item:active {
	background: #ffffff !important;
	border-color: #1f8dd6 !important;
	box-shadow: inset 0 0 0 1px #1f8dd6 !important;
}

.sponsor-logo {
	max-width: 92%;
	max-height: 32px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	padding: 0;
	transform: scale(1.08);
	transform-origin: center center;
}

.sponsor-logo-kip {
	max-width: 95%;
	max-height: 30px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	padding: 12px 4px 6px 4px;
}

a {
	-webkit-tap-highlight-color: transparent;
}