.cts-wc-payment-fields {
	margin-top: 10px;
}

.cts-wc-payment-fields .form-row {
	margin-bottom: 10px;
}

.cts-wc-blik-row input#cts_wc_blik_code {
	max-width: 140px;
	letter-spacing: 2px;
	font-size: 1.1rem;
}

.cts-wc-interval-suffix {
	color: #666;
	font-weight: 400;
}

.cts-wc-status {
	margin: 16px 0;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #f7f7f7;
}

.cts-wc-status__message {
	margin: 0;
}

.cts-wc-payment-icons {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 8px;
	vertical-align: middle;
	line-height: 0;
}

.cts-wc-payment-icons svg {
	display: block;
	flex-shrink: 0;
}

/**
 * Styl przycisku "Kupuję i płacę" dopasowany do głównego CTA marki
 * ("Darmowa konsultacja" w menu - patrz reguła .rb-cta > a w motywie):
 * ciemnogranatowe tło, białe pogrubione litery, pełne zaokrąglenie (pigułka),
 * niebieskie podświetlenie po najechaniu. !important jest potrzebne, żeby
 * przebić domyślne style bloku Kasa WooCommerce (.wc-block-components-button).
 */
.wc-block-components-checkout-place-order-button {
	background: #1e293b !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	font-weight: 700 !important;
	padding: 16px 32px !important;
	transition: background 0.2s, transform 0.15s;
}

.wc-block-components-checkout-place-order-button:hover:not(:disabled) {
	background: #3452ff !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.wc-block-components-checkout-place-order-button:disabled {
	opacity: 0.6;
	transform: none;
}
