/**
 * Tinxy Hover Cards - Fix for white space below cards container
 * This file removes any unwanted white space below the hover cards grid
 */

.tinxy-hover-cards-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    line-height: 0;
}

.tinxy-hover-cards {
    margin: 0 !important;
    margin-bottom: 0 !important;
    line-height: normal;
}

.tinxy-hover-card {
    margin-bottom: 0 !important;
}

/* Ensure no extra space in Elementor container */
.elementor-widget-tinxy-hover-cards {
    margin-bottom: 0 !important;
}

.elementor-widget-tinxy-hover-cards .elementor-widget-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove any default Elementor spacing */
.elementor-element.elementor-widget-tinxy-hover-cards {
    margin-bottom: 0 !important;
}