/* ==========================================================================
   Top Utility Bar — contact (left) + cart / login (right)
   Above main navbar, small height, subtle styling.
   ========================================================================== */

.top-utility-bar {
    background: #f3f5f7;
    border-bottom: 1px solid #e4e8eb;
    font-size: 12.5px;
    line-height: 1;
    color: #555;
}

.top-utility-bar .container {
    min-height: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-utility-bar a {
    color: #333;
    text-decoration: none;
}
.top-utility-bar a:hover { color: #0679D4; }

.top-utility-bar .tub-sep {
    display: inline-block;
    margin: 0 10px;
    color: #bbb;
}

.top-utility-bar .tub-left > * {
    margin-right: 2px;
}

.top-utility-bar .tub-left .bi,
.top-utility-bar .tub-right .bi {
    font-size: 13px;
    margin-right: 3px;
    vertical-align: -1px;
}

.top-utility-bar .tub-right {
    display: flex;
    align-items: center;
    gap: 0;
}

.top-utility-bar .tub-link {
    display: inline-flex;
    align-items: center;
    padding: 2px 4px;
    white-space: nowrap;
}

.top-utility-bar .tub-cart {
    position: relative;
}

.top-utility-bar .tub-cart-badge {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-left: 4px;
    background: #FF3300;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .top-utility-bar { font-size: 11.5px; }
    .top-utility-bar .container { min-height: 28px; padding-top: 4px; padding-bottom: 4px; }
    .top-utility-bar .tub-sep { margin: 0 6px; }
}
