.result-cards{display:flex;flex-direction:column;gap:var(--typography-spacing)}.result-cards__card{box-shadow:var(--shadow-2);border-radius:var(--border-radius-small) var(--border-radius-small) 0 0;color:var(--color-gray-90)}@media screen and (min-width: 768px){.result-cards__card .accordion{margin-top:var(--spacing-5) !important}}.result-cards__media-text{display:flex;flex-direction:column}@media screen and (min-width: 768px){.result-cards__media-text{flex-direction:row}}.result-cards__figure{margin:0}@media screen and (min-width: 768px){.result-cards__figure{flex:0 0 300px}}.result-cards__figure img{width:100%;height:auto;border-radius:var(--border-radius-small) var(--border-radius-small) 0 0;aspect-ratio:2/1}@media screen and (min-width: 768px){.result-cards__figure img{border-radius:var(--border-radius-small) 0 0 0}}.result-cards__content{padding:var(--spacing-3)}.result-cards__content>*:not(.result-cards__header,:first-child){margin-bottom:0;margin-top:var(--spacing-2)}.result-cards__header{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-3)}@media screen and (min-width: 768px){.result-cards__header{flex-direction:row;justify-content:space-between;padding-bottom:var(--spacing-3);gap:0}}.result-cards__header .rating-stars{align-self:end;order:1}@media screen and (min-width: 768px){.result-cards__header .rating-stars{order:3;align-self:center}}.result-cards__title-subtitle{order:2}.result-cards__title{margin:0;font-size:18px}.result-cards__subtitle{font-weight:var(--font-weight-bold)}.result-cards__card .accordion{margin-bottom:0 !important}@media screen and (min-width: 768px){.result-cards__card .accordion{margin-top:var(--spacing-5) !important}}.result-cards__listing-header{background-color:var(--color-primary-90);color:var(--color-white);font-weight:var(--font-weight-bold);padding:0 var(--spacing-3);display:grid;grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.result-cards__listing-header{grid-template-columns:28% 27% 15% 30%}}.result-cards__header-item{padding:var(--spacing-3)}.result-cards__listing{background-color:var(--color-white)}.result-cards__listing-items{padding:0;max-height:320px;overflow-y:auto}@media screen and (min-width: 768px){.result-cards__listing-items{padding:0 var(--spacing-3)}}.result-cards__listing-item{display:block}.result-cards__listing-item:not(:last-child){border-bottom:var(--border-width-thin) solid var(--color-border-primary)}.result-cards .loader__message{display:none}.result-cards .loader[active=true]{cursor:not-allowed;width:100%}.result-cards .loader[active=true] .loader__message{position:absolute;top:0;z-index:101;display:flex;align-items:center;width:100%;height:100%;left:10px;background-color:var(--color-white);margin-bottom:0}.result-cards .loader[active=true] .loader__icon{background-color:rgba(0,0,0,0);justify-content:flex-end;padding-right:20px;z-index:102}.result-cards .loader[active=true] .loader__icon::after{width:20px;height:20px}.result-cards__listing-item-content{display:grid;grid-template-columns:repeat(2, 1fr);align-items:center;color:var(--color-gray-90)}@media screen and (min-width: 768px){.result-cards__listing-item-content{grid-template-columns:28% 26% 15% 20% 11%}}.result-cards__listing-item-content>*{padding:var(--spacing-2) var(--spacing-3)}.result-cards__listing-item-content>p{margin:0;text-wrap:balance}.result-cards__listing-boat-information{display:flex;align-items:center;gap:var(--spacing-2);cursor:pointer;font-weight:var(--font-weight-bold);color:var(--color-primary-70)}@media screen and (min-width: 992px){.result-cards__listing-boat-information{flex-direction:column;align-items:flex-start}}@media screen and (min-width: 1280px){.result-cards__listing-boat-information{flex-direction:row;align-items:center}}.result-cards__listing-boat-image{max-width:75px;aspect-ratio:2/1;display:none;border-radius:var(--border-radius-small)}@media screen and (min-width: 992px){.result-cards__listing-boat-image{display:block}}.result-cards__listing-price{display:flex;flex-direction:column}.result-cards__base-name{cursor:pointer;font-weight:var(--font-weight-bold);color:var(--color-primary-70);text-wrap:balance}.result-cards__listing-current-price{font-weight:var(--font-weight-bold)}.result-cards__listing-discounted-price{text-decoration:line-through;font-size:12px;padding-left:6px}.result-cards__listing-cta{padding:var(--spacing-2) var(--spacing-3);grid-column:1/-1;text-align:center}@media screen and (min-width: 768px){.result-cards__listing-cta{grid-column:auto;text-align:right}}.result-cards__listing-cta .btn{display:inline-flex;justify-content:center;width:100%}@media screen and (min-width: 768px){.result-cards__listing-cta .btn{width:auto}}
