.bks-quick-answer-block {
	--bks-qa-navy: #0d2f57;
	--bks-qa-orange: #f47b20;
	--bks-qa-ink: #172234;
	--bks-qa-muted: #5f6f82;
	--bks-qa-border: #dce6ef;
	--bks-qa-soft: #fffaf5;
	box-sizing: border-box;
	display: flex;
	gap: 14px;
	width: 100%;
	margin: 28px 0;
	padding: 22px;
	border: 1px solid #f5cfad;
	border-left: 5px solid var(--bks-qa-orange);
	border-radius: 8px;
	background: var(--bks-qa-soft);
	color: var(--bks-qa-ink);
	box-shadow: 0 10px 30px rgba(13, 47, 87, 0.06);
}

.bks-quick-answer-block * {
	box-sizing: border-box;
}

.bks-quick-answer-content {
	min-width: 0;
}

.bks-quick-answer-title {
	margin: 0 0 10px;
	color: var(--bks-qa-navy);
	font-size: 1.35rem;
	line-height: 1.2;
	letter-spacing: 0;
}

.bks-quick-answer-block p {
	margin: 0;
	color: var(--bks-qa-ink);
	font-size: 1rem;
	line-height: 1.65;
}

.bks-quick-answer-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 1px;
	border-radius: 999px;
	background: var(--bks-qa-orange);
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
}

.bks-quick-answer-compact {
	gap: 10px;
	margin: 20px 0;
	padding: 16px;
}

.bks-quick-answer-compact .bks-quick-answer-title {
	font-size: 1.1rem;
}

.bks-quick-answer-highlighted {
	background: #ffffff;
	border-color: var(--bks-qa-border);
	border-left-color: var(--bks-qa-orange);
	box-shadow: 0 18px 42px rgba(13, 47, 87, 0.1);
}

.bks-quick-answer-highlighted .bks-quick-answer-title {
	color: #10284a;
}

@media (max-width: 600px) {
	.bks-quick-answer-block {
		padding: 18px;
	}

	.bks-quick-answer-title {
		font-size: 1.2rem;
	}
}
