/*
Theme Name: Divi Child
Theme URI: https://yourdomain.com
Description: Custom child theme for Divi
Author: Your Name
Author URI: https://yourdomain.com
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/

/* Import parent theme styles */
@import url("../Divi/style.css");

/* ========================================
   YOUR CUSTOM STYLES GO BELOW THIS LINE
   ======================================== */

/* Example: Change link colors */
a {
    /* color: #your-color; */
}

/* Example: Custom header styles */
.et_pb_section {
    /* padding: your-custom-values; */
}

/* Mobile responsive overrides */
@media only screen and (max-width: 980px) {
    /* Mobile styles here */
}