.profile-mopedgarage {
    margin-top: 8px;
    clear: both;
}

.mopedgarage-post-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mopedgarage-post-card {
    background: #edf3f7;
    border: 1px solid #c7d7e2;
    border-radius: 6px;
    overflow: hidden;
    max-width: 180px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.mopedgarage-post-card__image {
    display: block;
    background: #dfe8ee;
    line-height: 0;
}

.mopedgarage-post-card__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: cover;
}

.mopedgarage-post-card__body {
    padding: 6px 7px 7px;
    font-size: 11px;
    line-height: 1.35;
    color: #2f3f4c;
}

.mopedgarage-post-card__title {
    font-weight: 700;
    color: #105289;
    margin-bottom: 4px;
    word-break: break-word;
}

.mopedgarage-post-card__line {
    margin-top: 2px;
    word-break: break-word;
}

.mopedgarage-post-card__label {
    font-weight: 700;
    color: #4f6b81;
}

.mopedgarage-post-card__value {
    color: #2f3f4c;
}
