.sitelet-widget-outdated {
    outline: 2px solid red;
}

.sitelet-hover-text {
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 10;
    white-space: nowrap;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}