/* Light The Lamp basic styles */
.ltl-schedule ul { list-style: none; padding-left: 0; }
.ltl-schedule li { padding: 8px 10px; margin: 6px 0; background: #fff; border-radius: 8px; display:flex; align-items:center; gap:10px; }
.ltl-schedule li.home { border-left: 6px solid #0c0; }
.ltl-schedule li.away { border-left: 6px solid #06c; }
.ltl-schedule .ltl-logo { height: 22px; width: auto; }
.ltl-picks { list-style: none; padding-left: 0; }
.ltl-game .ltl-game-meta { display:flex; align-items:center; gap:10px; }
.ltl-goals { list-style: none; padding-left: 0; }
.ltl-goals li { padding:6px 8px; margin:4px 0; background:#fff; border-radius:6px; }
