/* Templates Rocket Catalog Manager — frontend.
   The download button is a plain <button>, so it inherits your active theme's
   button styling. We only add icon/label alignment — no colors are forced. */

.catr-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	cursor: pointer;
}

.catr-download-btn svg {
	flex-shrink: 0;
}

.catr-download-btn[disabled] {
	opacity: 0.6;
	cursor: default;
}
