.news-ticker-ntb #ntbne_five_c {
    position: relative;
}

.news-ticker-ntb .uclib-ticker-controls {
    position: absolute;
    top: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 62px;
    height: 100%;
    padding: 0 6px 0 2px;
    background: #fbfbfd;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.news-ticker-ntb .uclib-ticker-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 100%;
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #b5b5b5 !important;
    text-decoration: none !important;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

.news-ticker-ntb .uclib-ticker-button:hover {
    color: #8f8f8f !important;
}

.news-ticker-ntb:hover .uclib-ticker-controls,
.news-ticker-ntb:focus-within .uclib-ticker-controls {
    visibility: visible;
    opacity: 1;
}

.news-ticker-ntb .uclib-ticker-button:focus {
    outline: none;
}

.news-ticker-ntb .uclib-ticker-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px #005581 !important;
}

.news-ticker-ntb #ntbne_five_c > a {
    display: none !important;
}

.news-ticker-ntb #next-button-ntb,
.news-ticker-ntb #prev-button-ntb,
.news-ticker-ntb #ntbne_five_c > a > div {
    display: none !important;
}

.news-ticker-ntb #ntbne_five {
    box-sizing: border-box;
    padding-right: 62px !important;
    margin-right: 0 !important;
}

.uclib-latest-updates-sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
