.lqp-store-buttons,
.lqp-home-stores {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.lqp-store-badge,
.lqp-store-badge:hover,
.lqp-store-badge:focus,
.lqp-store-badge:visited,
.lqp-store-badge:active,
.lqp-store-badge strong,
.lqp-store-badge small,
.lqp-store-badge span {
	text-decoration: none !important;
	border-bottom: none !important;
}

.lqp-store-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 155px;
	padding: 8px 14px 8px 12px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: #000;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.lqp-store-badge:hover,
.lqp-store-badge:focus {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
	opacity: 0.95;
}

.lqp-store-badge:active {
	transform: scale(0.98);
}

.lqp-store-badge--google {
	background: linear-gradient(180deg, #1f1f1f 0%, #000 100%);
}

.lqp-store-badge--apple {
	background: linear-gradient(180deg, #2b2b2b 0%, #000 100%);
}

.lqp-store-badge-icon {
	width: 26px;
	height: 26px;
	flex-shrink: 0;
}

.lqp-store-badge-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	text-align: left;
}

.lqp-store-badge-text small {
	font-size: 0.58rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.88;
}

.lqp-store-badge-text strong {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

@media (max-width: 480px) {
	.lqp-store-buttons {
		grid-template-columns: 1fr;
		display: grid;
	}

	.lqp-store-badge {
		width: 100%;
		justify-content: center;
	}
}
