/*
Theme Name: AskGrihith Child
Template: listivo
Description: Child theme for AskGrihith (Listivo) - protects custom changes from theme updates
Version: 1.0
*/

body {
    /* Inherits all styles from parent theme (Listivo) automatically */
}

/* Card title: 14px on mobile */
@media (max-width: 767px) {
    .listivo-listing-card-name-selector {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}
