.list-building-item{display:flex;height:100%;position:relative;border:1px solid var(--ds-color-border-tertiary);border-radius:var(--ds-border-radius-xl);padding:var(--ds-space-16);gap:var(--ds-space-16)}.list-building-item .divider{height:auto}.list-building-item__img{height:195px;width:265px;min-width:265px;background:var(--ds-color-bg-container-light) no-repeat top center;background-size:cover;background-position:50%;border-radius:var(--ds-size-12)}.list-building-item__content{flex-direction:column;flex:1 1}.list-building-item__content,.list-building-item__content__top{display:flex;gap:var(--ds-space-16)}.list-building-item__content__left{flex:1 1}.list-building-item__content__right{width:56px;display:flex;align-items:flex-end;flex-direction:column;gap:var(--ds-space-10)}.list-building-item__content__right .favorite-label,.list-building-item__content__right button.share-label{position:unset}.list-building-item__info{display:flex;align-items:stretch;gap:var(--ds-space-16)}@media(min-width:1025px)and (max-width:1200px){.list-building-item__info{flex-direction:column;border-right:1px solid var(--ds-color-border-tertiary)}}.list-building-item__info>div{border-right:1px solid var(--ds-color-border-tertiary);padding-right:var(--ds-space-16)}.list-building-item__info>div:last-child{min-width:20%}@media(min-width:1025px)and (max-width:1200px){.list-building-item__info>div{border-right:0}}.list-building-item__info__left{flex:1 1}.list-building-item__info__label{text-transform:lowercase}.list-building-item__info__label:first-letter{text-transform:uppercase}.list-building-item__status{display:flex;align-items:center;position:absolute;top:var(--ds-space-8);right:unset;bottom:unset;left:var(--ds-space-8);border-radius:var(--ds-size-6);border:1px solid var(--white);background:rgba(248,249,250,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:var(--ds-size-40);padding:0 var(--ds-space-12)}.list-building-item__description{display:flex;flex-wrap:wrap;flex:100% 1;border-top:1px solid var(--ds-color-border-tertiary)}.list-building-item__description__row{display:flex;flex-wrap:wrap;margin-top:var(--ds-space-16)}@media(min-width:1025px)and (max-width:1200px),(min-width:769px)and (max-width:992px){.list-building-item__description__row{margin-top:0}.list-building-item__description__row:last-child .list-building-item__description__item:last-child{border-bottom:0;padding-bottom:0}}.list-building-item__description__row:not(:last-child){border-bottom:1px solid var(--ds-color-border-tertiary);padding-bottom:var(--ds-space-16)}@media(min-width:1025px)and (max-width:1200px),(min-width:769px)and (max-width:992px){.list-building-item__description__row:not(:last-child){border-bottom:0;padding-bottom:0}}.list-building-item__description__item{display:flex;align-items:center;justify-content:space-between;padding:var(--ds-space-16);min-height:20px;position:relative;width:50%}@media(min-width:1025px)and (max-width:1200px),(min-width:769px)and (max-width:992px){.list-building-item__description__item{width:100%;padding:0 0 var(--ds-space-16);border-bottom:1px solid var(--ds-color-border-tertiary);margin-top:var(--ds-space-16)}.list-building-item__description__item:after{content:none!important}}.list-building-item__description__item:after{content:"";position:absolute;top:var(--ds-space-16);right:0;bottom:var(--ds-space-16);left:unset;background-color:var(--ds-color-border-tertiary);width:1px}.list-building-item__description__item:first-child,.list-building-item__description__item:nth-child(2){border-bottom:1px solid var(--ds-color-border-tertiary)}.list-building-item__description__item:nth-child(3),.list-building-item__description__item:nth-child(4){margin-bottom:-16px}.list-building-item__description__item:nth-child(odd){padding-left:0}.list-building-item__description__item:nth-child(2n){padding-right:0}.list-building-item__description__item:last-child:after,.list-building-item__description__item:nth-child(2n):after{content:none}.building-loader__item svg{width:100%;height:auto;margin-left:-4px}