.cgmal-app-links {
	margin: 16px 0;
}

.cgmal-heading {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #333;
}

.cgmal-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cgmal-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	border-radius: 8px;
	text-decoration: none !important;
	line-height: 1.15;
	transition: opacity 0.15s ease, transform 0.15s ease;
	background: #000;
	color: #fff !important;
}

.cgmal-btn:hover {
	opacity: 0.85;
	transform: translateY(-1px);
	color: #fff !important;
}

.cgmal-icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.cgmal-text {
	display: flex;
	flex-direction: column;
}

.cgmal-text small {
	font-size: 10px;
	font-weight: 400;
	opacity: 0.85;
	letter-spacing: 0.3px;
}

.cgmal-text {
	font-size: 16px;
	font-weight: 600;
}
