*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Arial,sans-serif}#root{background:#fff;display:flex;min-height:100vh;flex-direction:column;justify-content:flex-start}.container{max-width:360px;width:100%;margin:20px auto;display:flex;flex-direction:column;align-items:center;gap:32px}.delivery-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;padding:20px;border:2px solid #ff3b30;border-radius:20px;background:#fff;text-decoration:none;color:inherit;box-shadow:0 14px 30px #0000001f,0 6px 12px #00000014;transition:transform .08s ease,box-shadow .08s ease,opacity .08s ease;-webkit-tap-highlight-color:transparent}.delivery-item:active{transform:scale(.98);box-shadow:0 4px 10px #0000001f;opacity:.95}.icon{width:100%;height:100px;object-fit:contain;justify-self:center}.text{display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:20px;gap:6px}.text .title{font-weight:700;color:#000}a{text-decoration:none}
