﻿:root {
    --base-font-family: Inter, Arial, Helvetica, sans-serif;
    --base-font-size: 12px;
    --base-text-color: #111111;
    --header-footer-background-color: #E9E9E9;
    --header-footer-text-val: #000000;
    --menu-val: #3A5199;
    --menu-text-val: #F1F1F2;
    --menu-hover-background-color: #E9E9E9;
    --hover-text-val: #2F2E33;
    --title-val: #3A5199;
    --side-val: #D5D6D2;
    --divider-text-val: #2F2E33;
    --button-background-color: #D5D6D2;
    --button-text-val: #2F2E33;
    --alt-row-val: #E9E9E9;
    --sign-in: url('/portal_files/images/EnsyncDefault/signin.png');
    --welcome-graphic: url('/portal_files/images/EnsyncDefault/welcome.png');
}

@supports (font-variation-settings: normal) {
    :root {
        --base-font-family: InterVariable, Arial, Helvetica, sans-serif;
    }
}

html, body, table {
    margin: 0;
    background-color: #ffffff;
    color: var(--base-text-color);
    font-size: var(--base-font-size);
    font-family: var(--base-font-family);
}

.table {
    color: revert;
}

a {
    color: var(--base-text-color);
}

ul.nav-tabs li a {
    margin-right: 0;
    margin-left: 0;
}

a.active {
    background-color: #F1F1F2 !important;
    border-bottom-color: #F1F1F2 !important;
    color: #2F2E33 !important;
    font-weight: 700;
}

hr.divider {
    margin: 7px 0;
    border: none;
    border-top: 1px solid #dfdfdf
}

/* adjust dropdown menus when they are going off to the right */
#ddAllCatalogs.dropdown-menu {
    right: 5px !important;
    left: auto !important;
}

#ddHelp.dropdown-menu {
    right: 5px !important;
    left: auto !important;
}

/* Main Menu background color */
#mnuTopNavButtons {
    height: 41px;
    background-color: var(--menu-val);
}

/* Main Menu buttons' background, text and border color*/
#allItemsButton, .top-nav-buttons.nav.nav-pills .btn.nav-link {
    background-color: var(--menu-val);
    color: var(--menu-text-val);
    border-color: var(--menu-text-val);
    padding: .375rem .75rem;
}

    /* Main Menu selected buttons' background, text and border color*/
    #allItemsButton:hover, .top-nav-buttons.nav-pills .btn.nav-link:hover {
        background-color: var(--menu-hover-background-color);
        color: var(--hover-text-val);
        border-color: var(--hover-text-val);
    }

.top-nav-buttons .dropdown-header {
    font-size: 1.25em;
}

#mnuCatNavTabs {
    background-color: var(--side-val);
    color: var(--divider-text-val);
}

#btnAllCatalogs {
    background-color: var(--side-val);
    color: var(--divider-text-val);
    border-color: var(--divider-text-val);
}

#colCatNavTabs .nav-link {
    display: inline-flex;
    flex-flow: column nowrap;
    background-color: var(--side-val);
    color: var(--divider-text-val);
}

    #colCatNavTabs .nav-link::after {
        content: attr(data-text);
        content: attr(data-text) / "";
        height: 0;
        visibility: hidden;
        overflow: hidden;
        user-select: none;
        pointer-events: none;
        font-weight: 700;
    }

#btnAllCatalogs:hover {
    background-color: #2F2E33;
    color: var(--side-val);
}

#pageContentPart {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

