.ea-reading {
    position: relative !important;
    outline: 4px solid #e0ad27 !important;
    outline-offset: 5px !important;
    border-radius: 8px !important;
    box-shadow: 0 0 0 10px #e0ad2728 !important;
    transition: .25s ease !important;
}
.ea-reading::after {
    content: "Executive Assistant is reading this";
    position: absolute;
    z-index: 1200;
    left: 0;
    top: -31px;
    background: #7a5610;
    color: #fff;
    padding: 4px 9px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}
.ea-nav-target {
    outline: 4px solid #49a685 !important;
    outline-offset: 4px !important;
    box-shadow: 0 0 0 9px #49a68525 !important;
    transition: .25s ease !important;
}
