/*

 Theme Name: Divi Child

 Theme URI: https://www.elegantthemes.com/gallery/divi/

 Description: Divi Child Theme

 Author: Elegant Themes

 Author URI: https://www.elegantthemes.com

 Template: Divi

 Version: 1.0.0

*/

 

/* =Theme customization starts here

------------------------------------------------------- */

.cta-gomb-stilus {
    background-color: #0073aa; /* Kék háttér */
    color: #ffffff !important; /* Fehér szöveg */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-gomb-stilus:hover {
    background-color: #005a87; /* Sötétebb kék hoverre */
}