/* tabPaneContent overlay settings */
#tabPaneContent {
    width: 100%;
    top: 38px;
    left: 0;
    position: absolute;
    padding: 0;
    z-index: 1000;
    color: #000;
    background: #f1f1f2;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    #tabPaneContent .catalog-links-panel {
        display: flex;
        flex-flow: column nowrap;
        max-height: 524px;
        opacity: 1;
        transition: opacity 0.5s;
    }

        #tabPaneContent .catalog-links-panel.hide {
            display: none;
            opacity: 0;
        }

    #tabPaneContent .catalog-links-header {
        display: flex;
        flex-flow: row nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        padding: 16px 30px;
    }

        #tabPaneContent .catalog-links-header .column-switcher {
            display: inline-block;
            cursor: pointer;
            user-select: none;
            color: #0a86ba;
        }

            #tabPaneContent .catalog-links-header .column-switcher:hover {
                color: #03668f;
                text-decoration: underline;
            }

            #tabPaneContent .catalog-links-header .column-switcher:active {
                color: #03668f;
                text-decoration: none;
            }

        #tabPaneContent .catalog-links-header .catalog-items-sort-pane select {
            border: none;
            padding: 6px;
        }

    #tabPaneContent .catalog-links-body {
        overflow-y: auto;
    }

    #tabPaneContent .catalog-links-root-panel {
        padding: 24px 30px;
    }

        #tabPaneContent .catalog-links-root-panel:first-child {
            padding-top: 0;
        }

        #tabPaneContent .catalog-links-root-panel:nth-child(even) {
            background-color: #f9f9f9;
        }

    #tabPaneContent .catalog-links-child-panel {
        column-count: 4;
        column-rule: 1px solid #d1d1d1;
        column-gap: 32px;
    }

@media (width <= 1024px) {
    #tabPaneContent .catalog-links-child-panel {
        column-count: 3;
    }
}

@media (width <= 768px) {
    #tabPaneContent .catalog-links-child-panel {
        column-count: 2;
    }
}

#tabPaneContent .catalog-links-panel.one-column .catalog-links-child-panel {
    column-count: unset;
}

#tabPaneContent .catalog-link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    margin-bottom: 12px;
}

    #tabPaneContent .catalog-link a {
        font-weight: 700;
        margin-left: 6px;
    }

        #tabPaneContent .catalog-link a:hover {
            color: #0a86ba;
            text-decoration: underline;
        }

        #tabPaneContent .catalog-link a:active {
            color: #0a86ba;
            text-decoration: none;
        }

    #tabPaneContent .catalog-link.no-child {
        margin-top: 6px;
        margin-bottom: 6px;
    }

        #tabPaneContent .catalog-link.no-child a {
            font-weight: 400;
            margin-left: 0;
        }

    #tabPaneContent .catalog-link.catalog-level-0 {
        margin-top: 0;
        margin-bottom: 16px;
    }

        #tabPaneContent .catalog-link.catalog-level-0 a {
            margin-left: 0;
        }

    #tabPaneContent .catalog-link.catalog-level-1 {
        margin-left: 0;
    }

        #tabPaneContent .catalog-link.catalog-level-1 a {
            margin-left: 0;
        }

    #tabPaneContent .catalog-link.catalog-level-2 {
        margin-left: 10px;
    }

    #tabPaneContent .catalog-link.catalog-level-3 {
        margin-left: 26px;
    }

    #tabPaneContent .catalog-link.catalog-level-4 {
        margin-left: 42px;
    }

    #tabPaneContent .catalog-link.catalog-level-5 {
        margin-left: 58px;
    }

    #tabPaneContent .catalog-link.catalog-level-6 {
        margin-left: 74px;
    }

    #tabPaneContent .catalog-link:first-child {
        margin-top: 0 !important;
    }

    #tabPaneContent .catalog-link:last-child {
        margin-bottom: 0 !important;
    }

#tabPaneContent .catalog-links-root-panel.flat-list .catalog-link {
    margin: 8px 0;
}

    #tabPaneContent .catalog-links-root-panel.flat-list .catalog-link a {
        margin-left: 0;
    }

#tabPaneContent .catalog-links-panel.one-column .catalog-link.catalog-level-1 {
    border-top: 1px solid #d1d1d1;
    padding-top: 16px;
    margin-top: 16px;
}

    #tabPaneContent .catalog-links-panel.one-column .catalog-link.catalog-level-1:first-child {
        border-top: none;
        padding-top: unset;
    }

