/* SGE — Download Brochure button under each Shop by Brand card */

.sge-brand__brochure {
	margin-top: clamp(1rem, 2vw, 1.5rem);
}

.sge-brand__brochure .sge-catalogue__download {
	width: fit-content;
	min-width: 0;
	max-width: none;
	padding: 10px 14px;
	gap: 6px;
	white-space: nowrap;
}
