.semanticSearchInputWrapper {
    max-width: 700px;
    margin: 0 auto;
}

.semanticSearchInputWrapper .inputAddon--search {
    display: flex;
    align-items: center;
}

.semanticSearchInputWrapper .inputAddon--search input {
    font-size: 1.1rem;
    padding: 12px 15px;
}

.semanticSearchFilters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.semanticSearchFilterLabel {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

#semanticSearchResults .containerListEntry {
    padding: 12px 15px;
    border-bottom: 1px solid var(--wcfContainerBorderColor);
    transition: background-color 0.15s;
}

#semanticSearchResults .containerListEntry:hover {
    background-color: var(--wcfContainerHoverBackground);
}

#semanticSearchResults .containerListEntry h3 a {
    font-size: 1.05rem;
    font-weight: 600;
}

#semanticSearchResults .badge.green {
    background-color: #28a745;
    color: #fff;
}

#semanticSearchResults .badge.yellow {
    background-color: #ffc107;
    color: #333;
}

#semanticSearchResults .badge.red {
    background-color: #dc3545;
    color: #fff;
}
