/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.itemProperty {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
}
.itemProperty .item__header {
  aspect-ratio: 1/0.66;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px;
  position: relative;
}
.itemProperty .item__header .pillPropertyStatus {
  height: 45px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: var(--color-blue-05);
  border-radius: 8px;
}
.itemProperty .item__header .pillPropertyStatus .pillTitle {
  font-family: var(--text-family-body);
  font-size: var(--text-body-lg-size);
  line-height: var(--text-body-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 700;
  text-align: left;
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
}
.itemProperty .item__header .buttonToWhiteList {
  padding: 0;
  cursor: pointer;
}
.itemProperty .item__header .buttonToWhiteList path {
  fill: transparent;
  transition: var(--transition-mid);
}
.itemProperty .item__header .buttonToWhiteList:hover path {
  fill: var(--color-blue-03);
}
.itemProperty .item__header .propertyThumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.itemProperty .item__body {
  padding: 24px;
}
.itemProperty .item__body .propertyInfo {
  display: flex;
  flex-flow: row;
  column-gap: 12px;
  margin-bottom: 12px;
}
.itemProperty .item__body .propertyName {
  margin-bottom: 6px;
  font-family: var(--text-family-head);
  font-size: var(--text-head-xs-size);
  line-height: var(--text-head-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 700;
  text-align: left;
  color: var(--color-blue-06);
  text-decoration: none;
}
.itemProperty .item__body .propertyReference {
  margin-bottom: 4px;
  font-family: var(--text-family-body);
  font-size: var(--text-body-lg-size);
  line-height: var(--text-body-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 400;
  text-align: left;
  color: var(--color-blue-02);
  text-decoration: none;
}
.itemProperty .item__body .propertyLocation {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 24px;
}
.itemProperty .item__body .propertyLocation .propertyLocation__address {
  font-family: var(--text-family-body);
  font-size: var(--text-body-lg-size);
  line-height: var(--text-body-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 400;
  text-align: left;
  color: var(--color-blue-06);
  text-decoration: none;
}
.itemProperty .item__body .propertyFeatures {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--color-blue-02);
  border-radius: 50px;
}
.itemProperty .item__body .propertyFeatures .propertyFeatures__propertyFeature {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 12px;
  font-family: var(--text-family-body);
  font-size: var(--text-body-sm-size);
  line-height: var(--text-body-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 400;
  text-align: left;
  color: var(--color-blue-06);
  text-decoration: none;
  border-right: 1px solid var(--color-blue-02);
}
.itemProperty .item__body .propertyFeatures .propertySize {
  flex: 1;
}
.itemProperty .item__body .propertyFeatures .propertyBedrooms {
  flex: 1;
  border-right: 0;
}
.itemProperty .item__body .propertyFeatures .propertyBathrooms {
  display: none;
}
.itemProperty .item__footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  padding: 24px;
  padding-top: 0;
}
.itemProperty .item__footer .propertyPrice {
  font-family: var(--text-family-head);
  font-size: var(--text-head-md-size);
  line-height: var(--text-head-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 700;
  text-align: left;
  color: var(--color-blue-06);
  text-decoration: none;
}
.itemProperty .pill.pill--blue05 {
  background-color: var(--color-blue-05);
}
.itemProperty .pill.pill--blue05 .pillTitle {
  color: var(--color-white);
}
.itemProperty .pill.pill--blue04 {
  background-color: var(--color-blue-04);
}
.itemProperty .pill.pill--blue04 .pillTitle {
  color: var(--color-white);
}
.itemProperty .pill.pill--white {
  background-color: var(--color-white);
}
.itemProperty .pill.pill--white .pillTitle {
  color: var(--color-blue-06);
}
.itemProperty .pillMid {
  min-width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.itemProperty .pillMid .pillTitle {
  font-family: var(--text-family-body);
  font-size: var(--text-body-lg-size);
  line-height: var(--text-body-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.itemProperty .pillSmall {
  padding: 4px 8px;
  border-radius: 50px;
}
.itemProperty .pillSmall .pillTitle {
  font-family: var(--text-family-body);
  font-size: var(--text-body-xs-size);
  line-height: var(--text-body-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 700;
  text-align: left;
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------SM:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 768px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------MD:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  .itemProperty .item__body .propertyFeatures .propertyBedrooms {
    flex: 2;
    border-right: 1px solid var(--color-blue-02);
  }
  .itemProperty .item__body .propertyFeatures .propertyBathrooms {
    display: flex;
    flex: 2;
    border-right: 0;
  }
}
@media (min-width: 1024px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------LG:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 1280px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------XL:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 1536px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*-----------------------------------2XL:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}

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