.custom-button-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
	min-width: 110px;
}

.custom-button-dropdown {
    position: relative;
}

.custom-button-dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    /* Hover color set by Elementor control */
}


.custom-button-dropdown .button-icon-text {
    display: inline-flex;
    align-items: center;
}

.custom-button-dropdown .button-icon-text .elementor-icon {
    margin-right: 5px; /* Adjust the spacing between icon and text */
}

