.location-search-result{display:grid;grid-template-rows:240px auto;grid-template-columns:100%;gap:20px;padding:20px;border-radius:20px;background:#fff;box-shadow:0 2px 6px 0 rgba(36,37,46,.2)}.location-search-result__image{border-radius:10px}.location-search-result__image .picture{border-radius:10px}.location-search-result__image .picture img{border-radius:10px}.location-search-result__content{display:flex;flex-direction:column;justify-content:center}.location-search-result__content>*+*{margin-top:15px}.location-search-result__content__title+*{margin-top:0!important}.location-search-result__content__location{color:var(--colour-two);font-size:1.6rem;font-weight:700}.location-search-result__content__location__icon{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.location-search-result__content__location__icon .icon{height:20px;width:13px;margin-top:2px}.location-search-result__content__location__icon .icon path{fill:var(--colour-two)}.location-search-result__content__location__icon__text .text-link{display:block;color:var(--colour-two);font-size:1.6rem;font-family:"DM Sans",sans-serif}.location-search-result__content .pill{display:inline-block}.location-search-result__content__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;color:#000;font-size:1.6rem}.location-search-result__content__buttons{display:flex;gap:10px 20px;flex-wrap:wrap}.location-search-result__content>.button{margin-right:auto}@media (min-width:768px){.location-search-result{grid-template-rows:auto;grid-template-columns:270px 1fr}.location-search-result__image{min-height:240px;height:100%}.location-search-result__content>*+*{margin-top:10px}.location-search-result__content__location__icon__text .text-link{display:inline-block;margin-left:0}.location-search-result__content__description{font-size:1.8rem}}@media (min-width:768px){.location-search-result__image{max-height:100%}}