@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");.Customer_card__d_7W2{background-color:#fff;border:none;border-radius:12px;margin:1rem;width:300px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;font-family:Roboto,sans-serif}.Customer_card__d_7W2:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.Customer_imageContainer__DXYcq{position:relative;width:100%;height:200px;overflow:hidden}.Customer_cardImage__UIc5u{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Customer_overlay__Sn0_h{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);color:#fff;padding:10px;text-align:center}.Customer_cardTitle__APmVo{margin:0;font-size:1.5rem;font-weight:700}.Customer_cardInfo__l8chL{padding:1rem;text-align:left}.Customer_cardDetail__Kl4Rs{margin:.3rem 0;color:#333;font-size:.9rem;display:flex;align-items:center}.Customer_cardDetail__Kl4Rs svg{margin-right:.5rem;color:#333}.CustomerList_header__XjP1K{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.CustomerList_addButton__X9DUP{display:inline-block;padding:10px 20px;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:5px}.CustomerList_error__2w8Ca{color:red}.CustomerList_cardContainer__DZfuu{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.CustomerList_card__7MWTi{border:1px solid #ccc;border-radius:5px;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.CustomerList_card__7MWTi h2{margin-top:0}.CustomerList_card__7MWTi p{margin:5px 0}.CustomerList_container__tj7gL{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:var(--background-color)}.CustomerList_title__L_5XZ{font-size:2.5rem;color:var(--primary-color);margin-bottom:2rem}.CustomerList_mealList__uTnf0{display:flex;justify-content:center;flex-wrap:wrap}