/* 
	Theme Name: Apparatus Child Theme
	Version: 1.0
	Theme URI: http://themeforest.net
	Description: A basic starter child theme for Apparatus
	Author: Fluent-Themes
	Author URI: http://themeforest.net/user/fluent-themes
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template: apparatus
*/

/* ================================================================ 
     GLOBAL STYLES - Start your custom styles from below
=================================================================== */

/* El contenedor interno trabaja como columna */
.pricing .pricing-table .row {
    display: flex;
    flex-direction: column;   /* Apila verticalmente los col-12 */
    height: 100%;             /* Toma la altura del .pricing-table */
}

/* El último col-12 (donde está el botón) se empuja hacia abajo */
.pricing .pricing-table .row > .col-12 {
    flex: inherit;              /* No crecerá más allá de su tamaño natural */
}
.pricing .pricing-table .row > .col-12:last-child {
    margin-top: auto;
}
