.order-list-container{padding:2rem}.order-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.order-search-wrapper{position:relative;width:250px}.student-header{padding:1rem 1.5rem;border-bottom:1px solid #f1f3f5;background-color:#fafbff;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;align-items:center;gap:.5rem}.order-row{display:flex;align-items:center;padding:1rem 1.5rem}.order-book-info{flex:1;padding-right:1rem;display:flex;align-items:center;gap:.75rem;min-width:0}.order-status-buttons{display:flex;align-items:center;gap:.3rem;flex-shrink:0}.status-btn{display:flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:30px;cursor:pointer;font-weight:500;font-size:.78rem;flex-shrink:0;transition:all .15s ease}.add-order-form-grid{display:grid;grid-template-columns:160px 1fr auto;gap:.8rem;align-items:center;width:100%}@media (max-width: 768px){.order-list-container{padding:1rem}.order-list-header{flex-direction:column;align-items:stretch}.order-search-wrapper{width:100%}.student-header{padding:.75rem 1rem}.order-row{flex-direction:column;align-items:flex-start;gap:.6rem;padding:.75rem 1rem}.order-book-info{padding-right:0;width:100%}.order-status-buttons{width:100%;flex-wrap:wrap;gap:.35rem}.status-btn{flex:1;justify-content:center;padding:.4rem .3rem;font-size:.72rem;min-width:0}.add-order-form-grid{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8f9fa;color:#212529;line-height:1.6}#root{margin:0 auto;padding:0}button{transition:all .2s ease-in-out}button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}
