.house-info{background-color:var(--color--sand-100);border-bottom:1px solid #d6ceb8;display:grid;grid-column:full;grid-template-columns:var(--layout-grid-structure)}@media screen and (min-width:768px){.house-info{background-color:var(--color--sand-50)}}.house-info__outer-wrapper{align-items:center;display:grid;flex-direction:column;gap:var(--spacing-small);grid-column:wide;grid-template-columns:1fr;justify-content:space-between;padding-block:var(--spacing-medium);width:100%}@media screen and (min-width:768px){.house-info__outer-wrapper{flex-direction:row;grid-template-columns:1fr .5fr;padding-block:var(--spacing-x-small)}}.house-info__wrapper{display:flex;flex-direction:column;width:100%}@media screen and (min-width:768px){.house-info__wrapper{flex-flow:row wrap;gap:0 var(--spacing-x-small)}}.house-info__text{align-items:center;border-bottom:1px solid #d6ceb8;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;padding:var(--spacing-xx-small) var(--spacing-xxx-small) var(--spacing-xx-small) 0}.house-info__text:first-child{padding-left:0}@media screen and (min-width:768px){.house-info__text{border-bottom:none}}.house-info__title{font-size:var(--rnb--font-size--body-regular);font-weight:var(--rnb--font-weight--regular);line-height:var(--rnb--line-height--body-regular);margin-bottom:0}.house-info__title:after{content:":"}.house-info__value{color:var(--color--sand-900);font-size:var(--rnb--font-size--body-regular);font-weight:var(--rnb--font-weight--regular);font-weight:var(--rnb--font-weight--bold);line-height:var(--rnb--line-height--body-regular);margin-bottom:0}.house-info .buttons-wrapper{gap:var(--spacing-x-small);justify-self:flex-end;padding:0;position:relative;width:100%}@media screen and (min-width:768px){.house-info .buttons-wrapper{width:fit-content}}.house-info__button{display:flex;gap:var(--spacing-x-small);justify-content:center;white-space:nowrap;width:100%}@media screen and (min-width:768px){.house-info__button{width:auto}}.house-info .add-to-favorites{left:0;position:relative!important;top:0}.house-info .add-to-favorites i svg{fill:#0000;stroke:var(--color--sand-900);stroke-width:2px}