/***********************Medicina.mk.ua  news.css*********************/


/*NEWS WIDGET*/

.news_widget {
box-sizing: border-box; 
width:100%;
border-radius:8px;
border: 1px solid #e3e3e3;	
padding:10px;
margin-bottom:1em;
background-color:#FEFEFE;
}

.news_widget_header {
display: flex; 
align-items: center; 
gap: 8px;
}

.news_widget_logo {
border-radius: 50%; /* Радиус скругления */
border:1px solid #e3e3e3;	
height:50px; /* For CLS */
width:50px; /* For CLS */
background:transparent url(../images/icon.png) no-repeat left top;
}

.news_widget_lb {
font-size:0.8em;
font-weight:bold;
margin-left:0.5em;
}

.news_widget_lb a {
color:#2A5D93;
text-decoration:none;
}

.news_widget_subscribers {
border-top:1px solid #e3e3e3;
margin-top:10px;
padding-top:10px;
font-size:0.7em;
color:#666666;
}

.news_widget_date {
margin-top:10px;
color:#2A5D93;
font-size:0.7em;
font-weight:bold;
}

.news_widget_block {
box-sizing: border-box; 
width:100%;
border: 1px solid #e3e3e3;	
padding:15px;
margin-top:10px;
background-color:#FFFFFF;
}

.news_widget_image {
width:100%;
text-align:center;
background-color:#F5F5F6;
min-height:143px; /*For CLS*/
line-height:0; /*Removes line under image*/
}

.news_widget_image img {
min-height:143px;
max-width:100%;
}

.news_widget_title {
font-size:0.8em;
line-height:1.4em;
margin-top:5px;
}

.news_widget_title a {
text-decoration:none;
color:#111111;
font-weight:bold;
}

.news_widget_domain {
margin-top:5px;
font-size:0.8em;
color:#666666;
}

.news_widget_button {
margin-top:10px;
background-color:#5181B8;
text-align:center;
padding:7px;
border-radius: 5px;
font-size:0.8em;
color:#FFFFFF;
text-decoration:none;
}

.news_widget_button:hover {
background-color:#6690C1;
}
