/* Featured image header */
#header-image {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    float: left;
}

#header-image img {
    width: 100%; /* Set width to 100% of the parent container */
    height: auto; /* Maintain aspect ratio */
    /* max-height: 400px; Optional: limits the height if desired */
}

/* Search box vertical alignment */
#search-form .search-label,
#search-form .search-box-wrapper {
    margin-top: 10px;
}

#search-form .search-form__actions {
    margin-top: 4px;
    margin-bottom: -5px;
}