.custom-container {
    max-width: 90%;
    width: 1170px;
    margin: 0 auto;
}
.promotion-filter {
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 0 17px -3px rgba(0, 0, 0, 0.5);
}
label.terms-name {
    display: block;
    margin-bottom: 10px;
}
button.accordion-button {
    background: #fff !important;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
    color: #000 !important;
}
.active-filter-badge {
    display: flex;
    align-items: center;
    background: #e5e5e5;
    border: 1px solid #000;
    border-radius: 9999px;
    padding: 4px 10px;
    font-size: 14px;
    margin: 4px;
    cursor: pointer;
}

.active-filter-badge span {
    margin-right: 6px;
}

.active-filter-remove {
    font-weight: bold;
    cursor: pointer;
}