﻿@charset "utf-8";

/* =========================================================
   Shared headings
========================================================= */

.egoo-brand-heading,
.egoo-brand-section-head,
.egoo-news-heading,
.egoo-contact-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

    .egoo-brand-heading > div,
    .egoo-brand-section-head > div,
    .egoo-news-heading > div,
    .egoo-contact-section-head > div {
        flex: 1;
        min-width: 0;
    }

        .egoo-brand-heading > div > span,
        .egoo-brand-section-head > div > span,
        .egoo-news-heading > div > span,
        .egoo-contact-section-head > div > span {
            display: block;
            margin-bottom: 6px;
            color: #e66b2e;
            font-size: 14px;
            line-height: 22px;
            font-weight: 600;
            letter-spacing: .8px;
        }

    .egoo-brand-heading h2,
    .egoo-brand-section-head h2,
    .egoo-news-heading h2,
    .egoo-contact-section-head h2 {
        margin: 0;
        color: #111827;
        font-size: 29px;
        line-height: 39px;
        font-weight: 600;
    }

    .egoo-brand-heading > p,
    .egoo-brand-section-head > p,
    .egoo-news-heading > p,
    .egoo-contact-section-head > p {
        width: 44%;
        margin: 0;
        color: #667085;
        font-size: 14px;
        line-height: 23px;
    }


/* =========================================================
   Brand directory
========================================================= */

.egoo-brand-feature,
.egoo-brand-directory,
.egoo-brand-detail,
.egoo-brand-category-section,
.egoo-brand-products,
.egoo-brand-content-section {
    width: 100%;
}

    .egoo-brand-feature *,
    .egoo-brand-directory *,
    .egoo-brand-detail *,
    .egoo-brand-category-section *,
    .egoo-brand-products *,
    .egoo-brand-content-section * {
        box-sizing: border-box;
    }

.egoo-brand-feature {
    padding: 52px 0 44px;
}

    .egoo-brand-feature .egoo-brand-heading {
        margin-bottom: 24px;
    }

.egoo-brand-feature-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

    .egoo-brand-feature-grid > a {
        min-width: 0;
        height: 112px;
        padding: 18px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        background: #fff;
        text-decoration: none;
        transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

        .egoo-brand-feature-grid > a:hover {
            border-color: #f2b998;
            box-shadow: 0 10px 24px rgba(230, 107, 46, .08);
            transform: translateY(-3px);
        }

    .egoo-brand-feature-grid img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 58px;
        object-fit: contain;
    }

    .egoo-brand-feature-grid > a > span {
        position: absolute;
        right: 8px;
        bottom: 7px;
        color: #e66b2e;
        font-size: 14px;
        line-height: 20px;
        opacity: 0;
        transform: translateY(4px);
        transition: opacity .2s ease, transform .2s ease;
    }

    .egoo-brand-feature-grid > a:hover > span {
        opacity: 1;
        transform: translateY(0);
    }


.egoo-brand-directory {
    padding: 34px 0 72px;
}

    .egoo-brand-directory .egoo-brand-heading {
        margin-bottom: 20px;
    }

.egoo-brand-letter-nav {
    position: sticky;
    top: 102px;
    z-index: 20;
    margin-bottom: 20px;
    padding: 10px;
    overflow-x: auto;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e3e9f2;
    box-shadow: 0 8px 22px rgba(18, 38, 63, .05);
}

    .egoo-brand-letter-nav ul {
        min-width: max-content;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 6px;
        list-style: none;
    }

    .egoo-brand-letter-nav li {
        margin: 0;
        padding: 0;
    }

    .egoo-brand-letter-nav a {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        background: #f5f8fc;
        color: #536174;
        font-size: 14px;
        line-height: 36px;
        font-weight: 600;
        text-decoration: none;
        transition: color .2s ease, background .2s ease, border-color .2s ease;
    }

        .egoo-brand-letter-nav a:hover,
        .egoo-brand-letter-nav a.egoo-active {
            border-color: #e66b2e;
            background: #e66b2e;
            color: #fff;
        }

.egoo-brand-directory-list {
    display: grid;
    gap: 10px;
}

    .egoo-brand-directory-list dl {
        margin: 0;
        padding: 18px 20px;
        display: grid;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 18px;
        border: 1px solid #e5eaf1;
        background: #fff;
        transition: border-color .2s ease, background .2s ease;
    }

        .egoo-brand-directory-list dl:hover,
        .egoo-brand-directory-list dl.egoo-brand-letter-current {
            border-color: #f2c5ad;
            background: #fbfdff;
        }

    .egoo-brand-directory-list dt {
        margin: 0;
    }

        .egoo-brand-directory-list dt a {
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #e66b2e;
            color: #fff;
            font-size: 22px;
            line-height: 52px;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
        }

    .egoo-brand-directory-list dd {
        min-width: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 7px 10px;
        align-content: center;
    }

        .egoo-brand-directory-list dd a {
            min-width: 0;
            min-height: 38px;
            padding: 7px 10px;
            display: flex;
            align-items: center;
            overflow: hidden;
            border-bottom: 1px solid #e9edf3;
            color: #344054;
            font-size: 14px;
            line-height: 21px;
            text-decoration: none;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: color .2s ease, border-color .2s ease, padding-left .2s ease;
        }

            .egoo-brand-directory-list dd a:hover {
                padding-left: 14px;
                border-color: #e66b2e;
                color: #e66b2e;
            }

            .egoo-brand-directory-list dd a em {
                margin-left: 4px;
                color: #e66b2e;
                font-size: 14px;
                font-style: normal;
            }


/* =========================================================
   Brand detail overview
========================================================= */

.egoo-brand-overview {
    padding: 46px 0;
    background: #f6f8fc;
    border-bottom: 1px solid #e5eaf2;
}

.egoo-brand-overview-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.egoo-brand-overview-logo {
    min-height: 190px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dfe6ef;
}

    .egoo-brand-overview-logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 110px;
        object-fit: contain;
    }

.egoo-brand-overview-content {
    min-width: 0;
}

    .egoo-brand-overview-content > span {
        display: block;
        margin-bottom: 7px;
        color: #e66b2e;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        letter-spacing: .8px;
    }

    .egoo-brand-overview-content h1 {
        margin: 0;
        color: #111827;
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
    }

.egoo-brand-overview-summary {
    margin: 10px 0 0;
    color: #536174;
    font-size: 15px;
    line-height: 25px;
}

.egoo-brand-overview-description {
    margin-top: 15px;
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}

    .egoo-brand-overview-description p {
        margin: 0 0 8px;
    }

.egoo-brand-overview-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .egoo-brand-overview-actions a {
        min-height: 42px;
        padding: 0 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 1px solid #e66b2e;
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        text-decoration: none;
    }

.egoo-brand-overview-primary {
    background: #e66b2e;
    color: #fff !important;
}

    .egoo-brand-overview-primary:hover {
        background: #c95722;
        border-color: #c95722;
    }

.egoo-brand-overview-secondary {
    background: #fff;
    color: #e66b2e !important;
}

    .egoo-brand-overview-secondary:hover {
        background: #f2f6ff;
    }


/* =========================================================
   Dynamic brand categories
========================================================= */

.egoo-brand-category-section {
    padding: 52px 0 20px;
}

    .egoo-brand-category-section .egoo-brand-section-head {
        margin-bottom: 22px;
    }

