/* ================= TOP INFO BAR ================= */

.top-info-bar {
    width: 100%;
    background: linear-gradient(90deg,#0b1f3a,#123a66);
    border-bottom: 1px solid rgba(0,240,255,0.3);
    padding: 8px 0;
    font-size: 13px;
}

.top-info-inner {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #00f0ff;
}

.info-center {
    text-align: center;
    font-weight: 500;
}

.info-center small {
    display: block;
    font-size: 11px;
    color: #ccc;
}

.info-left,
.info-right {
    font-size: 12px;
}
