#filters-wrapper .filters-unveil-button-wrapper {
    width: 100%;
    text-align: center;
}

#filters-wrapper .filters-unveil-button-wrapper .btn.unveil-button {
    background: #FFD500 !important;
    color: #853B9F !important;
    font-weight: 700 !important;
    border: none !important;
    min-width: 220px !important;
    padding: 10px 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
}

#filters-wrapper .filters-unveil-button-wrapper .btn.unveil-button:hover,
#filters-wrapper .filters-unveil-button-wrapper .btn.unveil-button:focus,
#filters-wrapper .filters-unveil-button-wrapper .btn.unveil-button:active {
    background: #FFD500 !important;
    color: #853B9F !important;
    border: none !important;
}