.egoo-brand-category-list {
    display: grid;
    gap: 10px;
}

    .egoo-brand-category-list dl {
        margin: 0;
        padding: 18px;
        display: grid;
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 18px;
        border: 1px solid #e3e9f1;
        background: #fff;
    }

    .egoo-brand-category-list dt {
        min-width: 0;
        margin: 0;
    }

        .egoo-brand-category-list dt > a {
            min-height: 46px;
            padding: 10px 13px;
            display: flex;
            align-items: center;
            background: #fff6f1;
            border-left: 4px solid #e66b2e;
            color: #172033;
            font-size: 15px;
            line-height: 22px;
            font-weight: 600;
            text-decoration: none;
        }

    .egoo-brand-category-list dd {
        min-width: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

        .egoo-brand-category-list dd > a {
            min-height: 42px;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            border: 1px solid #e6eaf0;
            color: #4a5568;
            font-size: 14px;
            line-height: 21px;
            text-decoration: none;
        }

            .egoo-brand-category-list dd > a:hover {
                border-color: #aac7ff;
                color: #e66b2e;
                background: #f6f9ff;
            }

.egoo-brand-category-group {
    grid-column: 1 / -1;
    padding: 12px;
    border: 1px solid #e4eaf2;
    background: #f9fbfe;
}

.egoo-brand-category-parent {
    margin-bottom: 9px;
    padding: 7px 10px;
    border-left: 3px solid #e66b2e;
    color: #263244;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.egoo-brand-category-children {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.egoo-brand-category-group .egoo-brand-category-group {
    background: #fff;
}

.egoo-brand-category-root-link {
    cursor: pointer;
}

.egoo-brand-category-empty {
    display: block;
    grid-column: 1 / -1;
    padding: 10px;
    border: 1px dashed #dfe6ef;
    color: #8a94a5;
    font-size: 14px;
    line-height: 21px;
}


/* =========================================================
   Brand products
========================================================= */

.egoo-brand-products {
    padding: 38px 0 60px;
}

    .egoo-brand-products .egoo-brand-section-head {
        margin-bottom: 22px;
    }

.egoo-brand-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.egoo-brand-product-card {
    min-width: 0;
    display: block;
    overflow: hidden;
    border: 1px solid #e3e9f1;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

    .egoo-brand-product-card:hover {
        border-color: #f0bea3;
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(230, 107, 46, .08);
    }

.egoo-brand-product-image {
    height: 158px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #edf0f4;
}

    .egoo-brand-product-image img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 120px;
        object-fit: contain;
    }

.egoo-brand-product-copy {
    padding: 14px;
    display: block;
}

    .egoo-brand-product-copy strong {
        display: block;
        height: 22px;
        overflow: hidden;
        color: #172033;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .egoo-brand-product-copy em {
        display: block;
        height: 21px;
        margin-top: 3px;
        overflow: hidden;
        color: #7a8597;
        font-size: 14px;
        line-height: 21px;
        font-style: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .egoo-brand-product-copy b {
        margin-top: 9px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #e66b2e;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }


/* =========================================================
   Brand rich content
========================================================= */

.egoo-brand-content-section {
    padding: 0 0 56px;
}

    .egoo-brand-content-section .egoo-brand-section-head {
        margin-bottom: 20px;
    }

.egoo-brand-richtext {
    padding: 30px 34px;
    border: 1px solid #e3e9f1;
    background: #fff;
    color: #4b5565;
    font-size: 15px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

    .egoo-brand-richtext > *:first-child {
        margin-top: 0 !important;
    }

    .egoo-brand-richtext > *:last-child {
        margin-bottom: 0 !important;
    }

    .egoo-brand-richtext h2,
    .egoo-brand-richtext h3,
    .egoo-brand-richtext h4 {
        color: #172033;
        font-weight: 600;
    }

    .egoo-brand-richtext h2 {
        margin: 28px 0 13px;
        font-size: 24px;
        line-height: 34px;
    }

    .egoo-brand-richtext h3 {
        margin: 24px 0 11px;
        font-size: 19px;
        line-height: 28px;
    }

    .egoo-brand-richtext h4 {
        margin: 20px 0 9px;
        font-size: 16px;
        line-height: 25px;
    }

    .egoo-brand-richtext p {
        margin: 0 0 14px;
    }

    .egoo-brand-richtext a {
        color: #e66b2e;
    }

    .egoo-brand-richtext img {
        max-width: 100%;
        height: auto;
    }

    .egoo-brand-richtext table {
        width: 100%;
        margin: 20px 0;
        border-collapse: collapse;
    }

    .egoo-brand-richtext th,
    .egoo-brand-richtext td {
        padding: 10px 12px;
        border: 1px solid #dfe6ef;
        font-size: 14px;
        line-height: 21px;
        text-align: left;
    }

    .egoo-brand-richtext th {
        background: #fff8f4;
        color: #172033;
        font-weight: 600;
    }

    .egoo-brand-richtext blockquote {
        margin: 20px 0;
        padding: 15px 18px;
        border-left: 4px solid #e66b2e;
        background: #fff9f6;
    }


/* =========================================================
   Contact
========================================================= */

.egoo-contact-page,
.egoo-contact-support,
.egoo-contact-location {
    width: 100%;
}

    .egoo-contact-page *,
    .egoo-contact-support *,
    .egoo-contact-location *,
    .egoo-contact-loading *,
    .egoo-contact-modal * {
        box-sizing: border-box;
    }

.egoo-contact-page {
    padding: 48px 0 36px;
}

.egoo-contact-grid {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.egoo-contact-panel {
    padding: 34px 30px;
    background: #e66b2e;
    color: #fff;
}

.egoo-contact-kicker {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .8px;
}

.egoo-contact-panel h2 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    font-weight: 600;
}

.egoo-contact-panel-intro {
    margin: 13px 0 0;
    color: rgba(255,255,255,.86);
    font-size: 14px;
    line-height: 23px;
}

.egoo-contact-company-info {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.88);
    font-size: 14px;
    line-height: 23px;
}

    .egoo-contact-company-info p {
        margin: 0 0 9px;
    }

    .egoo-contact-company-info a {
        color: #fff;
    }

      .egoo-contact-company-info strong {
        color: #fff;  font-size: 16px;
    }


.egoo-contact-panel-points {
    margin-top: 24px;
    display: grid;
    gap: 9px;
}

    .egoo-contact-panel-points > div {
        padding: 12px 0;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        border-top: 1px solid rgba(255,255,255,.14);
    }

        .egoo-contact-panel-points > div > i {
            width: 34px;
            height: 34px;
            flex: 0 0 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,.12);
            color: #fff;
            font-size: 14px;
        }

    .egoo-contact-panel-points span {
        color: rgba(255,255,255,.78);
        font-size: 14px;
        line-height: 21px;
    }

    .egoo-contact-panel-points strong {
        display: block;
        margin-bottom: 2px;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
    }


.egoo-contact-form-panel {
    padding: 34px 36px;
    border: 1px solid #e1e7ef;
    background: #fff;
}

.egoo-contact-form-head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8edf3;
}

    .egoo-contact-form-head > span {
        display: block;
        margin-bottom: 5px;
        color: #e66b2e;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        letter-spacing: .7px;
    }

    .egoo-contact-form-head h2 {
        margin: 0;
        color: #172033;
        font-size: 28px;
        line-height: 37px;
        font-weight: 600;
    }

    .egoo-contact-form-head p {
        max-width: 720px;
        margin: 9px 0 0;
        color: #667085;
        font-size: 14px;
        line-height: 23px;
    }

.egoo-contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.egoo-contact-field {
    margin-bottom: 16px;
}

    .egoo-contact-field label {
        display: block;
        margin-bottom: 7px;
        color: #354052;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }

.egoo-required {
    color: #d92d20;
}

.egoo-contact-field input,
.egoo-contact-field textarea {
    width: 100%;
    border: 1px solid #dce3ec;
    border-radius: 5px;
    background: #fff;
    color: #263244;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.egoo-contact-field input {
    height: 44px;
    padding: 0 12px;
    line-height: 42px;
}

.egoo-contact-field textarea {
    min-height: 122px;
    padding: 10px 12px;
    line-height: 22px;
    resize: vertical;
}

    .egoo-contact-field input:focus,
    .egoo-contact-field textarea:focus {
        border-color: #e66b2e;
        box-shadow: 0 0 0 3px rgba(230,107,46,.10);
    }

.egoo-contact-submit {
    margin-top: 4px;
    text-align: right;
}

    .egoo-contact-submit button {
        min-width: 180px;
        height: 44px;
        padding: 0 18px;
        border: 1px solid #e66b2e;
        border-radius: 5px;
        background: #e66b2e;
        color: #fff;
        font-size: 14px;
        line-height: 42px;
        font-weight: 600;
        cursor: pointer;
    }

        .egoo-contact-submit button:hover {
            border-color: #c95722;
            background: #c95722;
        }

        .egoo-contact-submit button:disabled {
            opacity: .72;
            cursor: wait;
        }


.egoo-contact-support {
    padding: 36px 0 48px;
}

    .egoo-contact-support .egoo-contact-section-head,
    .egoo-contact-location .egoo-contact-section-head {
        margin-bottom: 22px;
    }

.egoo-contact-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #e3e9f1;
    border-left: 1px solid #e3e9f1;
}

.egoo-contact-support-card {
    min-width: 0;
    min-height: 180px;
    padding: 24px 20px;
    border-right: 1px solid #e3e9f1;
    border-bottom: 1px solid #e3e9f1;
    background: #fff;
}

    .egoo-contact-support-card > i {
        width: 38px;
        height: 38px;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff6f1;
        color: #e66b2e;
        font-size: 16px;
    }

    .egoo-contact-support-card strong {
        display: block;
        color: #172033;
        font-size: 15px;
        line-height: 23px;
        font-weight: 600;
    }

    .egoo-contact-support-card p {
        margin: 7px 0 0;
        color: #748094;
        font-size: 14px;
        line-height: 22px;
    }

.egoo-contact-support-actions {
    margin-top: 20px;
    display: flex;
    gap: 9px;
}

    .egoo-contact-support-actions a {
        min-height: 42px;
        padding: 0 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 1px solid #e66b2e;
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        text-decoration: none;
    }

.egoo-contact-support-primary {
    background: #e66b2e;
    color: #fff !important;
}

.egoo-contact-support-secondary {
    background: #fff;
    color: #e66b2e !important;
}

.egoo-contact-location {
    padding: 28px 0 70px;
}

.egoo-contact-map {
    height: 390px;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    background: #f6f8fb;
}

    .egoo-contact-map iframe {
        display: block;
        width: 100%;
        height: 100%;
    }


/* Contact loading and modal */

.egoo-contact-loading,
.egoo-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.egoo-contact-loading {
    background: rgba(15,23,42,.48);
}

.egoo-contact-loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    max-width: calc(100% - 30px);
    padding: 30px 24px;
    background: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.egoo-contact-loading-spinner {
    width: 34px;
    height: 34px;
    margin: 0 auto 14px;
    display: block;
    border: 3px solid #dce7fa;
    border-top-color: #e66b2e;
    border-radius: 50%;
    animation: jxContactSpin .75s linear infinite;
}

.egoo-contact-loading-text {
    color: #4e5b6c;
    font-size: 14px;
    line-height: 22px;
}

@keyframes jxContactSpin {
    to {
        transform: rotate(360deg);
    }
}

.egoo-contact-modal-mask {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.52);
}