#tabPaneContent .catalog-links-panel.one-column .catalog-links-root-panel.flat-list .catalog-link.catalog-level-1 {
    border-top: unset;
    padding-top: unset;
    margin-top: unset;
}

#tabPaneContent .tooltip,
.category-menu .tooltip {
    font-weight: 400;
    line-height: 1.5;
}

#navBreadcrumb ol li a {
    color: #2F2E33;
}

.product-view-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 1rem;
    margin-right: 1rem;
}

/* For one radio button */
.product-view-toggle-button {
    cursor: pointer;
}

    .product-view-toggle-button input[type=radio] {
        -webkit-appearance: none;
        appearance: none;
        display: none;
    }

    .product-view-toggle-button label {
        display: block;
        margin: 0;
    }

    .product-view-toggle-button input[type=radio] + label .product-view-toggle-icon {
        height: 24px;
        width: 24px;
        cursor: pointer;
        fill: #ababab;
        color: #ababab;
    }

    .product-view-toggle-button input[type=radio]:checked + label .product-view-toggle-icon {
        fill: var(--base-text-color);
        color: var(--base-text-color);
    }

.catalog-layout-container {
    --category-menu-close-time: 0.1s;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 232px 4% auto;
    grid-template-areas:
        "header header header"
        "categories . main";
    transition: grid-template-columns linear var(--category-menu-close-time);
    margin-bottom: 32px;
}

    .catalog-layout-container.no-category-menu {
        grid-template-columns: 0 0% auto;
    }

.catalog-layout-header {
    grid-area: header;
    padding: 12px 0;
    align-content: center;
    line-height: normal;
    min-height: 40px;
    font-style: normal;
    font-weight: 400;
}

    .catalog-layout-header .category-menu-toggle {
        display: inline-block;
        cursor: pointer;
        user-select: none;
        color: #0a86ba;
        margin: auto 0;
    }

        .catalog-layout-header .category-menu-toggle:hover {
            color: #03668f;
            text-decoration: underline;
        }

        .catalog-layout-header .category-menu-toggle:active {
            color: #03668f;
            text-decoration: none;
        }

.category-menu {
    display: block;
    grid-area: categories;
    width: 232px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: width linear var(--category-menu-close-time);
}

    .category-menu .category-menu-link {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 14px;
        margin-bottom: 6px;
    }

        .category-menu .category-menu-link a:hover {
            color: #0a86ba;
            text-decoration: underline;
        }

        .category-menu.category-menu-link a:active {
            color: #0a86ba;
            text-decoration: none;
        }

        .category-menu .category-menu-link.current a {
            font-weight: 700;
            color: #0a86ba;
        }

            .category-menu .category-menu-link.current a:hover,
            .category-menu .category-menu-link.current a:active {
                color: #03668f;
            }

.catalog-layout-container.no-category-menu .category-menu {
    width: 0;
}

.catalog-items {
    grid-area: main;
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-content: start;
    column-gap: 20px;
    row-gap: 30px;
}

    .catalog-items.list-view {
        flex-flow: column;
        gap: 0;
    }

.catalog-item {
    border: 1px solid #DDE2E9;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    min-width: 130px;
    overflow-wrap: break-word;
    align-content: stretch;
}

    .catalog-item:hover {
        border: 1px solid #AAAAAA;
    }

.list-view .catalog-item {
    flex-flow: row nowrap;
    margin: 0 0 1rem 0;
    border: 0;
    border-bottom: 1px solid #DDE2E9;
    padding: 0 0 1rem 0;
}

    .list-view .catalog-item:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

.catalog-item-link {
    cursor: pointer;
}

.catalog-item-image-box {
    flex: 0 0 auto;
    margin: 0 auto 0 auto;
}

.list-view .catalog-item-image-box {
    margin: 0;
}

.catalog-item-image-link {
    display: block;
}

.catalog-item-image {
    display: block;
    height: auto;
    max-width: 100%;
}

