.store-footer {
	display: none;
}

.collapse:not(.show) {
	display: unset;
}

#DetailsToggle {
	display: none !important;
}

#PaymentDetails {
    display: flex;
    flex-direction: column; /* Arrange children vertically */
}

#PaymentDetails > dl {
    display: flex;
    flex-direction: column; /* Arrange <div> children vertically */
}

#PaymentDetails-TotalFiat {
    order: -1; /* Move to the top */
}

#PaymentDetails-TotalPrice {
    order: 0; /* Keep below TotalFiat */
}

#PaymentDetails-ExchangeRate,
#PaymentDetails-AmountDue {
    order: 1; /* Keep these in their natural order */
}
