/* Full-width PDF button; keep clear gap before Proceed to Checkout. */
.wc-block-cart .wp-block-dorfnetz-cart-pdf-button,
.wc-block-cart .wp-block-wc-cart-button-cart-pdf-button,
.wc-block-checkout .wp-block-dorfnetz-cart-pdf-button,
.wc-block-checkout .wp-block-wc-cart-button-cart-pdf-button,
.editor-styles-wrapper .wp-block-dorfnetz-cart-pdf-button,
.editor-styles-wrapper .wp-block-wc-cart-button-cart-pdf-button {
	display: block !important;
	width: 100% !important;
	max-width: 100%;
	clear: both;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-bottom: 1.25rem !important;
	margin-bottom: 0.25rem !important;
}

.wc-block-cart .wp-block-dorfnetz-cart-pdf-button .cart-pdf-button,
.wc-block-cart .wp-block-wc-cart-button-cart-pdf-button .cart-pdf-button,
.wc-block-checkout .wp-block-dorfnetz-cart-pdf-button .cart-pdf-button,
.wc-block-checkout .wp-block-wc-cart-button-cart-pdf-button .cart-pdf-button,
.editor-styles-wrapper .wp-block-dorfnetz-cart-pdf-button .cart-pdf-button,
.editor-styles-wrapper .wp-block-wc-cart-button-cart-pdf-button .cart-pdf-button {
	box-sizing: border-box !important;
	display: flex !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 3em;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	margin: 0 !important;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* Extra gap when checkout submit follows the PDF button directly. */
.wp-block-dorfnetz-cart-pdf-button + .wp-block-woocommerce-proceed-to-checkout-block,
.wp-block-wc-cart-button-cart-pdf-button + .wp-block-woocommerce-proceed-to-checkout-block,
.wp-block-dorfnetz-cart-pdf-button + .wc-block-cart__submit,
.wp-block-wc-cart-button-cart-pdf-button + .wc-block-cart__submit,
.wp-block-dorfnetz-cart-pdf-button + .wp-block-woocommerce-proceed-to-checkout,
.wp-block-wc-cart-button-cart-pdf-button + .wp-block-woocommerce-proceed-to-checkout {
	margin-top: 0.75rem !important;
}

.wp-block-dorfnetz-cart-pdf-button .cart-pdf-button:hover,
.wp-block-wc-cart-button-cart-pdf-button .cart-pdf-button:hover {
	background-color: var(--dorfnetz-cart-pdf-bg-hover) !important;
	color: var(--dorfnetz-cart-pdf-text-hover) !important;
	border-color: var(--dorfnetz-cart-pdf-bg-hover) !important;
}

.dorfnetz-cart-pdf-error {
	margin: 0 0 1em;
	padding: 0.75em 1em;
	border: 1px solid #cc1818;
	background: #fcf0f1;
	color: #1e1e1e;
}
