/*
Theme Name: Tipsterify Child
Description: Child theme for Tipsterify - safe for customizations and updates
Template: tipsterify
Version: 1.0
Author: Tipsterify Team
Text Domain: tipsterify-child
*/

/* Import parent theme styles */
@import url("../tipsterify/style.css");

/* 
 * Child Theme Customizations
 * Add your custom styles below this line
 * These styles will override parent theme styles and survive theme updates
 */

/* Example customizations - you can modify or remove these */

/* Custom header modifications */
.site-header {
    /* Add your custom header styles here */
}

/* Custom color overrides */
:root {
    /* Override parent theme colors if needed */
    /* --primary-color: #your-custom-color; */
    /* --secondary-color: #your-custom-color; */
}

/* Custom tipster card modifications */
.tipster-card {
    /* Add your custom tipster card styles here */
}

/* Custom betting tip modifications */
.betting-tip {
    /* Add your custom betting tip styles here */
}

/* Elementor specific customizations */
.elementor-page {
    /* Add Elementor page specific styles here */
}

/* Mobile responsive customizations */
@media (max-width: 768px) {
    /* Add mobile-specific customizations here */
}

/* 
 * End of child theme customizations
 * 
 * Note: This child theme is designed to work with Elementor and Elementor Pro
 * All parent theme Elementor compatibility features are inherited
 */

