/*
Theme Name: Finovate Child-Rainstonemoney
Theme URI: https://rainstonemoney.co.uk/
Template: finovate
Author: MRK
Author URI: https://ryetec.co/
Description: Vamtam Custom Child is a lightweight and fully customizable child theme built on the powerful Vamtam framework. It is designed to extend and modify the core functionality of the Vamtam parent theme without affecting future updates. This child theme includes custom styling, layout enhancements, performance optimizations, and additional functionality tailored for professional WordPress websites. It ensures maintainability, scalability, and seamless compatibility with WordPress core updates and supported plugins. Built following best development practices, this child theme provides a secure and flexible foundation for business, portfolio, corporate, and eCommerce websites.
Tags: Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, responsive-layout, translation-ready, threaded-comments, e-commerce, blog, portfolio, one-column, two-columns, right-sidebar, left-sidebar, accessibility-ready
Version: 1.00.1772533149
Updated: 2026-03-03 10:19:09

*/





/* Make inner content containers flex column */
.wp-block-col {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  flex: 1 !important;
}

/* Fix heading min-height so 1-line and 2-line headings align */

.wp-block-col .elementor-heading-title {
  min-height: 2.8em;
}

/* Push text editor to grow and fill space */
 .wp-block-col .elementor-widget-text-editor {
  flex: 1 !important;
}


