.tzu-chi-expiring-widget-hidden {
    display: none !important;
}

[data-expire-notice]:not([data-expire-notice='']):not(:hover):after {
    content: attr(data-expire-notice);
    background: #c00;
    color: #fff;
    padding: .5rem;
    display: block;
    font-weight: 800;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    width: 100%;
}

[data-expire-notice]:not([data-expire-notice='']):not(:hover) {
    outline: 3px dashed #c00;
}

[data-expire-notice-type='warning'][data-expire-notice]:not([data-expire-notice='']):after {
    background: rgb(255, 255, 0);
    color: #000;
}
