/* Backend CSS Manager bundle (auto-generated). DO NOT EDIT. */

/* --- speisekarten-buttons.css --- */
.c2pdf-buttons {
		gap: 25px;
		display: flex;
		flex-direction: column;
}

/* BCM: flattened @scope(.c2pdf-buttons) for Firefox. */
.c2pdf-buttons .wp-block-button{
				width: fit-content;
		}.c2pdf-buttons .wp-block-button__link{
				border-radius: 0;
				color: #fff;
				background-color: #bc5b17;
				opacity: 1;

				white-space: nowrap;      /* no line breaks inside the button */
				display: inline-flex;     /* optional: keeps it neat */
				align-items: center;      /* optional */
		}.c2pdf-buttons .wp-block-button__link:hover{
				opacity: 0.8;
				color: #fff;
		}
/* End BCM @scope */