.list-view .catalog-item-image {
    width: 112px;
    border: 1px solid transparent;
}

    .list-view .catalog-item-image:hover {
        border: 1px solid #aaaaaa;
    }

.catalog-item-details {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    padding: 1rem;
    width: 100%;
    min-width: min-content;
}

    .catalog-item-details h4 {
        font-weight: 700;
        margin: 0 0 1em 0;
        white-space: nowrap;
    }

    .catalog-item-details .catalog-item-description {
        flex: 1 1 auto;
        width: 0;
        min-width: 100%;
    }

    .catalog-item-details h5 {
        flex: 0 0 auto;
        width: 0;
        min-width: 100%;
        font-weight: 700;
        margin-bottom: 0;
    }

.list-view .catalog-item-details {
    padding: 0 0 0 1rem;
}

    .list-view .catalog-item-details .catalog-item-description {
        flex: 0 1 auto;
    }

.checkout-process {
    display: flex;
    margin-block-start: 1rem;
}

.checkout-process-heading {
    font-weight: 700;
    margin-inline-end: 2rem;
}

ol.checkout-process-list {
    display: flex;
    padding: 0;
}

    ol.checkout-process-list li {
        list-style: none;
        font-weight: 600;
    }

        ol.checkout-process-list li.selected {
            font-weight: 700;
        }

        ol.checkout-process-list li::before {
            display: inline-grid;
            place-items: center;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            margin-inline: 1rem;
            content: counter(list-item);
            color: white;
            background-color: #ababab;
            font-weight: 700;
            line-height: 1.5em;
        }

        ol.checkout-process-list li.selected::before {
            color: var(--menu-text-val);
            background-color: var(--menu-val);
        }

        ol.checkout-process-list li:not(:last-child)::after {
            display: inline-block;
            background-color: #ababab;
            width: 12px;
            height: 10px;
            content: '';
            mask-image: url('../portal_files/images/shop_general/arrow-right.svg');
            mask-size: cover;
            margin-left: 1rem;
        }

.page-title {
    display: flex;
    margin-block: 1.5rem 10px;
    align-items: center;
}

    .page-title :is(h1, h2, h3, h4, h5, h6) {
        margin-block-end: 0;
        color: var(--title-val);
        background-color: transparent;
        font-weight: 700;
        flex: 1 1 auto;
    }

:is(h1, h2, h3, h4, h5, h6).page-title {
    display: block;
    margin-block: 1.5rem 10px;
    color: var(--title-val);
    background-color: transparent;
    font-weight: 700;
    align-items: unset;
}

.section-title {
    display: flex;
    background-color: var(--side-val);
    color: var(--divider-text-val);
    border-color: white;
    padding-inline: 1rem;
    padding-block: 9px 7px;
    align-items: center;
}

    .section-title :is(h1, h2, h3, h4, h5, h6) {
        margin-block-end: 0;
        font-weight: 700;
        flex: 1 1 auto;
    }

    .section-title :is(h1, h2, h3, h4, h5, h6).help-link {
        flex: 0 1 auto;
    }

:is(h1, h2, h3, h4, h5, h6).section-title {
    display: block;
    font-weight: 700;
    margin-block-end: 0;
    background-color: var(--side-val);
    color: var(--divider-text-val);
    border-color: white;
    padding-inline: 1rem;
    padding-block: 9px 7px;
    align-items: unset;
}

.section-title-alt {
    display: flex;
    margin-block: 1.5rem 10px;
    align-items: center;
}

    .section-title-alt :is(h1, h2, h3, h4, h5, h6) {
        margin-block-end: 0;
        color: var(--base-text-color);
        background-color: transparent;
        font-weight: 700;
        flex: 1 1 auto;
    }

:is(h1, h2, h3, h4, h5, h6).section-title-alt {
    display: block;
    margin-block: 1.5rem 10px;
    color: var(--base-text-color);
    background-color: transparent;
    font-weight: 700;
    align-items: unset;
}

