/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.102.1_webpack-cli@6.0.1_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@16.0.6_sass@1.93.2_webpack@5.102.1_webpack-cli@6.0.1_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/print.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Colours from HJ logo **/
/**
 * Basic grid (copy from Bootstrap 3.3.7)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.container:after,
.row:after {
  clear: both;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 970px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

/**
 * Zumen
 */
@page {
  size: A4 portrait;
}
html {
  font-family: "Rubik", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.header {
  margin-top: 1em;
  margin-bottom: 1em;
}

.logo {
  height: 50px;
}

.property {
  border-bottom: 1px dashed #AAA;
  page-break-after: always;
}

.property:last-child {
  border-bottom: none;
}

.property-key-info {
  margin-bottom: 1em;
}

.property-amount {
  font-size: 1.5em;
  line-height: 1.4em;
}

.property-amount-negotiable {
  font-size: 0.75em;
}

.property-management-fee,
.property-restoration-fee,
.property-bedrooms-structure,
.property-size,
.property-yield {
  font-size: 1.1em;
  line-height: 1.4em;
}

.property-name {
  font-size: 1.5em;
  line-height: 1.4em;
}

.property-address {
  font-size: 1.1em;
  line-height: 1.4em;
}

.property-availability {
  font-size: 1.1em;
  line-height: 1.4em;
}

.property-id {
  text-align: right;
}

.cntr-cover-photo,
.cntr-floorplan {
  margin-bottom: 1em;
  border: 2px solid #EEE;
  height: 420px;
  position: relative;
}

.cntr-cover-photo img,
.cntr-floorplan img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.no-cover-photo,
.no-floorplan {
  color: #2ab573;
  height: 350px;
  margin-top: 100px;
  text-align: center;
}

.no-cover-photo h1,
.no-floorplan h1 {
  margin-bottom: 1em;
}

.no-cover-photo h2,
.no-floorplan h2 {
  font-size: 1.8em;
  font-weight: 300;
}

.floorplan-disclaimer {
  font-size: 0.75em;
  margin-bottom: 1.25em;
}

.cntr-photos {
  margin-bottom: 1em;
}

.cntr-details,
.cntr-access,
.cntr-features,
.cntr-financials {
  font-size: 0.9em;
  margin-bottom: 0.7em;
}

.cntr-details h2,
.cntr-access h2,
.cntr-features h2,
.cntr-financials h2 {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 400;
}

.cntr-details dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  line-height: 1.4em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.cntr-details dl dt {
  flex: 0 0 40%;
}

.cntr-details dl dd {
  flex: 0 0 60%;
  margin-left: auto;
}

.cntr-access ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.cntr-access .station-lines {
  margin-bottom: 0.5em;
}

.cntr-access .station-lines li {
  font-size: 0.8em;
}

.cntr-access .station-name,
.cntr-access .station-lines li {
  line-height: 1.4em;
}

.cntr-features ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.cntr-features li {
  line-height: 1.4em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.cntr-financials dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  line-height: 1.4em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.cntr-financials dl dt {
  flex: 0 0 60%;
}

.cntr-financials dl dd {
  flex: 0 0 40%;
  margin-left: auto;
}

.cntr-legal {
  text-align: center;
  font-size: 0.75em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.footer {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.footer .color-line {
  height: 4px;
  background-color: #0055ff;
  margin-bottom: 0.5em;
}

@media print {
  .header {
    margin-top: 0;
  }
  .property {
    border-bottom: none;
  }
  .footer {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=print.css.map*/