.vinumplay-dropdown-filters {
    *position: relative;
}

.vinumplay-dropdown-filters-button {
}

.vinumplay-dropdown-filters-button-icon{
    margin-left: 10px;
    font-size: 10pt;
    transition: transform 0.2s ease;
}

.vinumplay-dropdown-filters-button-icon.open {
    transform: rotate(90deg);
}

.vinumplay-dropdown-filters-content {
    max-height: 300px;
    overflow: auto scroll;
}

.vinumplay-dropdown-filters button{
    display: flex;
    background: none;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid var(--vp-color-border-elements);
    padding-bottom: 10px;
    width: 100%;
	justify-content: space-between;
}

.vinumplay-dropdown-filters-content.closed{
    display: none;
}
