/* locum.css v7.1.5 - iOS style with 16px spacing */
*{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.ld-board-wrap{max-width:760px;margin:20px auto;padding:12px;font-size:16px;line-height:1.45}
.ld-top-controls{display:flex;justify-content:center;margin-bottom:14px}
.ld-post-btn{background:#0A84FF;color:#fff;border:none;padding:14px 18px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 20px rgba(10,132,255,0.25);transition:0.2s;width:100%;max-width:270px}
.ld-filter-card,.ld-form-card{background:#fff;border-radius:12px;padding:14px;box-shadow:0 4px 12px rgba(0,0,0,0.06);margin-bottom:14px}
/* Outline refresh button (A2) */
.ld-refresh-btn{border:1px solid #0A84FF;background:transparent;color:#0A84FF;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600}
.ld-refresh-btn:hover{background:rgba(10,132,255,0.06)}

/* form collapsed by default */
#ld-form-card{max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease}
#ld-form-card.ld-open{opacity:1;}

/* form fields - increased spacing to 16px */
.ld-field{margin-bottom:16px}
.ld-field input[type="text"],.ld-field select,.ld-field textarea{width:100%;padding:12px;border:1px solid #E5E7EB;border-radius:10px;font-size:16px;background:#fff}
.ld-note{font-size:13px;color:#666;margin-top:4px}
.ld-actions{display:flex;justify-content:flex-end;margin-top:10px}
.ld-publish-btn{background:#0A84FF;color:#fff;padding:10px 18px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer}
.ld-bottom-note{font-size:13px;color:#444;margin-top:8px}
.ld-slots-container{display:flex;flex-direction:column;gap:14px}
.ld-slot-card{background:#F5F7FA;padding:16px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,0.06)}
.ld-slot-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.ld-clinic{font-size:16px;font-weight:700}
.ld-state-label{background:#e0efff;color:#0A84FF;padding:6px 10px;border-radius:8px;font-size:14px;font-weight:600}
.ld-rate{font-weight:700;margin-bottom:4px}
.ld-date{font-weight:700;margin-bottom:4px}
.ld-time{margin-bottom:4px}
.ld-wa-btn{background:#0A84FF;color:#fff;text-decoration:none;padding:8px 14px;border-radius:10px;font-weight:600;display:inline-block;margin-top:8px}
@media (max-width:720px){ .ld-post-btn{width:100%} }
