/*
 Theme Name: Divi Child
 Theme URI: https://example.com
 Description: Child theme for Divi
 Author: Gregory
 Template: Divi
 Version: 1.0
*/

/* You can add your custom CSS below */
.golf-booking-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 1rem;
}
.tee-time-block {
    padding: 1rem;
    border: 1px solid #ccc;
    background: #f8f8f8;
    text-align: center;
}
