.xcat-selector-btn {
    background: #1f7a1f;
    color: #ffffff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.xcat-selector-btn:hover,
.xcat-selector-btn:focus {
    background: #000000;
    color: #ffffff !important;
}

.xcat-selector-btn:active {
    background: #000000;
    color: #ffffff !important;
}