#dateList{margin-bottom:10px}
.date-entry{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f9f9f9;border-radius:3px;margin-bottom:8px}
.date-entry input{flex:1;padding:6px 8px;border:1px solid #ddd;border-radius:3px;font-size:14px}
.date-entry .btn-remove{background:none;border:none;color:#e53935;font-size:18px;cursor:pointer;padding:0 5px}
.date-entry .btn-remove:hover{color:#c62828}
#schedule table{width:100%;border-collapse:collapse;margin-top:10px;font-size:13px}
#schedule th,#schedule td{padding:8px 10px;border:1px solid #e8e8e8;text-align:center}
#schedule th{background:#f5f5f5;font-weight:700;color:#555}
#schedule td input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.result-note{font-size:12px;color:#999;margin-top:10px;text-align:center}
