.result-card:not(.result-card--provider){background:none;border-radius:0;margin-bottom:0;box-shadow:none;border:none;border-bottom:1px solid #f0f0f0;transition:none}.result-card:not(.result-card--provider):last-child{border-bottom:none}.result-card:not(.result-card--provider) .card-content{padding:24px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main actions" "details details";-moz-column-gap:16px;column-gap:16px;row-gap:8px;align-items:start}.result-card:not(.result-card--provider) .card-main{grid-area:main;min-width:0}.result-card:not(.result-card--provider) .thumbnail-container{flex-shrink:0;padding-right:16px;width:180px}.result-card:not(.result-card--provider) .home-thumbnail{width:100%;height:auto;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:8px;display:block}.result-card:not(.result-card--provider) .home-thumbnail-placeholder{width:100%;aspect-ratio:4/3;min-height:120px;border-radius:8px;background-color:#e5e5e5;display:flex;align-items:center;justify-content:center;color:#999}.result-card:not(.result-card--provider) .main-content{display:flex;flex-direction:column;gap:4px;flex:1;margin-top:0;min-width:0}.result-card:not(.result-card--provider) .listing-headline{font-size:15px;font-weight:600;margin-top:0;margin-bottom:2px;color:var(--hs-green);line-height:1.2;word-break:break-word}.result-card:not(.result-card--provider) .location-info{font-size:15px;margin:0;font-weight:500}.result-card:not(.result-card--provider) .rating-block{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.result-card:not(.result-card--provider) .rating-label{display:flex;align-items:center;gap:0;flex-wrap:nowrap;font-size:15px;line-height:1.4;font-weight:400}.result-card:not(.result-card--provider) .provider-name{display:inline-block;max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;font-size:inherit;font-weight:inherit}.result-card:not(.result-card--provider) .provider-link{font-weight:500;margin-right:4px;color:var(--hs-rust)}.result-card:not(.result-card--provider) .heart-rating{white-space:nowrap;display:inline-flex;align-items:center;gap:0}.result-card:not(.result-card--provider) .heart-rating svg{width:16px;height:16px;margin-right:1px;vertical-align:middle}.result-card:not(.result-card--provider) .heart-rating.no-gap svg{margin-right:0!important;gap:0!important;padding:0!important}.result-card:not(.result-card--provider) .heart-rating.no-gap .heart-rating-icons{--heart-rating-gap:1px}.result-card:not(.result-card--provider) .rating-text{white-space:nowrap;margin-left:4px;display:inline-block;font-size:inherit;font-weight:inherit}.result-card:not(.result-card--provider) .match-details{list-style:none;padding-left:0;font-size:15px;line-height:1.4;margin:4px 0 0}.result-card:not(.result-card--provider) .match-details.custom-bullets li{position:relative;padding-left:1.5em;margin-bottom:2px;text-indent:0}.result-card:not(.result-card--provider) .match-details.custom-bullets li:before{content:"•";position:absolute;left:0;color:#505e4b;font-size:1.1em;line-height:1.4;width:1.5em;display:inline-block;text-align:center}.result-card:not(.result-card--provider) .card-actions{grid-area:actions;display:flex;flex-direction:column;align-items:flex-end;gap:10px;margin-left:0;align-self:start}.result-card:not(.result-card--provider) .result-card__details-row{grid-area:details;min-width:0}.result-card.shortlist-result-card:not(.result-card--provider){box-sizing:border-box;width:100%;max-width:1100px;min-width:0;padding:20px 24px;border:1px solid var(--light-grey);border-radius:16px;background:var(--hs-offwhite);box-shadow:0 18px 36px rgba(80,94,75,.06);margin:0 auto 24px}.result-card.shortlist-result-card:not(.result-card--provider):last-child{border-bottom:1px solid var(--light-grey)}.shortlist-result-card:not(.result-card--provider) .card-content{padding:0}.shortlist-result-card .card-actions,.shortlist-result-card .card-content,.shortlist-result-card .card-main,.shortlist-result-card .result-card__details-row{min-width:0}.shortlist-result-card .card-actions{align-items:stretch;width:170px}.shortlist-result-card .card-actions .btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;min-width:0;text-align:center}.shortlist-result-card .shortlist-result-card__notes{display:flex;flex-direction:column;gap:8px;width:100%}.shortlist-result-card .shortlist-result-card__notes-label{color:var(--hs-green);font-size:14px;font-weight:600}.shortlist-result-card .shortlist-result-card__notes-input{box-sizing:border-box;width:100%;min-width:0;min-height:96px;padding:12px 14px;border:1px solid rgba(80,94,75,.25);border-radius:8px;background:#ffffff;color:var(--hs-green);font:inherit;font-size:14px;line-height:1.5;resize:vertical}.shortlist-result-card .shortlist-result-card__notes-input:focus{border-color:var(--hs-rust);box-shadow:0 0 0 3px rgba(196,102,62,.16);outline:none}.shortlist-result-card .shortlist-result-card__notes-status{color:#6a7764;font-size:12px}@media (max-width:640px){.result-card:not(.result-card--provider) .thumbnail-container{display:block}.result-card:not(.result-card--provider) .card-main{display:flex;flex-direction:column;gap:12px;width:100%}.result-card:not(.result-card--provider) .main-content{display:flex;flex-direction:column;width:100%}.result-card:not(.result-card--provider) .card-content{display:flex;flex-direction:column;gap:12px;padding:16px 0}.result-card:not(.result-card--provider) .card-actions{flex-direction:row;gap:8px;margin-left:0;align-self:flex-start}.result-card.shortlist-result-card:not(.result-card--provider) .card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-self:stretch;width:100%}.result-card.shortlist-result-card:not(.result-card--provider) .card-actions .btn,.result-card:not(.result-card--provider) .result-card__details-row{width:100%}}