.term-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.term-list .term-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid #dddddd;
    border-radius: 0.5rem;
    width: calc(100% / 2 - 10px);
    transition-duration: 300ms;
    /* text-align: center; */
}

.section.content .term-list .term-card:hover {
    text-decoration: none;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.term-list .term-card .term-topline {
    display: flex;
    justify-content: space-between;
}

#stopartroz .term-list .term-card .term-topline .category-link a {
    display: block;
    text-decoration: none;
    line-height: normal;
    padding: 4px 8px;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 0.375rem;
    border: 1px solid #e0e0e0; 
    color: #333;
}

#stopartroz .term-list .term-card .term-topline .category-link a:hover {
    color: #007bff;
    border-color: #007bff;
}

#stopartroz .term-list .term-card .tags {
    cursor: default;
    display: flex;
    gap: 5px;
}

#stopartroz .term-list .term-card a {
    text-decoration: none;
}

#stopartroz .term-list .term-card .tags a {
    font-size: 15px;
    line-height: 1.25rem;
    color: #007bff;
    background-color: #f5f5f5;
    padding: 4px 12px;
    border-radius: 20px;
    /* text-decoration: underline; */
}

#stopartroz .term-list .term-card .tags a:hover {
    text-decoration: underline;
}

.term-list .term-card .term-title {
    color: #000;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-decoration: none;
}

.term-list .term-card:hover .term-title {
    color: #f04043;
}

.term-list .term-card .term-preview {
    color: #4a4a4a;
    font-size: 1rem;
    line-height: 1.5rem;
}

.no-termins {
    color: #6b7280;
    text-align: center;
    font-size: 16px;
}