.mab-6d05c74a-wrapper {
	display: inline-block;
	max-width: 100%;
    position: relative;
}
.elementor-widget-multi_action_advanced_button_6d05c74a .elementor-align-left .mab-6d05c74a-wrapper,
.elementor-align-left .mab-6d05c74a-wrapper {
	text-align: left;
}
.elementor-widget-multi_action_advanced_button_6d05c74a .elementor-align-center .mab-6d05c74a-wrapper,
.elementor-align-center .mab-6d05c74a-wrapper {
	text-align: center;
	display: block;
}
.elementor-widget-multi_action_advanced_button_6d05c74a .elementor-align-right .mab-6d05c74a-wrapper,
.elementor-align-right .mab-6d05c74a-wrapper {
	text-align: right;
	display: block;
}
.elementor-widget-multi_action_advanced_button_6d05c74a .elementor-align-justify .mab-6d05c74a-wrapper,
.elementor-align-justify .mab-6d05c74a-wrapper {
	text-align: justify;
	display: block;
	width: 100%;
}

.mab-6d05c74a-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    padding: 0;
}
.mab-6d05c74a-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.mab-6d05c74a-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Dropdown Styles */
.mab-6d05c74a-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.mab-6d05c74a-dropdown.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.mab-6d05c74a-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.mab-6d05c74a-dropdown-menu li {
    margin: 0;
    padding: 0;
}

.mab-6d05c74a-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #333333;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.mab-6d05c74a-dropdown-item:hover,
.mab-6d05c74a-dropdown-item:focus {
    background-color: #f5f5f5;
    color: #333333;
}

.mab-6d05c74a-dropdown-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    font-size: 1.2em;
}

.mab-6d05c74a-dropdown-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
