@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:8px}.vehicleCardSkeleton{border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;height:100%}.vehicleCardSkeleton__image{width:100%;height:250px;margin-bottom:12px}.vehicleCardSkeleton__type{width:80px;height:24px;margin:0 12px 12px}.vehicleCardSkeleton__info{padding:12px;flex:1 1;display:flex;flex-direction:column}.vehicleCardSkeleton__details{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:12px 0}.vehicleCardSkeleton__details .skeleton--detail{height:24px}.vehicleCardSkeleton__separator{height:1px;background-color:#e0e0e0;margin:12px 0}.vehicleCardSkeleton__description{margin-top:auto;display:flex;flex-direction:column;gap:8px}.vehicleCardSkeleton__description .skeleton--description{height:16px}.skeleton--small{width:60px;height:20px}.skeleton--title{width:70%;height:20px;margin-bottom:8px}.skeleton--price{width:50%;height:24px;margin-bottom:12px}.skeleton--detail{height:18px}.skeleton--description{height:14px}.skeleton--description:last-child{width:85%}