.egoo-contact-modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 430px;
    max-width: calc(100% - 30px);
    padding: 30px 26px;
    background: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.egoo-contact-modal-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff6f1;
    color: #e66b2e;
    font-size: 20px;
}

    .egoo-contact-modal-icon.egoo-error {
        background: #fff1f1;
        color: #d92d20;
    }

.egoo-contact-modal-title {
    color: #172033;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.egoo-contact-modal-text {
    margin-top: 8px;
    color: #667085;
    font-size: 14px;
    line-height: 22px;
}

.egoo-contact-modal-btn {
    min-width: 120px;
    height: 40px;
    margin-top: 18px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e66b2e;
    color: #fff !important;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
}


/* =========================================================
   News home
========================================================= */

.egoo-news-home,
.egoo-news-list-page,
.egoo-news-article-page,
.egoo-news-related,
.egoo-news-article-head {
    width: 100%;
}

    .egoo-news-home *,
    .egoo-news-list-page *,
    .egoo-news-article-page *,
    .egoo-news-related *,
    .egoo-news-article-head * {
        box-sizing: border-box;
    }

.egoo-news-home {
    padding: 50px 0 70px;
}

    .egoo-news-home .egoo-news-heading {
        margin-bottom: 20px;
    }



.egoo-news-category-directory {
    margin-bottom: 38px;
}

    .egoo-news-category-directory .egoo-news-heading {
        margin-bottom: 18px;
    }

.egoo-news-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.egoo-news-category-card {
    min-width: 0;
    min-height: 84px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #dfe6ef;
    border-left: 3px solid #dfe6ef;
    background: #fff;
    color: #263244;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

    .egoo-news-category-card > span {
        min-width: 0;
    }

    .egoo-news-category-card strong {
        display: block;
        overflow: hidden;
        color: #172033;
        font-size: 15px;
        line-height: 23px;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: color .2s ease;
    }

    .egoo-news-category-card em {
        display: block;
        margin-top: 4px;
        color: #7b8798;
        font-size: 14px;
        line-height: 21px;
        font-style: normal;
    }

    .egoo-news-category-card > i {
        flex-shrink: 0;
        color: #e66b2e;
        font-size: 15px;
        transition: transform .2s ease;
    }

    .egoo-news-category-card:hover {
        border-color: #f2c5ad;
        border-left-color: #e66b2e;
        background: #fff9f6;
        transform: translateY(-2px);
    }

        .egoo-news-category-card:hover strong {
            color: #e66b2e;
        }

        .egoo-news-category-card:hover > i {
            transform: translateX(3px);
        }

.egoo-news-latest-head {
    margin-bottom: 20px;
    padding-top: 4px;
}

.egoo-news-feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 18px;
}

.egoo-news-latest-stack {
    display: grid;
    gap: 10px;
}

.egoo-news-row-card {
    min-width: 0;
    min-height: 176px;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    border: 1px solid #e3e9f1;
    background: #fff;
}

.egoo-news-row-image {
    display: block;
    overflow: hidden;
}

    .egoo-news-row-image img {
        width: 100%;
        height: 100%;
        min-height: 174px;
        display: block;
        object-fit: cover;
    }

.egoo-news-row-copy {
    min-width: 0;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.egoo-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #8590a2;
    font-size: 14px;
    line-height: 20px;
}

    .egoo-news-meta i {
        margin-right: 4px;
        color: #e66b2e;
    }

.egoo-news-card-title {
    margin-top: 7px;
    display: -webkit-box;
    overflow: hidden;
    color: #172033;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .egoo-news-card-title:hover {
        color: #e66b2e;
    }

.egoo-news-featured {
    min-height: 0;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

    .egoo-news-featured article {
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #e3e9f1;
        background: #fff;
    }

.egoo-news-featured-image {
    height: 145px;
    flex: 0 0 145px;
    position: relative;
    display: block;
    overflow: hidden;
}

    .egoo-news-featured-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .egoo-news-featured-image > span {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 4px 9px;
        background: #e66b2e;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

.egoo-news-featured-copy {
    flex: 1;
    min-height: 0;
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
}

    .egoo-news-featured-copy .egoo-news-card-title {
        margin-top: 7px;
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }

    .egoo-news-featured-copy .egoo-news-meta {
        margin-top: 0;
    }

.egoo-news-card-summary {
    margin: 8px 0 0;
    overflow: hidden;
    color: #667085;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.egoo-news-featured-summary {
    margin-top: 7px;
    -webkit-line-clamp: 2;
}

.egoo-news-featured-copy .egoo-news-row-more {
    margin-top: auto;
    padding-top: 8px;
}

.egoo-news-row-more {
    margin-top: 11px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    color: #e66b2e;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
}

    .egoo-news-row-more:hover {
        color: #c95722;
    }

    .egoo-news-row-more i {
        transition: transform .2s ease;
    }

    .egoo-news-row-more:hover i {
        transform: translateX(2px);
    }


.egoo-news-about-strip {
    margin-top: 40px;
    padding: 30px 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    border: 1px solid #dce5f0;
    border-left: 4px solid #e66b2e;
    background: #fff;
}

.egoo-news-about-strip-copy {
    min-width: 0;
}

    .egoo-news-about-strip-copy > span {
        display: block;
        margin-bottom: 5px;
        color: #e66b2e;
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        letter-spacing: .7px;
    }

    .egoo-news-about-strip-copy h2 {
        margin: 0;
        color: #172033;
        font-size: 24px;
        line-height: 33px;
        font-weight: 600;
    }

    .egoo-news-about-strip-copy p {
        max-width: 900px;
        margin: 9px 0 0;
        color: #667085;
        font-size: 14px;
        line-height: 23px;
    }

.egoo-news-about-strip-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .egoo-news-about-strip-actions a {
        min-height: 42px;
        padding: 0 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 1px solid #e66b2e;
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
    }

.egoo-news-about-primary {
    background: #e66b2e;
    color: #fff !important;
}

    .egoo-news-about-primary:hover {
        border-color: #c95722;
        background: #c95722;
    }

.egoo-news-about-secondary {
    background: #fff;
    color: #e66b2e !important;
}

    .egoo-news-about-secondary:hover {
        background: #fff8f4;
    }


.egoo-news-recommended-head {
    margin-top: 42px;
    margin-bottom: 20px;
}

.egoo-news-recommended-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.egoo-news-grid-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3e9f1;
    background: #fff;
}

.egoo-news-grid-image {
    height: 185px;
    display: block;
    overflow: hidden;
}

    .egoo-news-grid-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .25s ease;
    }

.egoo-news-grid-card:hover .egoo-news-grid-image img {
    transform: scale(1.035);
}

.egoo-news-grid-copy {
    padding: 18px;
}

    .egoo-news-grid-copy p {
        height: 44px;
        margin: 9px 0 0;
        overflow: hidden;
        color: #748094;
        font-size: 14px;
        line-height: 22px;
    }

.egoo-news-read-more {
    margin-top: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e66b2e;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
}



/* =========================================================
   News list
========================================================= */

.egoo-news-list-page {
    padding: 44px 0 70px;
}

.egoo-news-list-toolbar {
    margin-bottom: 22px;
    padding-bottom: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #e3e9f1;
}

    .egoo-news-list-toolbar > div > span {
        display: block;
        margin-bottom: 5px;
        color: #e66b2e;
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
    }

    .egoo-news-list-toolbar h2 {
        margin: 0;
        color: #172033;
        font-size: 24px;
        line-height: 33px;
        font-weight: 600;
    }

