.wpshare247-vertical-mega-menu .mega-menu-content::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-color: transparent;
    position: absolute;
    top: -40px;
}

.wpshare247-vertical-mega-menu .menu{
	border:none;
	display:flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: auto !important; /* Bỏ chiều rộng cố định 220px */
    border: none !important; /* Xóa viền bao quanh cũ */
    background: transparent !important;
}

.wpshare247-vertical-mega-menu .menu-item > a:hover{
	background-color:#FFFF!important;
}

.wpshare247-vertical-mega-menu .menu-item > a{
	border-bottom:none!important;
}

.wpshare247-vertical-mega-menu .mega-menu-content{
    top: 56px;
    left: -50%;
}
/* Ép Mega Menu hiển thị ngay khi hover vào mục cha */
.wps247-vertical-mega-menu .menu-item-has-mega:hover .mega-menu-content {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    /* Điều chỉnh vị trí để nó khớp với menu dọc */
    left: 100% !important; 
    top: 0 !important;
}

/* Đảm bảo không có độ trễ (delay) khi hiển thị */
.mega-menu-content {
    transition: all 0.2s ease-in-out !important;
}

button.wpshare247-menu-toggle {
    padding: 0;
    background: none;
    color: #000;
    font-size: 30px;
}

.elementor-widget.elementor-widget-image-carousel {
    user-select: none;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .wpshare247-vertical-mega-menu .mega-menu-content {
        top: 26px;
        left: 50%;
        transform: translateX(-50%) !important;
    }
}