/*
Theme Name: Prei Teller
Theme URI: https://jouw-domein.nl
Author: Grok + Leon
Description: Prei Teller - Automatische prei planten teller met GPS en kaart
Version: 1.2
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.prei-teller-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

h1, h2 {
    color: #2E7D32;
}

button {
    background: #2E7D32;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

#map {
    height: 400px;
    margin: 20px 0;
    border-radius: 12px;
}
