﻿@charset "utf-8";
/* CSS Document */

@media only print {

    .top-outer {
        background-color: white;
    }

    .top-menu-container {
        display: none;
    }

    .top {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        background-color: white;
        padding: 12px 0;
    }

    .top .logo img {
        filter: brightness(0.0);
        width: 140px;
    }

    .head-pics {
        display: none;
    }

    h1.property-title {
        margin: 0;
        font-size: 24px;
    }

    .property .property-info {
        padding: 12px 0 !important;
    }

    .property .property-info-content {
        max-width: initial !important;
    }

    .property .property-info .property-section {
        margin-bottom: 12px !important;
    }

    .property .property-image-print {
        display: flex;
        justify-content: space-between;
        max-width: 1600px;
        margin: 0 auto;
    }

    .property .property-image-print img {
        max-height: 260px;
        width: auto;
        max-width: 49%;
    }

    .property-price,
    .element-data.head-properties,
    .element-data.last-visit,
    .property-section.description,
    .property-section.gallery,
    .property-section.location,
    .property-contact-callout-container,
    .property-contact-form,
    .property-bottom {
        display: none !important;
    }

    .details-table .item-title,
    .details-table .item-value,
    .equipment-table .item-value {
        padding: 2px !important;
    }

    .property .footer-notice {
        font-size: 10px !important;
    }

    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        color: #1b1b1b;
        background-color: white;
    }

    .footer .footercontent {
        font-size: 10px;
    }

    .footer .footer-top {
        display: none;
    }

    .footer .footercontent .office-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 1.5;
        font-size: 9px;
    }

    .footer .qr-code {
        max-height: 80px;
        text-align: center;
    }
    .qr-code svg {
        height: 80px;
    }

    .footer .footer-contact,
    .footer .footer-links,
    .footer .footer-bottom {
        display: none;
    }
}
