/**
 * Addendum A Item 4 — accordion toggle chrome reset.
 * Transparent <button.accordion-toggle> inside h2.accordion-item-title.
 * Visual layout stays on the heading (.interact CSS hooks unchanged).
 */

.accordion-item-title .accordion-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
	min-width: 0;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	font-weight: inherit;
	color: inherit;
	text-align: inherit;
	line-height: inherit;
	cursor: pointer;
}

.accordion-item-title .accordion-toggle:focus {
	outline: auto;
}
