.lot-card{border-radius:8px;overflow:hidden;background:white;width:100%;max-width:350px;min-width:280px;min-height:580px;font-family:sans-serif;display:flex;flex-direction:column}.lot-card__image-wrapper{position:relative;width:100%;height:200px;overflow:hidden}.lot-card__image{width:100%;height:100%;object-fit:cover}.lot-card__badge-status{position:absolute;top:10px;right:10px;background:#007bff;color:white;padding:5px 10px;border-radius:12px;font-size:.8rem;text-transform:uppercase}.lot-card__badge-preferred{position:absolute;top:10px;left:10px}.lot-card__badge-status.finished{background:#999}.lot-card__badge-status.ongoing{background:#28a745}.lot-card__ivg-badge{color:#ffffff;font-size:.85rem;padding:6px 10px;font-weight:600;text-align:center;display:flex;justify-content:center;align-items:center}.lot-card__details{padding:12px 15px;flex:1 1;display:flex;flex-direction:column}.lot-card__description{font-weight:700;margin:0 0 6px;font-size:.85rem}.lot-card__title{font-size:1.2rem;margin:15px 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;min-height:2.8rem}.lot-card__list{list-style:none;padding:0;margin:0}.lot-card__list-item{font-size:.8rem;margin-bottom:4px}.lot-card__list-item strong{margin-right:5px}@media (max-width:768px){.lot-card{min-height:520px;width:100%}.lot-card__title{font-size:1.1rem}}@media (max-width:480px){.lot-card{min-height:480px;width:100%}.lot-card__image-wrapper{height:180px}.lot-card__title{font-size:1rem;margin:10px 0}.lot-card__details{padding:10px 12px}.lot-card__list-item{font-size:.75rem}.lot-card__ivg-badge{font-size:.8rem;padding:5px 8px}}@media (max-width:360px){.lot-card{width:220px}.lot-card__image-wrapper{height:160px}.lot-card__title{font-size:.95rem}}.preferred-button{padding:5px;border-radius:0 0 6px 6px;font-size:24px;cursor:pointer;transition:all .2s ease;border-color:transparent;z-index:999;display:flex;justify-content:center;align-items:center;font-weight:600;background-color:#d2d2d2}.preferred-text{font-size:16px;padding-left:5px;color:#000000}.preferred-button:disabled{opacity:.6;cursor:not-allowed}