h1 {
    width: fit-content;
}

.mainframe_top {
    display: flex;
    align-items: flex-end;
}

.info {
    margin-left: 15px;
    margin-right: 13px;
    margin-bottom: 8px;
    cursor: pointer;
}

.news_status {
    display: flex;
    padding: 5px 10px;
    background: var(--no-assets);
    border: 1px solid var(--gray);
    gap: 15px;
}

.news_status > li {
    display: flex;
    align-items: center;
}

.news_status > li > div {
    border-radius: 100%;
    margin-right: 5px;
    width: 5px;
    height: 5px;
}

.positive_circle {
    background-color: var(--green4);
}

.neutral_circle {
    background-color: var(--yellow);

}

.negative_circle {
    background-color: var(--red);
}

.news_status {
    margin-bottom: 8px;
    
}

.news_status > li {
    cursor: pointer;
}

.news_status > li > p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-align: left;
}

.mainframe > .container {
    flex-direction: column;
    padding-bottom: 0;
}


.news_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news_filters p {
    color: var(--black);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: left;
    opacity: 0.5;
}



.news_frame {
    margin-top: 90px;
}

.news_cont {
    display: flex;
    height: 290px;
    overflow: hidden;

}

.news_item {
    display: flex;
    gap: 36px;
    padding-top: 35px;
    padding-bottom: 35px;
    height: 220px;
    box-sizing: content-box;
    transition: var(--trasition);
}

.news_item > img {
    width: 290px;
    height: 220px;
    object-fit: cover;
}

.news_central, .news_right {
    width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_title {
    font-family: Inter;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);

}

.mobile_line > .news_country {
    display: none;
}

.news_country {
    display: flex;
    align-items: center;
}

.news_country > p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 10px;
}

.news_country > img {
    width: 30px;
    height: 20px;
    object-fit: contain;
}


.news_text {
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
}

.news_data {
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
    opacity: 0.5;
}

.news_controls {
    width: 20px;
    margin-left: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
}

.news_wrapper {
    position: relative;
    top: 0;
    transition: var(--transition);
}

.dropdown_body > li {
    transition: var(--transition);
}

.dropdown_body > li:hover {
    text-decoration: underline;
}

.li_active {
    text-decoration: underline;
}

.news_sleket {
    filter: blur(4px);
}