.Novost{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 3px #00000019;
}
.NovovstImg{
    width: 100%;
    height: 200px;
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat;
}

.NovostTextinfo{
    padding: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.NovostTitle{
    font-family: "Roboto";
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}
.NovostDesc{
    font-family: "Roboto";
    font-weight:500;
    color: #656877;
    font-size: 14px;
    line-height: 1;
    text-align: justify;
    overflow: hidden;
     display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.DateTime{
    margin-top: 10px;
    font-size: 12px;
}
.morePostsButton{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    color: #656877;
    cursor: pointer;
    text-decoration: underline;
}
#novostTitleDrawer{
    font-family: "SF-Pro-Display";
    color: #000000;
    font-size: 18px;
    line-height: 1;
}
#novostDescriptionDrawer{
    width: 100%;
    font-family: "SF-Pro-Display-light";
    color: #656877;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
    overflow: scroll;
    max-height: 200px;
    margin-top: 5px;
}
#novostDateTime{
    font-family: "SF-Pro-Display-light";
    color: #656877;
    font-size: 16px;
    line-height: 1;
    text-align: right;
}
.NovostDrawerInfo{
    height: 500px;
}
.titleNovostWithTime{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    gap: 10px;
}