.cg-utility-bar {
    height: 34px;
    background: #eef5f3;
    border-top: 3px solid var(--cg-teal);
    border-bottom: 1px solid #d6e3df;
    color: var(--cg-muted);
}

.cg-utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    max-width: calc(100% - 30px);
    height: 34px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
}

.cg-utility-note,
.cg-utility-links {
    display: flex;
    align-items: center;
}

.cg-utility-note {
    gap: 8px;
    min-width: 0;
}

.cg-utility-note strong {
    color: var(--cg-teal-dark);
    font-size: 12px;
}

.cg-utility-note em {
    color: #73837f;
    font-style: normal;
}

.cg-utility-signal {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    background: var(--cg-coral);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(232, 93, 74, .11);
}

.cg-utility-links {
    gap: 0;
    height: 100%;
}

.cg-utility-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 13px;
    color: #566963;
}

.cg-utility-links a + a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 1px;
    height: 12px;
    background: #cfddd9;
}

.cg-utility-links a:hover {
    color: var(--cg-coral);
    background: rgba(255, 255, 255, .62);
}

.dzlogo.cg-brand {
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-template-rows: 28px 12px;
    align-items: center;
    column-gap: 8px;
    width: 210px;
    height: 48px;
    background: none !important;
}

.dzlogo.cg-brand .cg-brand-mark {
    display: block;
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.dzlogo.cg-brand span,
.dzlogo.cg-brand small {
    grid-column: 2;
    align-self: end;
}

.dzlogo.cg-brand span { overflow: hidden; color: var(--cg-teal); font-size: 18px; font-weight: 800; line-height: 1; white-space: nowrap; text-overflow: ellipsis; }
.dzlogo.cg-brand small { margin-top: 0; color: var(--cg-coral); font-size: 7px; font-weight: 700; line-height: 1; }

.cg-utility-bar + #dz_btm_layer .dz_layer_top {
    border-top: 0;
}

@media (max-width: 768px) {
    .cg-utility-bar {
        height: 30px;
        border-top-width: 2px;
    }

    .cg-utility-inner {
        height: 30px;
        max-width: calc(100% - 24px);
    }

    .cg-utility-note {
        width: 100%;
        justify-content: center;
    }

    .cg-utility-note em {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cg-utility-links {
        display: none;
    }

    .dzlogo.cg-brand {
        grid-template-columns: 26px 1fr;
        grid-template-rows: 27px 10px;
        column-gap: 4px;
        width: 146px;
        height: 44px;
    }

    .dzlogo.cg-brand .cg-brand-mark { width: 26px; height: 26px; }
    .dzlogo.cg-brand span { font-size: 14px; }
    .dzlogo.cg-brand small { font-size: 6px; }
}