/* Screen Title color*/
.screenTitle {
    color: var(--title-val);
    background-color: white;
    font-weight: 700;
}
/* Optionbar (sidebar) and buttons background and text colors */
.optionBar {
    background-color: var(--side-val);
    color: var(--divider-text-val);
    border-color: white;
}

.optionBar div h2 {
    font-weight: 700;
}

.btn_generalpurp,
.btn_generalpurp:hover {
    background-color: var(--button-background-color);
    color: var(--button-text-val);
}

.btn-general-purpose,
.btn-general-purpose:hover {
    background-color: var(--button-background-color);
    color: var(--button-text-val);
    font-weight: 700;
}

.btn-gap {
    gap: 1rem;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.headerFooter {
    background-color: var(--header-footer-background-color);
    color: var(--header-footer-text-val);
    border-color: var(--header-footer-text-val);
}

.table-striped tbody tr:nth-of-type(odd),
.tableRowBg {
    background-color: var(--alt-row-val);
}

.tableTitle {
    background-color: lavender;
}

.rMenu {
    width: 375px;
}

.flex-button {
    display: inline-block;
    flex: 1 auto !important;
    min-width: 0;
}

.flex-dropdown-button {
    width: 100%;
}

.dropdown-toggle .inline-overflow-hidden,
.dropdown-toggle .inline-overflow-truncate {
    max-width: calc(100% - 10px);
    vertical-align: inherit;
}

.inline-overflow-hidden {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow-x: hidden;
}

.inline-overflow-truncate {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.table.shopper-information thead :is(th, td) {
    background-color: var(--side-val);
    color: var(--divider-text-val);
}

.table.shopper-information tbody th {
    width: 180px;
    white-space: nowrap;
}

.table.shopper-information :is(th, td) {
    padding: .5rem;
    vertical-align: top;
}

#login-form {
    display: grid;
    width: fit-content;
    grid-template-columns: auto 155px;
    gap: 8px;
    padding-right: 45px
}

    #login-form label {
        font-weight: bold;
    }

    #login-form .btn {
        grid-column-start: 2;
    }

.sign-in-graphic {
    display: block;
    align-self: center;
    background-image: var(--sign-in);
    background-size: cover;
    background-repeat: no-repeat;
    width: 582px;
    height: 203px;
    margin-top: 25px;
    position: relative;
    left: -28px
}

.welcome-graphic {
    display: block;
    align-self: center;
    background-image: var(--welcome-graphic);
    background-size: cover;
    background-repeat: no-repeat;
    width: 582px;
    height: 203px;
    margin-top: 25px;
    position: relative;
}

.print-view-link {
    display: inline flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    color: var(--base-text-color);
}

    .print-view-link:hover, .print-view-link:active {
        text-decoration: none;
        color: var(--base-text-color);
    }

    .print-view-link::after {
        background-color: #939393;
        width: 24px;
        height: 24px;
        content: '';
        mask-image: url(../portal_files/images/printer.svg);
        mask-size: cover;
        margin-left: 10px;
    }

.details-button {
    display: inline flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    color: var(--base-text-color);
    padding: 0;
}

    .details-button:hover, .details-button:active {
        text-decoration: none;
        color: var(--base-text-color);
    }

    .details-button::before {
        background-color: #939393;
        width: 20px;
        height: 20px;
        content: '';
        mask-image: url(../portal_files/images/details-expand.svg);
        margin-right: 10px;
    }

.action-buttons {
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    height: 25px;
    width: fit-content;
    align-items: center;
}
    .action-buttons .btn,
    .action-buttons .btn:hover {
        display: flex;
        color: #939393;
        background-color: transparent;
        align-items: center;
        border: none;
        padding: 0;
    }

        .action-buttons .btn .action-icon {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        .action-buttons .btn.delete-item-btn .action-icon {
            width: 22px;
            height: 22px;
            fill: #e31919;
        }

#basket-action-tooltips .tooltip {
    font-weight: 700;
    line-height: 1.2;
}

