﻿.logo-box {
    width: 44px;
    height: 44px;
   /* background: var(--red);*/
    display: flex;
   /* align-items: center;
    justify-content: center;*/
    font-family: 'Barlow Condensed',sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
    flex-shrink: 0;
}
/* 📱 Mobile Responsive */
@media (max-width:768px) {

    .logo-img {
        height: 35px;
    }

    .brand-name {
        font-size: 25px !important;
        white-space: nowrap !important;
        font-family: 'Playbill', serif !important;
        letter-spacing: 0px !important;
    }

    .logo-text-wrap span {
        font-size: 10px;
    }

    .nav-logo {
        gap: 8px;
    }

    .footer-award {
        font-size: 8px;
        padding: 3px 8px;
        border-width: 1px;
        display: inline-block;
        text-align: center;
    }
}