/* =========================
   PROGRAM GUIDE — COMPACT VERSION
========================= */

body {
  background-color: #a0cced !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2a33;
}

/* Container */
.sched-container,
.container,
.wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px;
}

/* =========================
   SECTION HEADERS
========================= */

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  text-align: center;
  color: #16394d;
  margin: 30px 0 15px;
}

/* =========================
   SESSION BLOCK (COMPACT CARD)
========================= */

.sched-event,
.event {
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  border-left: 4px solid #16394d;
}

/* =========================
   TIME (SMALLER + MORE SUBTLE)
========================= */

.time,
.times,
.sched-event-time,
.event-time,
.sched-event-start-time {
  display: block !important;
  font-size: 12px;
  font-weight: 600;
  color: #a3a60f;
  margin-bottom: 4px;
  letter-spacing: 0.4px;
}

/* =========================
   TITLE (LESS DOMINANT)
========================= */

.sched-event-title,
.event-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  color: #16394d;
  margin-bottom: 4px;
}

/* =========================
   DESCRIPTION (TIGHTER)
========================= */

.sched-event-description,
.description {
  font-size: 13px;
  line-height: 1.5;
  color: #2b2b2b;
  margin-top: 4px;
}

/* =========================
   SPEAKERS / META
========================= */

.sched-event-presenter,
.speaker,
.sched-event-speakers {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}

/* =========================
   SPACING CONTROL
========================= */

.sched-event + .sched-event {
  margin-top: 6px;
}

/* =========================
   HOVER (SUBTLE ONLY)
========================= */

.sched-event:hover,
.event:hover {
  transform: translateY(-1px);
  transition: 0.15s ease;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* =========================
   LINKS
========================= */

a {
  color: #16394d;
  font-weight: 500;
}

a:hover {
  color: #ffffff;
}

/* =========================
   BUTTONS
========================= */

a.btn,
.sched-button {
  background-color: #a3a60f !important;
  color: #ffffff !important;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

/* =========================
   SIGN UP BUTTON
========================= */

a.sc-signup {
  display: inline-block;
  background-color: #a3a60f !important;
  color: #ffffff !important;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
}

/* =========================
   FARM TOUR SPECIAL BLOCK
========================= */

.sched-event {
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  border-left: 4px solid #16394d;
}

.sched-event.farm-tour {
  background: #eaf4fb !important;
  border-left: 6px solid #a3a60f !important;
}

.track,
.category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.6);
  padding: 3px 6px;
  border-radius: 4px;
  display: inline-block;
}