/* Base styles for the core/site-logo block */
.wp-block-site-logo {
    header.wp-block-template-part & {
        @media screen and (min-width: 781px) {
            padding-left: var(--wp--preset--spacing--50);
        }
    }
    img {
        @media screen and (min-width: 1060px) and (max-width: 1200px) {
            width: 42px;
            height: 48px;
            object-fit: cover;
            object-position: left;
        }
    }
}