/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 12:12:13 */
.wp-block-button .wp-element-button {
    background-color: var(--wp--preset--color--primary);
    border: var(--wp--preset--color--primary);
	padding: 8px 30px !important;
    border-radius: 10px;
	color: #FFF;
}

.wp-block-button .wp-element-button:focus, .wp-block-button .wp-element-button:active {
	outline: none;
}

