#live-shifts .live-shifts-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
#live-shifts .live-shifts-filters label{margin:12px 0;font-weight:600}
#live-shifts input,#live-shifts select{box-sizing:border-box;width:100%;min-width:0;min-height:46px;margin-top:8px;padding:10px;border:1px solid #aaa;border-radius:6px;background:#fff;color:#252525;font:inherit}
#live-shifts button{min-height:46px}
#live-shifts button:disabled{background:#eee;color:#666;cursor:default}
#live-shifts [hidden]{display:none!important}
#live-shifts .live-shifts-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}
#live-shifts .live-shift-card{min-width:0;padding:20px;border:1px solid #ddd;border-radius:12px;background:#fff}
#live-shifts .live-shift-card h3{margin:0 0 12px}
#live-shifts .live-shift-card p{margin:10px 0}
#live-shifts .live-shift-payment{font-weight:700}
#live-shifts .live-shift-card a{display:inline-block;margin-top:10px;font-weight:600}
#live-shifts .live-shifts-pagination{display:flex;flex-wrap:wrap;gap:12px}
#live-shifts .live-shifts-note{font-size:15px;line-height:1.6}
@media(max-width:767px){#live-shifts .live-shifts-filters,#live-shifts .live-shifts-results{grid-template-columns:minmax(0,1fr)}#live-shifts .live-shifts-filters{gap:0}#live-shifts .live-shift-card{padding:16px}#live-shifts .live-shifts-pagination button{width:100%}}
