/*
Theme Name: Coachsly
Theme URI: https://coachsly.com
Description: Child theme for Hello Elementor
Author: RaphDesign
Template: hello-elementor
Version: 1.0.0
*/

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content,
#content,
.elementor-template-canvas {
    flex: 1;
}

.elementor-button .elementor-button-text {
    display: inline-block;
    transition: transform 0.2s ease;
}

.elementor-button:hover .elementor-button-text {
    transform: scale(1.08);
}