/* hide duplicate items FES-3598 @auth:egt */
body:has([data-eventcode="EVE173004600020250329"], [data-eventcode="EVE173004600020250328"], [data-eventcode="EVE173004600020250327"]) a.uv-btn.uv-btn-event3d:not(:first-of-type),
body:has([data-eventcode="EVE173004600020250329"], [data-eventcode="EVE173004600020250328"], [data-eventcode="EVE173004600020250327"]) .uv-event-items:not(:first-of-type) {
    display: none;
}

/* @egt [FES-4880] since items where reordered it need to add it back to that last item */
/* body .uws-invitems-list .uws-inventory-item:first-of-type::after, */
body .uws-invitems-list .uws-inventory-item:last-of-type::after {
    position: absolute;
    display: block;
    content: " ";
    height: 1px;
    width: 95%;
    width: calc(100% - 2em);
    background-color: var(--uws-dropdown-shadow);
    left: 1em;
    bottom: 0;
}