
.news_item_layout {
    background-color: #303131;
    margin-bottom: 4px;
    padding: 16px;
}

.news_title {
    color: #EEEEEE;
    font-weight: bold;
    font-size: small;
}

.news_body {
    position: relative;
    color: white;
    margin-top: 16px;
}
.news_detail {
    margin-bottom: 16px;
}

.news_date {
    margin-top: 8px;
    color: #818181;
    font-size: smaller;
}

.news_feature_image {
    width: 100%;
}

.news_summary_layout {
    position: absolute;
    bottom: 4px;
    left: 8px;
}
.news_body_text{
    color: #c5c5c5;
    font-size: small;
}
.news_body_detail_text{
    color: #EEEEEE;
    font-size: medium;
}

.news_detail_title {
    color: #EEEEEE;
    font-weight: bolder;
    margin-bottom: 32px;
    font-size: larger;
}

.news_details_body_detail_text{
    color: #adabab;
    overflow-wrap: break-word;
    font-size: medium;
}

