.agent-search-item{position:relative;background-color:#fff;padding:0 .5rem .5rem;box-shadow:var(--boxShadow1);width:100%;border-radius:var(--borderRadius)}.agent-search-item__depiction{overflow:hidden;margin:0 -.5rem -.5rem;border-top-left-radius:var(--borderRadius);border-top-right-radius:var(--borderRadius);height:9.6875rem}.agent-search-item__header{padding:.5rem}.agent-search-item__title{font-size:1.25rem;line-height:1.2;font-weight:700;color:var(--primaryColorDark);grid-area:title}.agent-search-item__location{font-size:.75rem;line-height:1.75;color:var(--greyColor30);margin-top:.25rem;grid-area:location}.agent-search-item__listing-count{text-align:center;font-weight:700;margin-top:.9375rem;grid-area:listing-count}.agent-search-item__description{font-size:.75rem;line-height:1.75;margin-top:.25rem;display:none}@media (min-width: 813px){.agent-search-item{display:grid;grid-template-columns:16.625rem 1fr;grid-template-rows:min-content 1fr;gap:0 1.5rem;grid-template-areas:"depiction header" "depiction description";padding:0}.agent-search-item__depiction{grid-area:depiction;position:relative;border-right:1px solid var(--greyColor60);border-top-right-radius:0;border-bottom-left-radius:var(--borderRadius);width:100%;margin:0}.agent-search-item__description{display:grid;height:auto;grid-area:description;margin:.25rem 1rem 1rem 0}.agent-search-item__header{display:grid;grid-template-areas:"title listing-count" "location location";grid-gap:0 1rem;padding:0;margin:1rem 1rem 0 0}.agent-search-item__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-search-item__listing-count{background:#fff;margin-top:0;text-align:right}.agent-search-item__location{font-size:.875rem;line-height:1.5}}
