.aal-product-question {
	--aal-red: #e31b23;
	--aal-red-dark: #b90f17;
	--aal-ink: #111820;
	--aal-muted: #66717c;
	--aal-line: #d9dfe4;
	box-sizing: border-box;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 22px 0 26px;
	padding: 22px 24px 20px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	background:
		radial-gradient(circle at 100% 0%, rgba(227, 27, 35, .24), transparent 42%),
		linear-gradient(125deg, #0c1117, #19222b);
	box-shadow: 0 18px 45px rgba(10, 17, 24, .18);
	color: #fff;
	font-family: Montserrat, sans-serif;
}

.aal-product-question::before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--aal-red), #ff5a42 58%, transparent);
	content: "";
}

.aal-product-question::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: url("images/topographic-contour-reference.png") center / cover no-repeat;
	content: "";
	filter: invert(1);
	mix-blend-mode: screen;
	opacity: .1;
	pointer-events: none;
}

.aal-product-question > * {
	position: relative;
	z-index: 1;
}

.aal-product-description-layout {
	display: flow-root;
}

.aal-product-description-layout__content,
.aal-product-description-layout__question {
	min-width: 0;
}

.aal-product-description-layout__question {
	float: right;
	width: clamp(360px, 38%, 500px);
	margin: 0 0 30px clamp(30px, 4vw, 58px);
}

.aal-product-description-layout__question .aal-product-question {
	margin: 0;
}

.aal-product-question *,
.aal-product-question *::before,
.aal-product-question *::after {
	box-sizing: border-box;
}

.aal-product-question__eyebrow {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 7px;
	margin: 0 0 7px;
	color: #ff7a71;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1;
	text-transform: uppercase;
}

.aal-product-question__eyebrow::before {
	width: 22px;
	height: 2px;
	background: currentColor;
	content: "";
}

.aal-product-question h2 {
	margin: 0 0 5px;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 22px;
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.aal-product-question__intro {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
	line-height: 1.42;
}

.aal-product-question__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	margin: 0;
}

.aal-product-question__form input,
.aal-product-question__form button {
	min-height: 48px;
	margin: 0;
	border-radius: 6px !important;
	font-family: inherit;
	font-size: 13px;
	font-weight: 650;
}

.aal-product-question__form input {
	width: 100%;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, .56);
	background: rgba(5, 10, 15, .38);
	box-shadow: none;
	color: #fff;
}

.aal-product-question__form input::placeholder {
	color: rgba(255, 255, 255, .72);
}

.aal-product-question__form input:focus {
	border-color: #fff;
	box-shadow: none;
	outline: 3px solid rgba(255, 122, 113, .28);
	outline-offset: 1px;
}

.aal-product-question__form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	padding: 0 22px;
	border: 1px solid var(--aal-red);
	background: var(--aal-red);
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.aal-product-question__form button:hover,
.aal-product-question__form button:focus {
	border-color: var(--aal-red-dark);
	background: var(--aal-red-dark);
	color: #fff;
}

.aal-product-question__form button:disabled {
	cursor: wait;
	opacity: .65;
}

.aal-product-question__status {
	min-height: 0;
	margin-top: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 11px;
	line-height: 1.45;
}

.aal-product-question__status:not(:empty) {
	margin-top: 10px;
}

.aal-product-question__answer {
	margin-top: 16px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 10px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
	color: var(--aal-ink);
}

.aal-product-question__answer[hidden] {
	display: none;
}

.aal-product-question__answer h3 {
	margin: 0 0 7px;
	color: var(--aal-ink);
	font-family: Inter, sans-serif;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.25;
}

.aal-product-question__answer p {
	margin: 0;
	color: #333;
	font-size: 1em;
	line-height: 1.6;
}

.aal-product-question__answer p + p {
	margin-top: 9px;
}

.aal-product-question__sources {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 14px;
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid var(--aal-line);
}

.aal-product-question__sources span {
	width: 100%;
	color: var(--aal-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .45px;
	text-transform: uppercase;
}

.aal-product-question__sources a,
.aal-product-question__sources strong {
	color: var(--aal-ink);
	font-size: 14px;
	font-weight: 650;
}

.aal-product-question__sources a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.aal-product-question__note {
	color: var(--aal-muted) !important;
	font-size: 12px !important;
}

.aal-product-question__feedback {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-top: 13px;
	padding-top: 12px;
	border-top: 1px solid var(--aal-line);
}

.aal-product-question__feedback > span {
	color: var(--aal-ink);
	font-size: 13px;
	font-weight: 700;
}

.aal-product-question__feedback > div {
	display: flex;
	gap: 6px;
}

.aal-product-question__feedback button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 34px;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 1px solid var(--aal-line);
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: var(--aal-ink);
	cursor: pointer;
	font-size: 17px;
	line-height: 1;
}

.aal-product-question__feedback button:hover,
.aal-product-question__feedback button:focus-visible,
.aal-product-question__feedback button.is-selected {
	border-color: var(--aal-red);
	background: #fff2f2;
	outline: none;
}

.aal-product-question__feedback button:disabled {
	cursor: default;
	opacity: .55;
}

.aal-product-question__feedback button.is-selected {
	opacity: 1;
}

.aal-product-question__feedback p {
	flex-basis: 100%;
	color: var(--aal-muted);
	font-size: 12px;
	line-height: 1.4;
}

.aal-product-question__feedback p:empty {
	display: none;
}

@media (max-width: 520px) {
	.aal-product-question {
		margin: 18px 0 22px;
		padding: 18px;
	}

	.aal-product-question__form {
		grid-template-columns: 1fr;
	}

	.aal-product-question__form button {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.aal-product-description-layout {
		display: flex;
		flex-direction: column;
	}

	.aal-product-description-layout__content {
		order: 1;
	}

	.aal-product-description-layout__question {
		float: none;
		width: 100%;
		margin: 28px 0 0;
		order: 2;
	}
}
