.oe-custom-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #244994; /* Change to your brand color */
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}
.oe-custom-button:hover {
    background-color: #1b376e; /* Darker shade for hover */
}
