/**
 * Sistema de Filtros Unificado
 */

.at-toolbar-row {
    position: relative;
}

.at-toolbar-row .at-search .at-input,
.at-toolbar-row .prod-list__select {
    height: 45px;
    line-height: 45px;
}

.at-pill.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

.at-pill-group {
    margin-top: 1.5rem;
}

.at-select-wrapper {
    position: relative;
    display: inline-block;
}

.at-select-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    font-size: 12px;
}

.at-clear-filters {
    display: inline-flex;
    align-items: flex-end !important;
    gap: 0.3rem;
    padding: 0.35rem 0.8rem;
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}

.at-clear-filters:hover {
    background: #fff;
    color: #111;
    border-color: #111;
    text-decoration: none;
}

.at-clear-filters.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.at-clear-filters i {
    font-size: 0.75rem;
}
