/*
Theme Name: Hodelpa
Author: Tráfico
Author URI: https://trafico.ca/
Description: Hodelpa theme
Template: hello-elementor
Version: 1.0.1
*/

/* Reset iOS styling on dropdown elements */
select.tfco-input-elem {
    -webkit-appearance: none;
    background-color: #FFFFFF;
}
/* Reset iOS styling for date elements */
input[type="date"].tfco-input-elem {
    -webkit-appearance: none;
    background-color: #FFFFFF;
}


/* Pricing table - reorder "desde" to the top */
.elementor-price-table__price .elementor-price-table__currency { order: 2; }
.elementor-price-table__price .elementor-price-table__integer-part { order: 3; }
.elementor-price-table__price .elementor-price-table__period { order: 1; }

/* Pricing table - stretch to full height */
.elementor-price-table {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.elementor-price-table .elementor-price-table__footer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
