/* Mobile Nav */
.mobile-logo-icons-row .mobile-nav-icon svg{
    width: 16px;
}
.mobile-logo-icons-row button {
    padding: 0;
}

.mobile-logo-icons-row lightning-icon.lwc-44m8jpc5qct.chevron-right.slds-current-color.slds-p-left_x-small.slds-is-absolute.slds-icon-utility-chevronright.slds-icon_container {
    top: 0;
    right: 0;
}

.mobile-logo-icons-row ul.lwc-44m8jpc5qct.slide-down.slds-list_vertical.slds-has-flexi-truncate {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-logo-icons-row a.lwc-44m8jpc5qct.slds-p-vertical_small.slds-p-horizontal_large.slds-truncate {
    padding: 0;
}

/* Industry Grid/Row */

.industry-grid .columns-content {
    display: grid !important;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
    .industry-grid .columns-content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media screen and (min-width: 768px) {
    .industry-grid .columns-content community_layout-column-spacer {
        display: none;
    }
    .industry-grid webruntimedesign-component-wrapper {
        height: 100% !important;
    }
    .industry-grid .bannerWrapper {
        height: 100% !important;
    }
    .industry-grid .actualNode {
        height: 100% !important;
    }
    .industry-grid .interactions-component.interactions-element {
        height: 100% !important;
    }
    .industry-grid .webruntimedesign-component-wrapper {
        height: 100% !important;
    }
    .industry-grid .slds-grid.dxp-block-flexible-layout {
        height: 100% !important;
    }
    .industry-grid dxp-block-flexible-container {
        height: 100% !important;
    }
    .industry-grid dxp_data_provider-image-data-provider {
        height: 100% !important;
    }
}

/* Homepage tables */
.order-list-table .list-container,
.quotes-list-table .list-container,
.invoice-list-table .list-container {
    border-top: 1px solid var(--ats-brand-primary-gray-2);
    padding-top: 15px;
}

.order-list-table p, .quotes-list-table p {
    font-weight: var(--ats-font-weight-medium) !important;
}

/* Banner */
.banner-button--white {
    width: 225px;
}
.banner-button--white a {
    border: solid var(--ats-brand-white);
    background: var(--ats-brand-primary-green);
    color: var(--ats-brand-white);
}
.banner-button--white a:hover {
    cursor: pointer;
    border: solid var(--ats-brand-white);
    background: var(--ats-brand-primary-green);
    color: var(--ats-brand-white);
}

.banner-landscape {
    padding: 0 !important;
}

.banner-landscape .columns-content {
    max-width: max-content !important;
}

.banner-external-link {
    color: var(--ats-brand-primary-green);
}

.banner-external-link img {
    margin-top: -6px;
}

/* Featured Products */
.product-card-grid dxp_data_provider-repeater-item {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.product-card-grid .lwc-33p17qvimcv.interactions-region.interactions-element {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Footer */
.footer-button--contact-us a {
    padding: 0px 60px;
    font-size: 14px !important;
}

.footer-subscribe {
    display: flex;
    flex-direction: column;
}

.footer-subscribe input[type="email"] {
    border: solid 1px white;
    background: #1c1c1c;
    color: #ffffff;
}

.footer-subscribe input[type="email"]::placeholder {
    color: #ffffff;
}

.social-icons p {
    display: flex;
    gap: 15px;
}

.product-card-grid.featured-products .slds-wrap {
    display: flex;
}

.product-card-grid.featured-products c-x-studio_list-view-pricing-display, .product-card-grid.featured-products webruntimedesign-component-wrapper:nth-child(3) {
    margin-bottom: 0;
}

.footer-wrapper .footer-link-list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
}

.footer-wrapper .footer-link-list li {
    padding: 0;
}
/* Styling for the guest user section */
.guest-user-section {
    width: 300px; /* Match the width of the sign-in section */
    padding: 20px; /* Adjust padding for consistent spacing */
    background-color: white; /* Match background color */
    border: 1px solid #ccc; /* Optional: Add a border for consistency */
    border-radius: 8px; /* Optional: Match border radius */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Match shadow style */
}

/* Optional: Align the text */
.guest-user-section h2, .guest-user-section ul {
    text-align: center;
}