/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* TDS boxok rendezése horizontális*/
.cta-card,
.cta-card .elementor-widget-container,
.cta-card .elementor-cta {
    height: 100%;
}

.cta-card .elementor-cta__content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cta-card .elementor-cta__button-wrapper {
    margin-top: auto;
}

/* TDS boxok rendezése vertikális*/
.cta-card2,
.cta-card2 .elementor-widget-container,
.cta-card2 .elementor-cta {
    height: 100%;
}

.cta-card2 .elementor-cta {
    display: flex;
    flex-direction: column;
}

.cta-card2 .elementor-cta__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cta-card2 .elementor-cta__button-wrapper {
    margin-top: auto;
}

