.site-header .brand {
    min-width: 0;
}

.site-header .brand span {
    line-height: 1.15;
}

@media (max-width: 600px) {
    [dir="rtl"] .site-header .brand {
        max-width: 245px;
        font-size: 14px;
    }

    .site-header .brand span {
        white-space: normal;
    }
}