.egoo-news-list-categories {
    max-width: 68%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

    .egoo-news-list-categories a {
        padding: 7px 11px;
        border: 1px solid #dfe6ef;
        background: #fff;
        color: #536174;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
    }

        .egoo-news-list-categories a:hover {
            border-color: #e66b2e;
            color: #e66b2e;
        }

        .egoo-news-list-categories a.egoo-active {
            border-color: #e66b2e;
            background: #e66b2e;
            color: #fff;
            font-weight: 600;
        }

            .egoo-news-list-categories a.egoo-active:hover {
                border-color: #c95722;
                background: #c95722;
                color: #fff;
            }

.egoo-news-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.egoo-news-list-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3e9f1;
    background: #fff;
}

.egoo-news-list-image {
    height: 210px;
    display: block;
    overflow: hidden;
}

    .egoo-news-list-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .25s ease;
    }

.egoo-news-list-card:hover .egoo-news-list-image img {
    transform: scale(1.035);
}

.egoo-news-list-copy {
    padding: 19px;
}

.egoo-news-list-title {
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    color: #172033;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .egoo-news-list-title:hover {
        color: #e66b2e;
    }

.egoo-news-list-copy > p {
    height: 44px;
    margin: 10px 0 0;
    overflow: hidden;
    color: #748094;
    font-size: 14px;
    line-height: 22px;
}

.egoo-news-list-cta {
    margin-top: 36px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #fff6f1;
    border-left: 4px solid #e66b2e;
}

    .egoo-news-list-cta > div {
        flex: 1;
        min-width: 0;
    }

        .egoo-news-list-cta > div > span {
            display: block;
            margin-bottom: 4px;
            color: #e66b2e;
            font-size: 14px;
            line-height: 21px;
            font-weight: 600;
        }

    .egoo-news-list-cta h2 {
        margin: 0;
        color: #172033;
        font-size: 23px;
        line-height: 32px;
        font-weight: 600;
    }

    .egoo-news-list-cta p {
        margin: 7px 0 0;
        color: #667085;
        font-size: 14px;
        line-height: 22px;
    }

    .egoo-news-list-cta > a {
        min-width: 140px;
        height: 42px;
        padding: 0 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        background: #e66b2e;
        color: #fff;
        font-size: 14px;
        line-height: 42px;
        font-weight: 600;
        text-decoration: none;
    }


/* =========================================================
   News article
========================================================= */

.egoo-news-article-head {
    padding: 44px 0 38px;
    background: #f6f8fc;
    border-bottom: 1px solid #e1e7ef;
}

    .egoo-news-article-head > .container {
        max-width: 1040px;
    }

        .egoo-news-article-head > .container > span {
            display: block;
            margin-bottom: 8px;
            color: #e66b2e;
            font-size: 14px;
            line-height: 21px;
            font-weight: 600;
            letter-spacing: .8px;
        }

    .egoo-news-article-head h1 {
        max-width: 960px;
        margin: 0;
        color: #111827;
        font-size: 38px;
        line-height: 49px;
        font-weight: 600;
    }

.egoo-news-article-meta {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #778296;
    font-size: 14px;
    line-height: 21px;
}

    .egoo-news-article-meta i {
        margin-right: 5px;
        color: #e66b2e;
    }

.egoo-news-article-page {
    padding: 42px 0 54px;
}

.egoo-news-article-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.egoo-news-article-side {
    position: sticky;
    top: 92px;
}

