/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/* Fix hover on active calendar button */
.fc-button.fc-button-active:hover {
    background-color: rgb(0, 123, 255) !important;
    border-color: rgb(0, 123, 255) !important;
    color: rgb(255, 255, 255) !important;
}
