.command-card-header{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#2c3e50;color:#fff;border-radius:5px 5px 0 0}.command-card-header h3{margin:0;font-size:1.2rem}.command-card-header .fa-chevron-down{transition:transform .3s}.command-card-header.collapsed .fa-chevron-down{transform:rotate(-90deg)}.command-card-body{transition:.3s;overflow:hidden;max-height:0;opacity:0;padding:0 15px;background-color:#34495e;border-radius:0 0 5px 5px}.command-card-body.show{max-height:1000px;opacity:1;padding:15px}.command-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #3d566e}.command-item:last-child{border-bottom:none}.command-name{font-weight:700;color:#4fc1e9}.command-desc{color:#ecf0f1}