#breaking-news-slider {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #eb0000;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    overflow: hidden;
    border-top: 5px solid #ba1b00;
}

#close-breaking-news {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.breaking-news-slide {
    display: none;
    padding: 10px;
}

.breaking-news-slide.active {
    display: block;
}

#breaking-news-slider h2 {
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    font-family: 'Noto Serif JP';
}

#breaking-news-slider h3 {
    margin: 0;
    font-size: 1.6em;
    color: #fff;
    font-family: 'Noto Serif JP';
}

#breaking-news-slider p {
    margin: 5px 0;
    color: #fff;
}

#breaking-news-slider a {
    color: #fff;
    text-decoration: none;
}


.td-scroll-up-visible {
    display: none !important;
}


body.wp-admin .ac_results {
max-width: 230px !important;
max-height: 300px !important;
overflow: scroll !important;
bottom: 5px !important;
}
