.kostum-tg-question {
	margin: 24px auto 12px;
	max-width: 420px;
	width: 100%;
}

.kostum-tg-question__button {
	align-items: center;
	background: linear-gradient(135deg, #229ed9 0%, #1a8bc7 100%);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(34, 158, 217, 0.28);
	color: #fff;
	display: flex;
	gap: 12px;
	justify-content: center;
	min-height: 52px;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	width: 100%;
}

.kostum-tg-question__button:hover,
.kostum-tg-question__button:focus {
	background: linear-gradient(135deg, #1f93cb 0%, #1780b5 100%);
	box-shadow: 0 10px 28px rgba(34, 158, 217, 0.34);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.kostum-tg-question__button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.kostum-tg-question__icon-wrap {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}

.kostum-tg-question__icon {
	display: block;
	height: 24px;
	width: 24px;
}

.kostum-tg-question__text {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

@media (max-width: 480px) {
	.kostum-tg-question {
		margin-top: 20px;
		max-width: 100%;
	}

	.kostum-tg-question__button {
		font-size: 14px;
		min-height: 48px;
		padding: 12px 16px;
	}

	.kostum-tg-question__text {
		font-size: 14px;
	}
}
