/* Bootstrap 4 look: links underline on hover only. */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.badge:hover {
    text-decoration: none;
    filter: brightness(0.85);
}

.body-content {
    padding-top: 1rem;
}

.card-img-top {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.wheel-image img {
    max-width: 100%;
}

.card-title {
    margin-bottom: unset;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
}

/* Bootstrap 5 gives flush list groups the card's (dark) border; keep the light separators. */
.card > .list-group-flush {
    border-color: var(--bs-border-color-translucent);
}
