.bku-question-fast-path {
	display: grid;
	grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
	gap: 1rem 1.25rem;
	align-items: center;
	max-width: 820px;
	margin: 1.75rem 0 0;
}

.bku-question-fast-path__button {
	display: flex;
	box-sizing: border-box;
	gap: 0.25rem;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0.8rem 1.15rem;
	border: 1px solid var(--wp--preset--color--accent-deep, #d85f49);
	border-radius: 999px;
	background: var(--wp--preset--color--accent, #f07f63);
	box-shadow: 0 10px 24px rgb(18 33 66 / 12%);
	color: var(--wp--custom--cta-text-on-accent, #132231);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
}

.bku-question-fast-path__button small {
	padding-left: 0.55rem;
	border-left: 1px solid rgb(18 33 66 / 28%);
	font-size: 0.7rem;
	font-weight: 700;
	white-space: nowrap;
}

.bku-question-fast-path__button:hover,
.bku-question-fast-path__button:active {
	border-color: var(--wp--preset--color--accent-deep, #d85f49);
	background: var(--wp--preset--color--accent-deep, #d85f49);
	color: var(--wp--preset--color--surface, #fff);
}

.bku-question-fast-path__button:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--wp--preset--color--accent) 45%, transparent);
	outline-offset: 3px;
}

.bku-question-fast-path__note {
	margin: 0;
	color: var(--wp--preset--color--muted, #536273);
	font-size: 0.78rem;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.bku-question-fast-path {
		grid-template-columns: 1fr;
		gap: 0.7rem;
		margin-top: 1.5rem;
	}

	.bku-question-fast-path__button {
		width: 100%;
	}

	.bku-question-fast-path__note {
		font-size: 0.75rem;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bku-question-fast-path__button {
		scroll-behavior: auto;
	}
}
