/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
.button_full_width {
    background-color: #8A6148 !important; /* Sets the background color */
    color: #ffffff !important; /* Ensures the text is visible */
    border: none; /* Optional: remove border for a cleaner look */
    padding: 10px 20px; /* Adjust button padding */
    border-radius: 5px; /* Adds rounded corners */
    cursor: pointer; /* Changes cursor to pointer on hover */
}

.button_full_width:hover {
    background-color: #704D3A !important; /* Slightly darker color on hover */
}
