.hotspot-categories-filters-container {
    width: 100%;
    max-width: 960px;
}

.hotspot-categories-filters-container .hotspot-categories-trigger-container {

}

.hotspot-categories-filters-container .hotspot-categories-trigger-container a {
    text-transform: uppercase;
    font-weight: 500;
}

.hotspot-categories-filters-container .hotspot-categories-trigger-container a:after {
    content: "\002B";
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0;
    height: 24px;
    width: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    background: #000;
    color: #fff;
    vertical-align: baseline;
    border-radius: 100%;
}

.hotspot-categories-filters-container .hotspot-categories-trigger-container.expanded a:after {
    content: "\2212";
}

.hotspot-categories-filters-container .hotspot-categories-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 2.5%;
    border-top: 1px solid #000;
    columns: 2;
    column-gap: 20px;
}

.hotspot-categories-filters-container .hotspot-categories-list li {
    margin: 0;
    padding: 0;
}

.hotspot-categories-filters-container .hotspot-categories-list li input {
    vertical-align: baseline;
    display: inline-block;
    margin: 0 5px 0 0;
}