/**
 * Public styles for the Mollie buy button rendered inside Core's
 * [robotstxt_core_subscribe] shortcode when price > 0.
 */

.robotstxt-mollie-subscribe {
	margin: 1em 0;
}

/* Button uses the Button block markup (wp-block-button__link); these rules
 * mirror core's default block-button styling so the look holds even on
 * pages where the block library stylesheet is not loaded. */
.robotstxt-mollie-subscribe__button {
	background-color: #32373c;
	border: 0;
	border-radius: 9999px;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-align: center;
}

.robotstxt-mollie-subscribe__button:disabled {
	background-color: #a7aaad;
	cursor: default;
}

.robotstxt-mollie-subscribe__price {
	margin-left: 0.5em;
	font-weight: 600;
	color: #50575e;
}

.robotstxt-mollie-subscribe__error {
	margin-top: 0.5em;
	color: #d63638;
	font-size: 0.9em;
}
