body[template="order-history"] {
    background:var(--theme-light);
    color:var(--theme-dark);


    & .linear-edit {
        padding:32px;
        border-top:1px solid var(--theme-gray-2);
        display: flex;
        justify-content: space-between;
        text-decoration: none;
    }

}



