.logoBanner {
    aspect-ratio: 384/55;
    height: 100%;
}

.logoBanner img {
    height: 100%;
}
.search_img{
    width: 10px;
}
.searchData img{
    margin: 5px;
    border-radius: 5px;
}
.searchData p{
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    white-space: break-spaces;
    max-width: 250px;
    max-height: 53px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#result{
    background: #fff;
    position: absolute;
    z-index: 100;
    right: 0px;
    border-radius: 6px;
    margin-top: 7px;
    width: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#filterBtn{
    border: 0 solid #fff;
    background: #fff;
    width: 27px;
}
#filterNews{
    padding: 0 10px;
}
#filterNews:focus-visible {
    border: 0px solid #fff;
    outline: none;
    padding: 1px 10px;
  }



.ticker_wrap {
    display: flex;
    margin: 0;
    /* padding: .5rem 0; */
    position: relative;
    box-shadow: var(--shadow);
}

.ticker__breaking {
    position: absolute !important;
    width: 75px;
    padding: .4rem .25rem;
    background: #D6002A;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    min-width: 70px;
    height: fit-content;
    top: 0;
    text-align: center;
}

.ticker__viewport {
    background: #fff;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    padding: .25rem 1rem .25rem;
    display: inline-block;
    flex-grow: 1
}

.ticker__viewport a {
    cursor: context-menu;
    color: #000;
    text-decoration: none;
}

.ticker__viewport a:hover {
    color: var(--acnt_clr);
    font-weight: bold;
}

.ticker__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.ticker__item {
    display: inline-block;
    white-space: nowrap;
    padding-right: 40px;
    font-weight: 600;
}

.ticker__item:before {
    content: "";
    font-weight: bold;
}
