/*
Theme Name: Refugee Farm Theme
Author: Your Name
Description: Elementor-ready theme for refugee farm with donation, sponsors, get involved, and dynamic farm management.
Version: 1.0
*/

body { font-family: Arial, sans-serif; margin:0; padding:0; }
header, footer { background:#16a34a; color:white; padding:20px; text-align:center; }
nav a { color:white; margin:0 10px; text-decoration:none; }
.page-content { padding:20px; max-width:1200px; margin:0 auto; }
.circular-button { display:inline-block; border-radius:50%; padding:30px; margin:10px; text-align:center; color:white; font-weight:bold; cursor:pointer; }
.circular-button:hover { opacity:0.8; }
.animal-form { max-width:600px; margin:auto; background:#f9f9f9; padding:20px; border-radius:10px; }
.animal-table { width:100%; border-collapse: collapse; margin-top:20px; }
.animal-table th, .animal-table td { border:1px solid #ccc; padding:8px; text-align:center; }
.animal-table th { background:#16a34a; color:white; }
.alert { background:#fca5a5; padding:10px; margin:10px 0; border-radius:5px; }