/**
 * SEO Read More Buttons - Frontend styles
 *
 * Base button styles. Fallback and focus indicator styles
 * are added dynamically via wp_add_inline_style on this handle.
 *
 * @package SEO_Read_More_Buttons_AyudaWP
 * @since 1.0.4
 */

.srmb-ayudawp-wrapper {
	margin-top: 15px;
}

.srmb-ayudawp-btn {
	display: inline-block;
	cursor: pointer;
	border: none;
	transition: opacity 0.3s ease;
}

.srmb-ayudawp-btn:hover {
	opacity: 0.8;
}
