/* Стили из основного шаблона oane.ws */
.newsimg {display: inline-table;}
.video-container1 { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container1 iframe,  
.video-container1 object,  
.video-container1 embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.before_title, .reporter, .time { padding: 1px !important; }
.imgavtordiv { text-align: center; font-size: 14px; font-style: italic; color: #b3b3b3; }
div#breadcrumbs a { padding: 1px !important; }

/* Scroller Box */
#scroller_container {
    position: relative;
    width: 100%;
    height: 25px;
    overflow: hidden;
}
#scroller {
    white-space: nowrap;
    line-height: 25px;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {     
    div#breadcrumbs {
        display: inline-block;
        padding: 1px 0;
        height: 20px;
        font-size: 13px;
        vertical-align: bottom;
    }
}

/* Стили для cookie-баннера */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 320px;
    max-width: 90%;
    background-color: #f0faff;
    border: 1px solid #f44336;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
    padding: 16px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #003366;
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.cookie-banner a {
    color: #db3a1b;
    text-decoration: underline;
}
.cookie-banner button {
    margin-top: 12px;
    background-color: #db3a1b;
    color: #ffffff;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.cookie-banner button:hover {
    background-color: #005dc1;
}