/*
Theme Name: Freeio Child
Description: Child theme for Freeio
Author: Your Name
Version: 1.0
Template: freeio
Text Domain: freeio-child
*/

/* Import parent styles from nested freeio folder */
@import url("../freeio_theme/freeio/style.css");

/* Custom ACF styles */
.acf-project-fields { margin: 20px 0; padding: 15px; border: 1px solid #ddd; }
.acf-field select, .acf-field input[type="number"], .acf-field input[type="text"] { width: 100%; padding: 8px; margin: 5px 0; }
.acf-field label { font-weight: bold; display: block; margin-bottom: 5px; }