#sp-header #sp-logo .logo-image {
    width: auto;
    max-width: 360px;
    object-fit: contain;
}

#sp-header .hmp-header-credit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 0 24px;
    color: #48595f;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: normal;
}

@media (max-width: 992px) {
    #sp-header .hmp-header-credit {
        padding: 0 12px;
        font-size: 11px;
        max-width: 150px;
    }
}

@media (max-width: 576px) {
    #sp-header .hmp-header-credit {
        padding: 0 6px;
        font-size: 9px;
        max-width: 96px;
    }
}
