.show-card{border:1px solid #ddd;padding:10px;margin-bottom:10px;border-radius:4px;cursor:grab;transition:transform .2s,box-shadow .2s;background-color:#fff}.show-card:active{cursor:grabbing;box-shadow:0 6px 12px rgba(0,0,0,.15);transform:scale(1.02)}.show-card strong{color:var(--primary-color);display:block;margin-bottom:4px}.timeline-slot{padding:12px;border-left:5px solid var(--secondary-color);background-color:#e0f7fa;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.timeline-slot.travel{background-color:#ffe0b2;border-left-color:#ff9800;font-style:italic;font-size:.9em}.timeline-slot .time{font-weight:700;margin-right:15px;color:#333}.remove-btn{background:var(--primary-color);color:white;border:none;padding:4px 8px;border-radius:3px;cursor:pointer;font-size:.8em}