﻿/* ============================================================
   REFRESH GLOBAL — SPI SLIM TAGLINE BAR STYLESHEET
   ============================================================ */

/* 1️⃣ TAGLINE BAR CONTAINER — CENTERED */
.spi-tagline-bar {
    width: 100%;
    height: 32px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center; /* ⬅️ Centers the text horizontally */
    border-bottom: 1px solid #e0e0e0;
}

/* 2️⃣ TAGLINE TEXT */
.spi-text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
}
