/* Basic Sixtyone Golf styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
}
/* header and footer styles are handled by site_header.html and site_footer.html partials */
section.sixtyone-sessions {
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.events-list .event {
  margin-bottom: 24px;
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.event-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 6px;
}
.event-date {
  color: #888;
  font-size: 0.95em;
}
.event-range {
  color: #555;
  margin-bottom: 8px;
}
.event-details {
  margin-top: 10px;
  font-size: 0.95em;
}
