/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/

/* Ensure panel card is always tall enough to accommodate the absolutely-positioned image (200px height + 20px top offset) */
@media (min-width: 768px) {
    .vehica-panel-card .vehica-panel-card__details {
        min-height: 200px;
    }
}