/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/



.cf-theme-dark .ba-lottie-wrapper svg path[stroke="rgb(29,29,26)"] {
  stroke: var(--evo-dark) !important;
}

.featured-info {
    display: flex;
    align-items: stretch; /* This is crucial - makes all blocks same height */
}

.featured-info__block {
    display: flex;
    flex-direction: column;
    flex: 1; /* Takes equal width */
}

.featured-info__text {
    flex-grow: 1; /* Grows to push button down */
}