/* ipd-order-summary.css — extracted page styles */
@keyframes revealUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
* { box-sizing: border-box; }
body { margin: 0; background: #f4f1e6; }
::selection { background: #5b7553; color: #f4f1e6; }
a { color: #5b7553; }
a:hover { color: #47603f; }
img {cursor: pointer !important;}