.quantity-widget {
    display: inline flex;
    justify-self: center;
    flex-flow: row nowrap;
    gap: 4px;
    height: 25px;
    width: 116px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

    .quantity-widget > input[type=text] {
        width: 46px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        border: 1px solid #E4E4E4;
        border-radius: 1px;
        border-style: solid;
        align-self: stretch;
    }

    .quantity-widget > button,
    .quantity-widget > button:hover {
        display: flex;
        color: #000000;
        background-color: #dddddd;
        align-items: center;
        border-radius: 1px;
        align-self: stretch;
    }

        .quantity-widget > button .quantity-icon {
            width: 11px;
            height: 11px;
            fill: currentColor;
        }

div.confirmed-checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--menu-val);
}

div.confirmed-checkmark-overlay {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: white;
    mask-image: url('../portal_files/images/check-icon.svg');
    mask-position: center;
    mask-repeat: no-repeat;
}

.instructions-view-link {
    display: inline flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    color: var(--base-text-color);
}

    .instructions-view-link:hover, .instructions-view-link:active {
        text-decoration: none;
        color: var(--base-text-color);
    }

    .instructions-view-link::before {
        background-color: var(--base-text-color);
        width: 16px;
        height: 16px;
        content: '';
        mask-image: url(../portal_files/images/instructions-icon.svg);
        mask-size: cover;
        margin-right: 8px;
    }

.loader {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    border: 5px solid #cccccc;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-bottom-color: var(--menu-val);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loaderModal .modal-content {
    width: 200px;
    height: 200px;
    border-radius: 24px;
    margin: auto;
}

#loaderModal .modal-body {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.payment-details-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 16px;
    align-items: start;
    padding-block-end: 2rem;
    border-block-end: 1px solid #dfdfdf;
    margin-block-end: 2rem;
}

.payment-details {
    background-color: #f4f4f4;
    margin: 0;
}

    .payment-details tr:first-child :is(th, td) {
        padding-top: 10px;
    }

    .payment-details tr:last-child :is(th, td) {
        padding-bottom: 10px;
    }

    .payment-details :is(th, td) {
        padding: 6px 16px;
    }

.credit-card-number {
    font-family: var(--base-font-family);
    font-feature-settings: "tnum", "case";
}

@supports (font-variant-numeric: tabular-nums) {
    .credit-card-number {
        font-feature-settings: normal;
        font-variant-numeric: tabular-nums;
        font-feature-settings: "case";
    }
}

.order-notes {
    background-color: #f4f4f4;
}

    .order-notes tr:first-child :is(th, td) {
        padding-top: 10px;
    }

    .order-notes tr:last-child :is(th, td) {
        padding-bottom: 10px;
    }

    .order-notes :is(th, td) {
        padding: 6px 16px;
    }

.order-history thead tr:first-child :is(th, td) {
    background-color: var(--side-val);
    color: var(--divider-text-val);
}

.order-history :is(th, td) {
    padding: .5rem;
    vertical-align: top;
}

.order-credit-status thead tr:first-child :is(th, td) {
    background-color: var(--side-val);
    color: var(--divider-text-val);
}

.order-credit-status :is(th, td) {
    padding: .5rem;
    vertical-align: top;
}

.address-section-layout {
    display: grid;
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: [start] repeat(10, auto) [end];
    padding-block-end: 2rem;
    border-block-end: 1px solid #dfdfdf;
    margin-block-end: 2rem;
}

    .address-section-layout .column {
        grid-row: start / end;
        display: grid;
        grid-template-rows: subgrid;
        border: 1px solid #dfdfdf;
    }

        .address-section-layout .column:first-child {
            font-weight: 700;
        }

        .address-section-layout .column > * {
            padding: 6px 16px;
        }

            .address-section-layout .column > *:first-child {
                font-weight: 700;
                padding: 12px 16px;
            }

            .address-section-layout .column > *:nth-child(even) {
                background-color: var(--alt-row-val);
            }
