/**
 * Rush and other services can iframe content from Z website. This CSS file
 * is used to hide the header and footer of the page and correct layout to
 * allow easier integrations
 */

.header,
.footer,
.siblings-block,
.page-header,
.breadcrumbs {
    display: none !important;
}
