/* Layout only — sidebar matches tw lg:w-80 (20rem); accent bar size in Bootstrap branch. */
.checkout-editorial-line__sidebar {
    width: 100%;
}

@media (min-width: 1024px) {
    .checkout-editorial-line__sidebar {
        width: 20rem;
        max-width: 100%;
        flex-shrink: 0;
    }
}

.checkout-editorial-line__accent-bar {
    height: 0.25rem;
    width: 4rem;
}

.checkout-form-column {
    min-width: 0;
}

.checkout-cart-item__body {
    min-width: 0;
}

.checkout-cart-item__thumb {
    object-fit: cover;
}


