/*
Theme Name:   Astra Child
Theme URI:    https://wpastra.com/
Description:  Astra Child Theme
Author:       Silver Fit Plus
Template:     astra
Version:      1.0.0
*/

/* ===========================
   SilverFitPlus Custom Styles
   =========================== */

/* Programs section: equal-height cards with buttons pinned to bottom */
.elementor-element-sfps9 .elementor-column {
    display: flex !important;
    flex-direction: column !important;
}
.elementor-element-sfps9 .elementor-column > .elementor-widget-wrap {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}
.elementor-element-sfps9 .elementor-column > .elementor-widget-wrap > .elementor-widget.elementor-widget-text-editor {
    flex: 1 !important;
}

/* SFP Banner / Dark area fix */
.ast-above-header-bar,
.ast-above-header-section,
#ast-above-header,
.ast-header-break-point .ast-above-header-bar,
.site-content,
.content-area,
.ast-article-single,
.entry-header,
.entry-header.ast-no-title,
.entry-header.ast-header-without-markup {
    background: transparent !important;
    background-color: transparent !important;
}
.entry-header.ast-header-without-markup {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