.egoo-news-toc,
.egoo-news-article-categories {
    padding: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.egoo-news-article-categories {
    margin-top: 12px;
}

    .egoo-news-toc > span,
    .egoo-news-article-categories > span {
        display: block;
        margin-bottom: 4px;
        color: #e66b2e;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .egoo-news-toc h2,
    .egoo-news-article-categories h2 {
        margin: 0 0 12px;
        color: #172033;
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
    }

.egoo-news-toc ul,
.egoo-news-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.egoo-news-toc li {
    margin: 0;
    padding: 0;
}

.egoo-news-toc a {
    padding: 6px 0;
    display: block;
    color: #667085;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

    .egoo-news-toc a:hover {
        color: #e66b2e;
    }

.egoo-news-article-categories > a {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #edf0f4;
    color: #536174;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

    .egoo-news-article-categories > a:hover {
        color: #e66b2e;
    }

    .egoo-news-article-categories > a.egoo-active {
        margin: 0 -10px;
        padding: 9px 10px;
        border-top-color: transparent;
        background: #e66b2e;
        color: #fff;
        font-weight: 600;
    }

        .egoo-news-article-categories > a.egoo-active i {
            color: #fff;
        }

.egoo-news-article-main {
    min-width: 0;
}

.egoo-news-richtext {
    color: #414d5d;
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

    .egoo-news-richtext > *:first-child {
        margin-top: 0 !important;
    }

    .egoo-news-richtext h2,
    .egoo-news-richtext h3,
    .egoo-news-richtext h4 {
        color: #172033;
        font-weight: 600;
    }

    .egoo-news-richtext h2 {
        margin: 30px 0 14px;
        font-size: 25px;
        line-height: 35px;
    }

    .egoo-news-richtext h3 {
        margin: 25px 0 12px;
        font-size: 20px;
        line-height: 29px;
    }

    .egoo-news-richtext h4 {
        margin: 22px 0 10px;
        font-size: 17px;
        line-height: 26px;
    }

    .egoo-news-richtext p {
        margin: 0 0 16px;
    }

    .egoo-news-richtext a {
        color: #e66b2e;
    }

    .egoo-news-richtext img {
        max-width: 100%;
        height: auto;
        margin: 18px 0;
    }

    .egoo-news-richtext ul,
    .egoo-news-richtext ol {
        margin: 16px 0;
        padding-left: 24px;
    }

    .egoo-news-richtext li {
        margin-bottom: 7px;
    }

    .egoo-news-richtext blockquote {
        margin: 22px 0;
        padding: 16px 18px;
        border-left: 4px solid #e66b2e;
        background: #f4f8ff;
    }

    .egoo-news-richtext table {
        width: 100%;
        margin: 22px 0;
        border-collapse: collapse;
    }

    .egoo-news-richtext th,
    .egoo-news-richtext td {
        padding: 10px 12px;
        border: 1px solid #dfe6ef;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }

    .egoo-news-richtext th {
        background: #fff6f1;
        color: #172033;
        font-weight: 600;
    }

.egoo-news-prev-next {
    margin-top: 34px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    border-top: 1px solid #e3e9f1;
}

    .egoo-news-prev-next > div {
        min-width: 0;
        padding: 14px;
        background: #f8faff;
    }

        .egoo-news-prev-next > div:last-child {
            text-align: right;
        }

    .egoo-news-prev-next span {
        display: block;
        margin-bottom: 5px;
        color: #8792a4;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .egoo-news-prev-next a {
        color: #263244;
        font-size: 14px;
        line-height: 21px;
        text-decoration: none;
    }

        .egoo-news-prev-next a:hover {
            color: #e66b2e;
        }

.egoo-news-related {
    padding: 42px 0 70px;
    background: #f6f8fc;
}

    .egoo-news-related .egoo-news-heading {
        margin-bottom: 20px;
    }

.egoo-news-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

    .egoo-news-related-grid article {
        min-width: 0;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e1e7ef;
    }

.egoo-news-related-image {
    height: 155px;
    display: block;
    overflow: hidden;
}

    .egoo-news-related-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.egoo-news-related-grid article > div {
    padding: 14px;
}

    .egoo-news-related-grid article > div > a {
        margin-top: 7px;
        display: -webkit-box;
        overflow: hidden;
        color: #172033;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        text-decoration: none;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


/* =========================================================
   Pagination
========================================================= */

.egoo-page-pagination {
    width: 100%;
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

    .egoo-page-pagination:empty {
        display: none;
    }

    .egoo-page-pagination a,
    .egoo-page-pagination span {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dfe5ec;
        background: #fff;
        color: #536174;
        font-size: 14px;
        line-height: 34px;
        text-decoration: none;
    }

        .egoo-page-pagination a:hover,
        .egoo-page-pagination span {
            border-color: #e66b2e;
            background: #e66b2e;
            color: #fff;
        }


/* =========================================================
   Mobile
========================================================= */

@media screen and (max-width: 767px) {

    .egoo-brand-heading,
    .egoo-brand-section-head,
    .egoo-news-heading,
    .egoo-contact-section-head {
        display: block;
    }

        .egoo-brand-heading h2,
        .egoo-brand-section-head h2,
        .egoo-news-heading h2,
        .egoo-contact-section-head h2 {
            font-size: 22px;
            line-height: 31px;
        }

        .egoo-brand-heading > p,
        .egoo-brand-section-head > p,
        .egoo-news-heading > p,
        .egoo-contact-section-head > p {
            width: 100%;
            margin-top: 8px;
            font-size: 14px;
            line-height: 22px;
        }


    /* Brand directory */

    .egoo-brand-feature {
        padding: 30px 0 26px;
    }

        .egoo-brand-feature .egoo-brand-heading {
            margin-bottom: 16px;
        }

    .egoo-brand-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

        .egoo-brand-feature-grid > a {
            height: 90px;
            padding: 14px;
        }

            .egoo-brand-feature-grid > a > span {
                display: none;
            }

    .egoo-brand-directory {
        padding: 22px 0 40px;
    }

        .egoo-brand-directory .egoo-brand-heading {
            margin-bottom: 14px;
        }

    .egoo-brand-letter-nav {
        top: 0;
        margin-bottom: 14px;
        padding: 8px;
    }

        .egoo-brand-letter-nav a {
            width: 34px;
            height: 34px;
            line-height: 34px;
        }

    .egoo-brand-directory-list {
        gap: 8px;
    }

        .egoo-brand-directory-list dl {
            padding: 14px;
            display: block;
        }

        .egoo-brand-directory-list dt {
            margin-bottom: 10px;
        }

            .egoo-brand-directory-list dt a {
                width: 44px;
                height: 44px;
                font-size: 19px;
                line-height: 44px;
            }

        .egoo-brand-directory-list dd {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 5px 8px;
        }

            .egoo-brand-directory-list dd a {
                min-height: 36px;
                padding: 6px 7px;
            }


    /* Brand detail */

    .egoo-brand-overview {
        padding: 28px 0;
    }

    .egoo-brand-overview-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .egoo-brand-overview-logo {
        min-height: 130px;
        padding: 20px;
    }

        .egoo-brand-overview-logo img {
            max-height: 82px;
        }

    .egoo-brand-overview-content h1 {
        font-size: 29px;
        line-height: 38px;
    }

    .egoo-brand-overview-summary,
    .egoo-brand-overview-description {
        font-size: 14px;
        line-height: 22px;
    }

    .egoo-brand-overview-actions {
        flex-direction: column;
        align-items: stretch;
    }

        .egoo-brand-overview-actions a {
            width: 100%;
        }

    .egoo-brand-category-section {
        padding: 34px 0 14px;
    }

        .egoo-brand-category-section .egoo-brand-section-head,
        .egoo-brand-products .egoo-brand-section-head,
        .egoo-brand-content-section .egoo-brand-section-head {
            margin-bottom: 15px;
        }

    .egoo-brand-category-list dl {
        padding: 13px;
        display: block;
    }

    .egoo-brand-category-list dt {
        margin-bottom: 10px;
    }

    .egoo-brand-category-list dd,
    .egoo-brand-category-children {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .egoo-brand-products {
        padding: 28px 0 40px;
    }

    .egoo-brand-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .egoo-brand-product-image {
        height: 130px;
        padding: 13px;
    }

        .egoo-brand-product-image img {
            max-height: 100px;
        }

    .egoo-brand-product-copy {
        padding: 11px;
    }

    .egoo-brand-content-section {
        padding-bottom: 36px;
    }

    .egoo-brand-richtext {
        padding: 20px 16px;
        font-size: 14px;
        line-height: 1.75;
        overflow-x: auto;
    }

        .egoo-brand-richtext h2 {
            font-size: 20px;
            line-height: 29px;
        }

        .egoo-brand-richtext h3 {
            font-size: 18px;
            line-height: 27px;
        }


    /* Contact */

    .egoo-contact-page {
        padding: 28px 0 24px;
    }

    .egoo-contact-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .egoo-contact-panel {
        padding: 24px 18px;
    }

        .egoo-contact-panel h2 {
            font-size: 23px;
            line-height: 32px;
        }

    .egoo-contact-form-panel {
        padding: 24px 18px;
    }

    .egoo-contact-form-head h2 {
        font-size: 23px;
        line-height: 32px;
    }

    .egoo-contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .egoo-contact-submit button {
        width: 100%;
    }

    .egoo-contact-support {
        padding: 26px 0 34px;
    }

        .egoo-contact-support .egoo-contact-section-head,
        .egoo-contact-location .egoo-contact-section-head {
            margin-bottom: 15px;
        }

    .egoo-contact-support-grid {
        grid-template-columns: 1fr;
    }

    .egoo-contact-support-card {
        min-height: auto;
        padding: 18px;
    }

    .egoo-contact-support-actions {
        flex-direction: column;
    }

        .egoo-contact-support-actions a {
            width: 100%;
        }

    .egoo-contact-location {
        padding: 20px 0 40px;
    }

    .egoo-contact-map {
        height: 300px;
    }


    /* News home */

    .egoo-news-home {
        padding: 30px 0 42px;
    }

    .egoo-news-category-directory {
        margin-bottom: 28px;
    }

    .egoo-news-category-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .egoo-news-category-card {
        min-height: 68px;
        padding: 13px 14px;
    }

        .egoo-news-category-card strong {
            font-size: 14px;
            line-height: 22px;
        }

        .egoo-news-category-card em {
            font-size: 14px;
            line-height: 20px;
        }

    .egoo-news-latest-head {
        margin-bottom: 14px;
    }

    .egoo-news-home .egoo-news-heading {
        margin-bottom: 14px;
    }


    .egoo-news-feature-layout {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .egoo-news-row-card {
        grid-template-columns: 118px minmax(0, 1fr);
        min-height: 138px;
    }

    .egoo-news-row-image img {
        min-height: 136px;
    }

    .egoo-news-row-copy {
        padding: 12px;
    }

    .egoo-news-card-title {
        font-size: 14px;
        line-height: 22px;
    }

    .egoo-news-featured {
        grid-template-rows: none;
        gap: 10px;
    }

        .egoo-news-featured article {
            min-height: auto;
        }

    .egoo-news-card-summary {
        margin-top: 6px;
        font-size: 14px;
        line-height: 21px;
        -webkit-line-clamp: 2;
    }

    .egoo-news-row-more {
        margin-top: 8px;
    }

    .egoo-news-featured-image {
        height: 200px;
        flex-basis: 200px;
    }

    .egoo-news-featured-copy .egoo-news-card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .egoo-news-recommended-head {
        margin-top: 30px;
    }

    .egoo-news-recommended-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .egoo-news-about-strip {
        margin-top: 28px;
        padding: 22px 18px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .egoo-news-about-strip-copy h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .egoo-news-about-strip-copy p {
        font-size: 14px;
        line-height: 22px;
    }

    .egoo-news-about-strip-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

        .egoo-news-about-strip-actions a {
            width: 100%;
        }

    .egoo-news-grid-image {
        height: 200px;
    }



    /* News list */

    .egoo-news-list-page {
        padding: 28px 0 42px;
    }

    .egoo-news-list-toolbar {
        display: block;
        margin-bottom: 16px;
        padding-bottom: 14px;
    }

        .egoo-news-list-toolbar h2 {
            font-size: 21px;
            line-height: 30px;
        }

    .egoo-news-list-categories {
        max-width: none;
        margin-top: 12px;
        justify-content: flex-start;
    }

    .egoo-news-list-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .egoo-news-list-image {
        height: 205px;
    }

    .egoo-news-list-cta {
        padding: 22px 18px;
        display: block;
    }

        .egoo-news-list-cta h2 {
            font-size: 20px;
            line-height: 29px;
        }

        .egoo-news-list-cta > a {
            width: 100%;
            margin-top: 16px;
        }


    /* News article */

    .egoo-news-article-head {
        padding: 30px 0 27px;
    }

        .egoo-news-article-head h1 {
            font-size: 28px;
            line-height: 38px;
        }

    .egoo-news-article-meta {
        gap: 10px 14px;
    }

    .egoo-news-article-page {
        padding: 28px 0 38px;
    }

    .egoo-news-article-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .egoo-news-article-side {
        position: static;
    }

    .egoo-news-article-categories {
        display: none;
    }

    .egoo-news-toc {
        padding: 16px;
    }

    .egoo-news-richtext {
        font-size: 14px;
        line-height: 1.78;
        overflow-x: auto;
    }

        .egoo-news-richtext h2 {
            font-size: 21px;
            line-height: 30px;
        }

        .egoo-news-richtext h3 {
            font-size: 18px;
            line-height: 27px;
        }

    .egoo-news-prev-next {
        grid-template-columns: 1fr;
    }

        .egoo-news-prev-next > div:last-child {
            text-align: left;
        }

    .egoo-news-related {
        padding: 30px 0 42px;
    }

    .egoo-news-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .egoo-news-related-image {
        height: 120px;
    }
}
/* =========================================================
   EGOO orange accent
========================================================= */

.egoo-brand-heading > div > span,
.egoo-brand-section-head > div > span,
.egoo-news-heading > div > span,
.egoo-contact-section-head > div > span,
.egoo-brand-overview-content > span,
.egoo-contact-form-head > span,
.egoo-news-about-strip-copy > span,
.egoo-news-list-toolbar > div > span,
.egoo-news-list-cta > div > span,
.egoo-news-article-head > .container > span {
    color: #ff5733;
}

.egoo-brand-overview-primary,
.egoo-contact-submit button,
.egoo-contact-support-primary,
.egoo-contact-modal-btn {
    border-color: #ff5733;
    background: #ff5733;
}

    .egoo-brand-overview-primary:hover,
    .egoo-contact-submit button:hover,
    .egoo-contact-support-primary:hover,
    .egoo-contact-modal-btn:hover {
        border-color: #e94726;
        background: #e94726;
    }

.egoo-contact-support-card > i {
    background: #fff1ed;
    color: #ff5733;
}

.egoo-news-meta i,
.egoo-news-article-meta i {
    color: #ff5733;
}

.egoo-news-featured-image > span {
    background: #ff5733;
}

.egoo-news-category-card:hover {
    border-left-color: #ff5733;
}

.egoo-news-list-cta,
.egoo-news-about-strip {
    border-left-color: #ff5733;
}

/* =========================================================
   EGOO Layout V2
========================================================= */

.egoo-brand-heading,
.egoo-brand-section-head,
.egoo-news-heading,
.egoo-contact-section-head {
    align-items: center;
    gap: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eadfd8;
}

    .egoo-brand-heading > div > span,
    .egoo-brand-section-head > div > span,
    .egoo-news-heading > div > span,
    .egoo-contact-section-head > div > span {
        margin-bottom: 7px;
        color: #e66b2e;
        letter-spacing: 1.1px;
    }

    .egoo-brand-heading h2,
    .egoo-brand-section-head h2,
    .egoo-news-heading h2,
    .egoo-contact-section-head h2 {
        color: #2e3135;
        font-size: 30px;
        line-height: 40px;
    }

    .egoo-brand-heading > p,
    .egoo-brand-section-head > p,
    .egoo-news-heading > p,
    .egoo-contact-section-head > p {
        width: 40%;
        color: #73777d;
        line-height: 24px;
    }


/* =========================================================
   Brand directory V2
========================================================= */

.egoo-brand-feature {
    padding: 56px 0 64px;
    background: #fff7f2;
}

    .egoo-brand-feature .egoo-brand-heading {
        margin-bottom: 30px;
    }

.egoo-brand-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

    .egoo-brand-feature-grid > a {
        height: 138px;
        padding: 24px 26px 34px;
        border: 1px solid #eee2db;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 5px 18px rgba(56, 39, 29, .035);
    }

        .egoo-brand-feature-grid > a:hover {
            border-color: #efb391;
            box-shadow: 0 16px 30px rgba(230, 107, 46, .10);
            transform: translateY(-5px);
        }

    .egoo-brand-feature-grid img {
        max-height: 66px;
        transition: transform .3s ease;
    }

    .egoo-brand-feature-grid > a:hover img {
        transform: scale(1.04);
    }

    .egoo-brand-feature-grid > a > span {
        right: 16px;
        bottom: 11px;
        color: #e66b2e;
    }

.egoo-brand-directory {
    padding: 62px 0 80px;
}

    .egoo-brand-directory .egoo-brand-heading {
        margin-bottom: 26px;
    }

.egoo-brand-letter-nav {
    top: 101px;
    margin-bottom: 26px;
    padding: 10px 14px;
    border: 1px solid #eee2db;
    border-radius: 12px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 10px 28px rgba(54, 40, 31, .06);
}

    .egoo-brand-letter-nav ul {
        gap: 7px;
    }

    .egoo-brand-letter-nav a {
        width: 38px;
        height: 38px;
        border-radius: 8px;
        background: #fff7f2;
        color: #5f6063;
        line-height: 38px;
    }

        .egoo-brand-letter-nav a:hover,
        .egoo-brand-letter-nav a.egoo-active {
            border-color: #e66b2e;
            background: #e66b2e;
            color: #fff;
        }

.egoo-brand-directory-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

    .egoo-brand-directory-list dl {
        min-width: 0;
        padding: 20px;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 18px;
        border: 1px solid #eee4de;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 5px 16px rgba(45, 36, 30, .025);
    }

        .egoo-brand-directory-list dl:hover,
        .egoo-brand-directory-list dl.egoo-brand-letter-current {
            border-color: #efb391;
            background: #fffaf7;
        }

    .egoo-brand-directory-list dt a {
        width: 52px;
        height: 52px;
        border-radius: 10px;
        background: #e66b2e;
        line-height: 52px;
    }

    .egoo-brand-directory-list dd {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 14px;
    }

        .egoo-brand-directory-list dd a {
            padding: 8px 10px;
            border-radius: 7px;
            background: #fafafa;
            transition: background .2s ease, color .2s ease, transform .2s ease;
        }

            .egoo-brand-directory-list dd a:hover {
                background: #fff0e7;
                color: #e66b2e;
                transform: translateX(2px);
            }


/* =========================================================
   Brand detail V2
========================================================= */

.egoo-brand-overview {
    padding: 52px 0;
    background: #fff7f2;
}

.egoo-brand-overview-grid {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 54px;
    align-items: stretch;
}

.egoo-brand-overview-logo {
    min-height: 250px;
    padding: 38px;
    border: 1px solid #f0dfd5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(72, 48, 34, .06);
}

    .egoo-brand-overview-logo img {
        max-height: 135px;
    }

.egoo-brand-overview-content {
    padding: 18px 0;
}

    .egoo-brand-overview-content > span {
        color: #e66b2e;
    }

    .egoo-brand-overview-content h1 {
        color: #292c30;
        font-size: 42px;
        line-height: 52px;
    }

.egoo-brand-overview-summary {
    max-width: 820px;
    margin-top: 12px;
    color: #4e5155;
    font-size: 16px;
    line-height: 27px;
}

.egoo-brand-overview-description {
    max-width: 900px;
    margin-top: 18px;
    color: #707378;
    line-height: 24px;
}

.egoo-brand-overview-actions {
    margin-top: 26px;
    gap: 12px;
}

    .egoo-brand-overview-actions a {
        min-height: 44px;
        padding: 0 20px;
        border-radius: 999px;
    }

.egoo-brand-overview-primary {
    border-color: #e66b2e;
    background: #e66b2e;
}

.egoo-brand-overview-secondary {
    border-color: #e7d8cf;
    background: #fff;
}

.egoo-brand-products {
    padding: 58px 0 70px;
}

    .egoo-brand-products .egoo-brand-section-head {
        margin-bottom: 30px;
    }

.egoo-brand-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.egoo-brand-product-card {
    border: 1px solid #ece4df;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(48, 38, 31, .025);
}

    .egoo-brand-product-card:hover {
        border-color: #efb391;
        transform: translateY(-5px);
        box-shadow: 0 14px 30px rgba(230, 107, 46, .09);
    }

.egoo-brand-product-image {
    height: 190px;
    padding: 24px;
    border-bottom-color: #f1e7e1;
}

    .egoo-brand-product-image img {
        max-height: 145px;
        transition: transform .3s ease;
    }

.egoo-brand-product-card:hover .egoo-brand-product-image img {
    transform: scale(1.045);
}

.egoo-brand-product-copy {
    padding: 16px 18px 18px;
}

.egoo-brand-content-section {
    padding: 62px 0;
    background: #fff8f4;
}

    .egoo-brand-content-section + .egoo-brand-content-section {
        padding-top: 0;
    }

.egoo-brand-richtext {
    margin-top: 26px;
    padding: 34px 38px;
    border: 1px solid #eee2db;
    border-radius: 14px;
    background: #fff;
    color: #55595e;
    line-height: 1.85;
}


/* =========================================================
   Dynamic brand categories V2
========================================================= */

.egoo-brand-anchor-offset {
    scroll-margin-top: 110px;
}

.egoo-brand-category-section {
    width: 100%;
    padding: 58px 0 66px;
    background: #fff;
}

.egoo-brand-detail-title {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eadfd8;
}

    .egoo-brand-detail-title > span {
        display: block;
        margin-bottom: 7px;
        color: #e66b2e;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .egoo-brand-detail-title h2 {
        margin: 0;
        color: #2e3135;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    .egoo-brand-detail-title p {
        max-width: 760px;
        margin: 8px 0 0;
        color: #777a7f;
        font-size: 14px;
        line-height: 23px;
    }

.egoo-brand-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

    .egoo-brand-info-list dl {
        min-width: 0;
        margin: 0;
        padding: 22px;
        border: 1px solid #ece3dd;
        border-radius: 12px;
        background: #fffaf7;
    }

    .egoo-brand-info-list dt {
        margin: 0 0 14px;
    }

        .egoo-brand-info-list dt > a {
            display: inline-flex;
            align-items: center;
            color: #2e3135;
            font-size: 17px;
            line-height: 25px;
            font-weight: 600;
        }

.egoo-brand-cat-root-link {
    color: #e66b2e !important;
}

.egoo-brand-info-list dd {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .egoo-brand-info-list dd > a,
    .egoo-brand-cat-children > a {
        min-height: 34px;
        padding: 6px 11px;
        display: inline-flex;
        align-items: center;
        border: 1px solid #eaded6;
        border-radius: 7px;
        background: #fff;
        color: #55595e;
        font-size: 13px;
        line-height: 20px;
    }

        .egoo-brand-info-list dd > a:hover,
        .egoo-brand-cat-children > a:hover {
            border-color: #e66b2e;
            background: #fff2ea;
            color: #e66b2e;
        }

.egoo-brand-cat-group {
    width: 100%;
    padding: 10px 0 0;
}

.egoo-brand-cat-parent {
    margin-bottom: 8px;
    color: #34373b;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.egoo-brand-cat-children {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.egoo-brand-cat-group .egoo-brand-cat-group {
    padding-left: 12px;
    border-left: 2px solid #f0c8b1;
}

.egoo-brand-cat-empty {
    color: #999;
    font-size: 13px;
}


/* =========================================================
   News home V2
========================================================= */

.egoo-news-home {
    padding: 58px 0 76px;
}

.egoo-news-category-directory {
    padding: 30px;
    border: 1px solid #eee4de;
    border-radius: 16px;
    background: #fff8f4;
}

    .egoo-news-category-directory .egoo-news-heading {
        margin-bottom: 24px;
    }

.egoo-news-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.egoo-news-category-card {
    min-height: 96px;
    padding: 18px 18px;
    border: 1px solid #eadfd8;
    border-left: 1px solid #eadfd8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(50, 39, 31, .025);
}

    .egoo-news-category-card:hover {
        border-color: #efb391;
        background: #fff4ed;
        transform: translateY(-3px);
    }

    .egoo-news-category-card strong {
        font-size: 16px;
    }

    .egoo-news-category-card > i {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff0e7;
        color: #e66b2e;
    }

.egoo-news-latest-head {
    margin-top: 56px;
    margin-bottom: 26px;
}

.egoo-news-feature-layout {
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.egoo-news-latest-stack {
    gap: 14px;
}

.egoo-news-row-card {
    min-height: 150px;
    grid-template-columns: 122px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #eee4de;
    border-radius: 12px;
    background: #fff;
}

.egoo-news-row-image img {
    min-height: 148px;
}

.egoo-news-row-copy {
    padding: 15px 16px;
}

.egoo-news-card-title {
    color: #292d31;
}

.egoo-news-meta i {
    color: #e66b2e;
}

.egoo-news-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 18px;
}

    .egoo-news-featured article {
        overflow: hidden;
        border: 1px solid #eee4de;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 6px 20px rgba(53, 40, 31, .035);
    }

.egoo-news-featured-image {
    height: 255px;
    flex: 0 0 255px;
}

    .egoo-news-featured-image > span {
        top: 14px;
        left: 14px;
        border-radius: 999px;
        background: #e66b2e;
    }

.egoo-news-featured-copy {
    padding: 18px 20px 20px;
}

.egoo-news-featured article:hover .egoo-news-featured-image img,
.egoo-news-row-card:hover .egoo-news-row-image img {
    transform: scale(1.035);
}

.egoo-news-featured-image img,
.egoo-news-row-image img {
    transition: transform .35s ease;
}

.egoo-news-recommended-head {
    margin-top: 58px;
    margin-bottom: 26px;
}

.egoo-news-recommended-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.egoo-news-grid-card {
    overflow: hidden;
    border: 1px solid #eee4de;
    border-radius: 12px;
    background: #fff;
}

.egoo-news-grid-image {
    height: 165px;
}

.egoo-news-grid-copy {
    padding: 16px 17px 18px;
}

.egoo-news-about-strip {
    margin-top: 58px;
    padding: 32px 36px;
    border: 0;
    border-radius: 14px;
    background: #32363b;
    color: #fff;
}

.egoo-news-about-strip-copy h2,
.egoo-news-about-strip-copy p {
    color: #fff;
}

.egoo-news-about-primary {
    border-color: #e66b2e;
    background: #e66b2e;
}


/* =========================================================
   News list V2
========================================================= */

.egoo-news-list-page {
    padding: 54px 0 76px;
}

.egoo-news-list-toolbar {
    margin-bottom: 28px;
    padding: 24px 26px;
    align-items: center;
    border: 1px solid #eee2db;
    border-bottom: 1px solid #eee2db;
    border-radius: 14px;
    background: #fff8f4;
}

.egoo-news-list-categories {
    justify-content: flex-end;
    gap: 8px;
}

    .egoo-news-list-categories a {
        border-radius: 999px;
    }

.egoo-news-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.egoo-news-list-card {
    min-height: 200px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #eee4de;
    border-radius: 12px;
    background: #fff;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

    .egoo-news-list-card:hover {
        border-color: #efb391;
        transform: translateY(-3px);
        box-shadow: 0 12px 26px rgba(230, 107, 46, .07);
    }

.egoo-news-list-image {
    width: 220px;
    height: 100%;
    min-height: 200px;
}

.egoo-news-list-copy {
    padding: 20px;
}

.egoo-news-list-title {
    color: #292d31;
    font-size: 18px;
    line-height: 26px;
}

.egoo-news-list-copy > p {
    height: auto;
    max-height: 66px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.egoo-news-list-cta {
    margin-top: 42px;
    padding: 32px 34px;
    border: 1px solid #f0d8ca;
    border-left: 4px solid #e66b2e;
    border-radius: 12px;
    background: #fff6f1;
}

.egoo-page-pagination {
    margin-top: 36px;
}


/* =========================================================
   News article V2
========================================================= */

.egoo-news-article-head {
    padding: 56px 0 48px;
    background: #fff7f2;
}

    .egoo-news-article-head > .container {
        max-width: 1080px;
    }

        .egoo-news-article-head > .container > span {
            color: #e66b2e;
            letter-spacing: 1.1px;
        }

    .egoo-news-article-head h1 {
        max-width: 980px;
        color: #292d31;
        font-size: 40px;
        line-height: 1.32;
    }

.egoo-news-article-meta {
    margin-top: 18px;
}

.egoo-news-article-page {
    padding: 50px 0 72px;
    background: #f7f7f7;
}

.egoo-news-article-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 28px;
}

.egoo-news-article-main {
    grid-column: 1;
    grid-row: 1;
    padding: 38px 42px;
    border: 1px solid #ece5e0;
    border-radius: 14px;
    background: #fff;
}

.egoo-news-article-side {
    grid-column: 2;
    grid-row: 1;
    top: 105px;
}

.egoo-news-toc,
.egoo-news-article-categories {
    padding: 20px;
    border: 1px solid #ece3dd;
    border-radius: 12px;
    background: #fff;
}

.egoo-news-article-categories {
    margin-top: 14px;
}

    .egoo-news-toc > span,
    .egoo-news-article-categories > span {
        color: #e66b2e;
    }

.egoo-news-richtext {
    color: #42464b;
    font-size: 15px;
    line-height: 1.9;
}

    .egoo-news-richtext h2,
    .egoo-news-richtext h3 {
        color: #292d31;
    }

.egoo-news-prev-next {
    margin-top: 36px;
    padding-top: 24px;
    border-top-color: #eee4de;
}

.egoo-news-related {
    padding: 58px 0 70px;
}

.egoo-news-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}


/* =========================================================
   Contact V2
========================================================= */

.egoo-contact-page {
    padding: 58px 0 70px;
    background: #fff8f4;
}

.egoo-contact-grid {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
    align-items: stretch;
}

.egoo-contact-form-panel {
    order: 1;
    padding: 36px 38px;
    border: 1px solid #eee1d9;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(59, 43, 33, .045);
}

.egoo-contact-panel {
    order: 2;
    padding: 38px 32px;
    border-radius: 16px;
    background: #30343a;
    color: #fff;
    box-shadow: 0 12px 30px rgba(24, 25, 27, .12);
}

.egoo-contact-kicker {
    color: #f3b08a;
}

.egoo-contact-panel h2 {
    font-size: 28px;
    line-height: 38px;
}

.egoo-contact-company-info {
    border-top-color: rgba(255,255,255,.14);
}

.egoo-contact-form-head {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee5df;
}

    .egoo-contact-form-head > span {
        color: #e66b2e;
    }

    .egoo-contact-form-head h2 {
        color: #292d31;
        font-size: 30px;
        line-height: 40px;
    }

.egoo-contact-form {
    margin-top: 26px;
}

.egoo-contact-field input,
.egoo-contact-field textarea {
    border-radius: 9px;
    border-color: #ddd7d3;
    background: #fbfbfb;
}

    .egoo-contact-field input:focus,
    .egoo-contact-field textarea:focus {
        border-color: #e66b2e;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(230,107,46,.08);
    }

.egoo-contact-submit button,
.egoo-contact-submit input[type="submit"] {
    border-radius: 999px;
    background: #e66b2e;
}

.egoo-contact-support {
    padding: 62px 0;
    background: #fff;
}

.egoo-contact-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    border: 0;
}

.egoo-contact-support-card {
    min-height: 160px;
    padding: 25px 24px;
    border: 1px solid #eee3dc;
    border-radius: 12px;
    background: #fff8f4;
}

    .egoo-contact-support-card > i {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: #fff0e7;
        color: #e66b2e;
    }

.egoo-contact-support-actions {
    margin-top: 24px;
}

    .egoo-contact-support-actions a {
        border-radius: 999px;
        border-color: #e66b2e;
    }

.egoo-contact-support-primary {
    background: #e66b2e;
}

.egoo-contact-location {
    padding: 58px 0 72px;
    background: #f7f7f7;
}

.egoo-contact-map {
    margin-top: 26px;
    overflow: hidden;
    border: 1px solid #e5e0dc;
    border-radius: 16px;
    background: #fff;
}

.egoo-contact-modal-box {
    border-radius: 16px;
}

.egoo-contact-modal-btn {
    border-radius: 999px;
    background: #e66b2e;
}


/* =========================================================
   Responsive V2
========================================================= */

@media screen and (max-width: 767px) {

    .egoo-brand-heading,
    .egoo-brand-section-head,
    .egoo-news-heading,
    .egoo-contact-section-head {
        display: block;
        padding-bottom: 15px;
    }

        .egoo-brand-heading h2,
        .egoo-brand-section-head h2,
        .egoo-news-heading h2,
        .egoo-contact-section-head h2,
        .egoo-brand-detail-title h2,
        .egoo-contact-form-head h2 {
            font-size: 22px;
            line-height: 31px;
        }

        .egoo-brand-heading > p,
        .egoo-brand-section-head > p,
        .egoo-news-heading > p,
        .egoo-contact-section-head > p {
            width: 100%;
            margin-top: 10px;
        }

    .egoo-brand-feature,
    .egoo-brand-directory,
    .egoo-brand-products,
    .egoo-brand-content-section,
    .egoo-brand-category-section,
    .egoo-news-home,
    .egoo-news-list-page,
    .egoo-news-related,
    .egoo-contact-page,
    .egoo-contact-support,
    .egoo-contact-location {
        padding-top: 38px;
        padding-bottom: 44px;
    }

    .egoo-brand-feature-grid,
    .egoo-news-category-grid,
    .egoo-news-recommended-grid,
    .egoo-news-related-grid,
    .egoo-brand-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

        .egoo-brand-feature-grid > a {
            height: 105px;
            padding: 16px 14px 28px;
        }

        .egoo-brand-feature-grid img {
            max-height: 48px;
        }

    .egoo-brand-letter-nav {
        top:116px;
        padding: 8px;
        border-radius: 9px;
    }

        .egoo-brand-letter-nav a {
            width: 34px;
            height: 34px;
            line-height: 34px;
        }

    .egoo-brand-directory-list,
    .egoo-brand-info-list {
        grid-template-columns: 1fr;
    }

        .egoo-brand-directory-list dl {
            padding: 16px;
        }

        .egoo-brand-directory-list dd {
            grid-template-columns: 1fr;
        }

    .egoo-brand-overview-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .egoo-brand-overview {
        padding: 36px 0 42px;
    }

    .egoo-brand-overview-logo {
        min-height: 170px;
        padding: 26px;
        border-radius: 12px;
    }

        .egoo-brand-overview-logo img {
            max-height: 95px;
        }

    .egoo-brand-overview-content {
        padding: 0;
    }

        .egoo-brand-overview-content h1 {
            font-size: 30px;
            line-height: 39px;
        }

    .egoo-brand-overview-actions {
        flex-wrap: wrap;
    }

    .egoo-brand-product-image {
        height: 145px;
        padding: 16px;
    }

        .egoo-brand-product-image img {
            max-height: 110px;
        }

    .egoo-brand-richtext {
        margin-top: 18px;
        padding: 20px 18px;
        border-radius: 10px;
    }

    .egoo-brand-info-list dl {
        padding: 18px;
    }

    .egoo-news-category-directory {
        padding: 20px 15px;
        border-radius: 12px;
    }

    .egoo-news-category-card {
        min-height: 86px;
        padding: 14px;
    }

        .egoo-news-category-card em {
            display: none;
        }

    .egoo-news-latest-head,
    .egoo-news-recommended-head {
        margin-top: 38px;
    }

    .egoo-news-feature-layout {
        display: block;
    }

    .egoo-news-latest-stack {
        margin-bottom: 14px;
    }

    .egoo-news-row-card {
        grid-template-columns: 105px minmax(0, 1fr);
        min-height: 130px;
    }

    .egoo-news-row-image img {
        min-height: 128px;
    }

    .egoo-news-featured {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .egoo-news-featured-image {
        height: 205px;
        flex-basis: 205px;
    }

    .egoo-news-recommended-grid,
    .egoo-news-related-grid {
        grid-template-columns: 1fr;
    }

    .egoo-news-about-strip {
        margin-top: 38px;
        padding: 24px 20px;
    }

    .egoo-news-list-toolbar {
        display: block;
        padding: 20px 16px;
    }

    .egoo-news-list-categories {
        margin-top: 16px;
        justify-content: flex-start;
    }

    .egoo-news-list-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .egoo-news-list-card {
        min-height: 0;
        display: block;
    }

    .egoo-news-list-image {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .egoo-news-list-copy {
        padding: 17px;
    }

    .egoo-news-list-cta {
        margin-top: 30px;
        padding: 24px 20px;
    }

    .egoo-news-article-head {
        padding: 38px 0 32px;
    }

        .egoo-news-article-head h1 {
            font-size: 28px;
            line-height: 1.4;
        }

    .egoo-news-article-page {
        padding: 30px 0 44px;
    }

    .egoo-news-article-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .egoo-news-article-main {
        order: 1;
        width: 100%;
        padding: 22px 18px;
        border-radius: 10px;
    }

    .egoo-news-article-side {
        order: 2;
        width: 100%;
        position: static;
    }

    .egoo-contact-grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .egoo-contact-form-panel {
        order: 1;
        padding: 24px 18px;
        border-radius: 12px;
    }

    .egoo-contact-panel {
        order: 2;
        padding: 26px 20px;
        border-radius: 12px;
    }

    .egoo-contact-support-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .egoo-contact-support-card {
        min-height: 0;
    }

    .egoo-contact-map {
        border-radius: 10px;
    }
}

/* =========================================================
   EGOO Brand Directory Final Layout
========================================================= */

.egoo-brand-directory-list {
    width: 100%;
    display: block;
}

    .egoo-brand-directory-list dl {
        width: 100%;
        margin: 0 0 14px;
        padding: 22px 24px;
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: start;
        gap: 22px;
        border: 1px solid #eee4de;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 4px 16px rgba(45, 36, 30, .025);
        transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
    }

        .egoo-brand-directory-list dl:hover,
        .egoo-brand-directory-list dl.egoo-brand-letter-current {
            border-color: #efb391;
            background: #fffaf7;
            box-shadow: 0 10px 26px rgba(230, 107, 46, .07);
        }

    .egoo-brand-directory-list dt {
        margin: 0;
    }

        .egoo-brand-directory-list dt a {
            width: 56px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 10px;
            background: #e66b2e;
            color: #fff;
            font-size: 22px;
            line-height: 56px;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
        }

            .egoo-brand-directory-list dt a:hover {
                background: #c95722;
                color: #fff;
            }

    .egoo-brand-directory-list dd {
        min-width: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
        gap: 8px 12px;
    }

        .egoo-brand-directory-list dd a {
            min-width: 0;
            min-height: 42px;
            padding: 8px 12px;
            display: flex;
            align-items: center;
            overflow: hidden;
            border: 1px solid transparent;
            border-radius: 7px;
            background: #f8f8f8;
            color: #34373b;
            font-size: 14px;
            line-height: 22px;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-decoration: none;
            transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
        }

            .egoo-brand-directory-list dd a:hover {
                border-color: #f1c4aa;
                background: #fff3ec;
                color: #e66b2e;
                transform: translateY(-1px);
            }

@media screen and (max-width: 767px) {

    .egoo-brand-directory-list dl {
        margin-bottom: 12px;
        padding: 16px;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 12px;
        border-radius: 10px;
    }

    .egoo-brand-directory-list dt a {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        font-size: 18px;
        line-height: 42px;
    }

    .egoo-brand-directory-list dd {
        grid-template-columns: 1fr;
        gap: 7px;
    }

        .egoo-brand-directory-list dd a {
            min-height: 40px;
            padding: 7px 10px;
            font-size: 14px;
            line-height: 22px;
        }
}
