/*
 * Header tweaks (site-wide).
 *
 * Drop the search-block content's bottom margin in the page header —
 * otherwise it adds visible empty space below the search bar.
 */

.page-header .block.block-search .block.block-content {
    margin-bottom: 0;
}
