/* ============================================================
   checkout.css  -  Invoice & Payment page (Bootstrap 5 / FA4)
   ============================================================ */

/* Desktop vs responsive summary */
@media (max-width: 767.98px) {
    .checkoutDesktopSummary { display: none; }
    .checkoutResponsiveSummary { display: block; }
}
@media (min-width: 768px) {
    .checkoutDesktopSummary { display: block; }
    .checkoutResponsiveSummary { display: none; }
}

/* Responsive summary table */
.checkoutResponsiveSTB { width: 100%; border-collapse: collapse; }
.checkoutResponsiveSTB .cellL { text-align: left; }
.checkoutResponsiveSTB .cellR { text-align: right; }
.checkoutResponsiveSTB .borderB { border-bottom: 1px solid #dee2e6; padding: 4px 0; }

/* Mobile item rows */
.itemLayer { padding: 8px 0; }
.itemLayer.borderB { border-bottom: 1px solid #dee2e6; }
.itemLayer .bold { font-weight: 600; }
.itemLayer .itemdesc { color: #555; font-size: 0.9em; }
.itemLayer .itemtotal { margin-top: 4px; }

/* Store logo */
.binvoice_logo { width: auto !important; height: auto !important; max-width: 100% !important; }

/* Product description toggle */
.hidden-content { display: none; }
