/**
 * Buy Now Rocket — front-end button styles.
 *
 * Intentionally minimal: the button carries the theme's own `button alt`
 * classes, so by default it looks exactly like the theme's Add to Cart
 * button. The only rules here are the spacing between the two buttons.
 * Custom colours (optional) are added via wp_add_inline_style() when the
 * merchant picks the "Custom colours" style in the settings.
 *
 * @package Buy_Now_Rocket
 * @since   1.0.0
 */

.bnrkt-buy-now.bnrkt-buy-now--after {
	margin-inline-start: 0.4em;
	margin-top: 0.4em;
}

.bnrkt-buy-now.bnrkt-buy-now--before {
	margin-inline-end: 0.4em;
	margin-bottom: 0.4em;
}
