.gh-navigation-logo,
.gh-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.gh-navigation-logo img,
.gh-footer-logo img {
    width: 40px;
    height: 40px;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    display: block;
}

.gh-navigation-logo::after,
.gh-footer-logo::after {
    content: "Gil Duran Books";
    color: currentColor;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .gh-navigation-logo,
    .gh-footer-logo {
        gap: 0.5rem;
    }

    .gh-navigation-logo::after,
    .gh-footer-logo::after {
        font-size: 1.4rem;
    }
}
