
.filter-active {
    background-color: #fff8a6; 
    border-color: #d4c200; 
}

.edit-link svg {
    color: #444;
    vertical-align: middle;
}

.edit-link:hover svg {
    color: #0066cc; 
}

.title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
}

.title-icon img {
    width: 36px;
    height: 36px;
    display: block;
}

/* Infozeile direkt unterhalb der Buchliste */
.table-info {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 4px 16px 0 16px;

    font-size: 0.85rem;
    color: #666;
}

.table-info a {
    color: inherit;
    text-decoration: none;
}

.table-info a:hover {
    text-decoration: underline;
}

