.order-detail-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}@media screen and (min-width:600px){.order-detail-wrapper{display:flex}}.order-detail-wrapper .card{padding:10px 20px!important;box-sizing:border-box;background-color:var(--v-grey-lighten2)!important;border:1px solid var(--v-grey-lighten2)!important;border-radius:8px}.order-detail-wrapper .card:hover{background-color:var(--v-primary-lighten2)}.order-detail-wrapper .card.cart-info{padding:35px 0 27px 12px!important}.order-detail-wrapper .card.cart-info .text,.order-detail-wrapper .card.cart-info .value{line-height:24px!important}@media only screen and (min-width:600px)and (max-width:959.98px){.order-detail-wrapper .card.cart-info{padding:20px!important}}@media print{.order-detail .cart-info-cards{flex-direction:row!important;gap:12px!important}.order-detail .cart-info-cards div:first-child{margin-bottom:0!important}}