.category-card {
    padding: 1.5rem;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 1.5rem;
    height: 100%;
}

.category-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: #0f5ea7;
}

.category-card h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.category-card .o-typography-body-3 {
    margin-bottom: 1rem;
}

.content-count {
    display: inline-block;
    text-align: center;
    min-width: 28px;
    font-weight: bold;
}

.category-card .o-labels {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.category-card .o-grid-row:last-child .o-labels {
    margin-bottom: 0;
}