.moto-spec-card{display:flex;gap:20px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;max-width:680px;margin:24px 0;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s ease}.moto-spec-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.moto-spec-card__img{flex:0 0 280px;min-height:180px;background:#f3f4f6}.moto-spec-card__img img{width:100%;height:100%;object-fit:cover;display:block}.moto-spec-card__body{flex:1;padding:18px 20px;display:flex;flex-direction:column;justify-content:center}.moto-spec-card__title{margin:0 0 6px;font-size:18px;line-height:1.3}.moto-spec-card__title a{color:#111;text-decoration:none}.moto-spec-card__title a:hover{color:#c00}.moto-spec-card__price{font-size:22px;font-weight:700;color:#c00;margin-bottom:12px}.moto-spec-card__specs{width:100%;border-collapse:collapse;font-size:13px;line-height:1.6;margin-bottom:12px}.moto-spec-card__specs th{text-align:left;color:#888;font-weight:400;white-space:nowrap;padding:2px 12px 2px 0;width:72px}.moto-spec-card__specs td{color:#333;padding:2px 0}@media (max-width:640px){.moto-spec-card{flex-direction:column;max-width:100%}.moto-spec-card__img{flex:none;height:200px;min-height:unset}.moto-spec-card__body{padding:14px 16px}.moto-spec-card__title{font-size:16px}.moto-spec-card__price{font-size:20px;margin-bottom:10px}.moto-spec-card__specs{font-size:12px}.moto-spec-card__specs th{width:64px}}.moto-spec-card__brand{display:block;font-size:13px;color:#888;font-weight:400;margin-bottom:2px}