/* Layout Blocks – extra-taxonomy filter rows for tcg-dynamic-query. */

.tcg-dynamic-query-filters .lb-extra-filter {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: inherit;
}

/* Optional group label (e.g. "Project Status:") shown before the buttons. */
.tcg-dynamic-query-filters .lb-extra-filter .lb-filter-group-label {
    font-size: 0.85em;
    opacity: 0.6;
    margin-right: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* New buttons inherit the theme's .filter-btn styling; cursor for clarity. */
.tcg-dynamic-query-filters .lb-extra-btn {
    cursor: pointer;
}
