/* SPA Profile: cards and bolds styling */
#page-profile .fw-bold {
    font-weight: 700;
}

#spa-worms .col {
    padding: 0;
    width: 185px;
}



#spa-worms .card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    transition: transform .06s ease, box-shadow .15s ease, border-color .15s ease;
    background: #fff;
}

#spa-worms .card:hover {
    border-color: #93c5fd;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

#spa-worms .card-img-top {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    background: #f3f4f6;
}

#spa-worms .card .card-body {
    padding: 8px;
}

#spa-worms .card .card-text {
    font-weight: 400;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9rem;
}

/* Tag list items keep normal text; titles already bold via fw-bold */
#spa-tags .list-group-item span {
    font-weight: 400;
}
