.elementor-widget-dropdownbutton p {
    margin: 0;
}

.elementor-widget-dropdownbutton li a:hover {
    text-decoration: underline;
}

.elementor-widget-dropdownbutton li {
    list-style-type: none;
    display: flex;
}

.elementor-widget-dropdownbutton ul {
    display: flex;
    flex-direction: column;
    padding-inline-start: 0px;
    width: fit-content;
}

.DropdownLink:active {
    font-weight: 700;
}

.fa-caret-down:before {
    content: "\f0d7";
}

.Button {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
    cursor: pointer;
}

.Button.active .svg-inline--fa.fa-caret-down{
    transform: rotate(180deg);
}

.ButtonDropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.Dropdown{
    display: none!important;
    position: absolute;
    left: 0;
    z-index: 99;
}

.Dropdown-js{
    display: flex!important;
}

.ButtonDropdown i {
    display: flex;
    align-items: center;
}