.layout-region-checkout-secondary {
	float: none !important;
	width: 100% !important;
}

.layout-region-checkout-main {
	float: none !important;
}

.checkout-order-summary tr{
	border-block-end: 1px solid rgba(0,0,0,0.1);
}

.checkout-order-summary tr td{
	text-align: right;
}

.link--previous {
	color: #fff;
	background: rgb(5,80,230);
	padding-block: calc(0.75rem - 2px);
	padding-inline: 1rem;
	border-radius: 0.5rem;
	box-shadow: .1em .25em .5em rgba(0,80,230,.15);
	font-size: .875rem;
	height: 46px;
	font-family: inherit;
	line-height: 1.5rem;
}

div[id*="edit-sidebar-coupon-redemption-form"] {
    background-color: white;
    padding: 10px;
    border-radius: .75em;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgb(20 45 82 / 2%), 0 3px 4px rgb(20 45 82 / 3%), 0 5px 8px rgb(20 45 82 / 4%);
    margin-top: 10px;
    margin-bottom: 10px;
}

