.motorrad-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.motorrad-card {
    display: flex;
    flex-direction: column;
    width: 260px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.motorrad-card__image img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.motorrad-card__body {
    padding: 12px;
}

.motorrad-card__body h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.motorrad-upload-preview {
    margin-top: 6px;
}

.motorrad-upload-preview img {
    max-width: 240px;
    max-height: 160px;
    border-radius: 6px;
}
