.filter-clear-all{display:flex;align-items:center;gap:2px;font-size:14px}.filter-clear-all .filter-clear-all-icon{font-size:18px}.filter-clear-all .filter-clear-all-text{padding-top:2px;color:#000!important}.filter-clear-all:hover .filter-clear-all-text{color:#ff5269!important}.filter-badge{display:flex;align-items:center;gap:3px;background-color:#f2f2f2;color:#000;border-radius:6px;padding-inline:4px;font-size:12px;font-weight:500;transition:all .2s ease;height:-moz-fit-content;height:fit-content}.filter-badge:after{display:inline-block;content:"×";color:#ff5269;font-size:20px}.filter-badge:hover{color:#ff5269;background-color:#e5e5e5}.mascot-container{position:relative;padding-bottom:0;bottom:40%;animation:fade .3s ease;display:flex;flex-direction:column;align-items:flex-end}@keyframes fade{0%{opacity:0}to{opacity:1}}.speech-bubble{display:none;bottom:110%;right:10%;margin-bottom:10px;width:150%;border-radius:14px;padding:10px;font-size:clamp(10px,2vw,12px);box-shadow:0 0 5px rgba(0,0,0,.2);text-align:center;font-weight:500}.speech-bubble,.speech-bubble:after{position:absolute;background-color:#fff}.speech-bubble:after{content:"";bottom:-5px;right:12px;width:12px;aspect-ratio:1;box-shadow:2.8px 2.8px 6px 0 rgba(0,0,0,.1);transform:rotate(45deg)}.mascot-container:hover .speech-bubble{display:block}.stick{height:3px;width:100%;max-width:80px;background-color:#793600;border-radius:500px;box-shadow:0 0 10px 2px rgba(0,0,0,.423)}.mascot-close-btn{position:absolute;top:-4px;right:4px;background-color:#dc3545;aspect-ratio:1;width:16px;font-size:10px;display:grid;place-content:center;border-radius:50%;color:#fff;font-weight:500;transition:all .3s ease}.mascot-close-btn:hover{background-color:#ff0019}.horizontal_vehicle_card{transition:all .1s}.horizontal_vehicle_card:active,.horizontal_vehicle_card:hover{background-color:var(--rgba-primary-1)}.list_view__wrapper{border-radius:var(--bs-border-radius);padding:4px}.list_view__wrapper>.list_view__selector{transition:all .1s;cursor:pointer;border-radius:var(--bs-border-radius)}.list_view__wrapper>.list_view__selector:hover{color:var(--rgba-primary-6)!important;background-color:var(--rgba-primary-1)}@media screen and (max-width:600px){.speech-bubble{display:block;width:120%;padding:5px 5px 10px;bottom:100%;right:10%;font-size:clamp(10px,2.5vw,12px)}}