/**
 * Base / global layout.
 * Loads on every page. Keep selectors broad and theme-wide only.
 */

.site-container,
.site-header-row-layout-contained,
.site-footer-row-layout-contained,
.entry-hero-layout-contained,
.comments-area,
.alignfull > .wp-block-cover__inner-container,
.alignwide > .wp-block-cover__inner-container {
    max-width: 100% !important;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7fa;
}

.wp-block-image {
    display: none;
}

.wp-block-list li:first-child {
    display: none;
}

.table-container {
    height: 100%;
    min-height: calc(100vh - 170px);
}

#mobile-header .site-branding,
#mobile-header .search-form {
    display: none;
}
