/* ONLY FOR CH */

/*tr.totals.shipping > .amount::before {
    content: '*';
}

.checkout-index-index tr.totals.shipping .price {
    display: none !important;
}

tr.totals.shipping.excl > td > span {
    display: none !important;
}

div.amtheme-summary-content > table > tbody > tr.totals.shipping.excl > td > span {
    display: none !important;
}*/

/* Remarks / Bemerkung / Order Attributes */

.shipping-information,
.order-attributes {
    margin-bottom: 15px !important;
}

.actions-toolbar {
    margin-top: 10px !important;
}

.order-attributes td {
    width: 100vw;
}

div[name="amastySummaryAttributes.bemerkung"] .control {
    max-width: unset !important;
    width: 100%;
}

.field-tooltip {
    left: unset !important;
    top: 2rem !important;
}

@media (max-width: 768px) {
    .shipping-information-content {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .shipping-information .content {
        margin-inline-end: unset !important;
    }

    .action.action-edit {
        margin-top: 20px !important;
    }
}
