.navbar-top .nav > li:has(.xd-dahai-weekly-updates) {
    position: relative;
    z-index: 10;
    margin-right: 111px;
}

.navbar-top .nav > li:has(.xd-dahai-weekly-updates) > a,
.navbar-top .nav > li:has(.xd-dahai-weekly-updates) > a > .menu-item-title {
    overflow: visible !important;
}

.navbar-top .nav > li:has(.xd-dahai-weekly-updates) > a > .menu-item-title {
    max-width: none !important;
}

.xd-dahai-weekly-updates {
    display: block;
    position: absolute;
    left: calc(100% - 4px);
    top: calc(50% - 3px);
    width: 115px;
    height: 40px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 0;
    white-space: nowrap;
    transform: translateY(-50%);
    z-index: 20;
    pointer-events: none;
}

.xd-dahai-weekly-updates img {
    width: 115px;
    height: 40px;
    max-width: none;
    display: block;
    object-fit: contain;
    pointer-events: none;
}

.xd-dahai-weekly-updates strong {
    position: absolute;
    top: 58%;
    right: 12%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    pointer-events: none;
}
