/* XOVO TOPBAR ONLY TARGET DESIGN - PROFESSIONAL EDGE SPACING */
.top-nav-wrap.xovo-topbar-only {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 35px !important;
    background: #000000 !important;
    color: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.top-nav-wrap.xovo-topbar-only .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    box-sizing: border-box !important;
}

.xovo-topbar-only-grid {
    width: 100% !important;
    min-height: 35px !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    column-gap: 18px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
}

.xovo-topbar-only-left,
.xovo-topbar-only-right {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    font-weight: 400 !important;
    min-width: 0 !important;
}

.xovo-topbar-only-left {
    justify-content: flex-start !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.xovo-topbar-only-center {
    text-align: center !important;
    white-space: nowrap !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}

.xovo-topbar-only-right {
    justify-content: flex-end !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.xovo-topbar-only-grid a,
.xovo-topbar-only-grid span,
.xovo-topbar-only-grid i {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.xovo-topbar-only-right a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

@media (max-width: 991px) {
    .top-nav-wrap.xovo-topbar-only .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .xovo-topbar-only-grid {
        grid-template-columns: 1fr !important;
        row-gap: 5px !important;
        padding: 8px 0 !important;
        text-align: center !important;
    }

    .xovo-topbar-only-left,
    .xovo-topbar-only-right {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
}
