.pkp_site_name .is_text {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-decoration: none !important;
}

.pkp_site_name .is_text::before {
    content: "";
    width: 38px;
    height: 38px;
    display: inline-block;
    background-image: url("https://journal.ghih.org/public/site/images/ghortlogo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}