/* Remove or reduce header size */
.site-header {
    height: auto !important; /* Override any fixed height */
    min-height: 0 !important; /* Remove minimum height if set */
    padding: 0 !important; /* Remove padding */
    margin: 0 !important; /* Remove margin */
}

/* If the header contains a banner image */
.site-header img,
.header-image {
    display: none !important; /* Hide the header image */
}

/* If the header size is influenced by a logo */
.site-logo img {
    height: 50px !important; /* Adjust logo size if needed */
    width: auto !important;
}