.current-news-subtitle{
    font-size: var(--h-small);
}

.current-news-subtitle-s{
    font-size: var(--h2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.current-news-description {
    font-family: Basic;
    color: var(--color-grey);
    font-size: var(--h2);
    white-space: pre-line;
    height: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.current-news-description-s {
    font-family: Basic;
    color: var(--color-grey);
    font-size: var(--h2);
    white-space: pre-line;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.date-container {
    bottom:0;
    left:0;
    min-width: 160px;
    max-width: 200px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-background{

}

.news-time{
    color: white;
    position: absolute;
    font-size: var(--h4);
    letter-spacing: 1px;
    font-family: 'BASIC';
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding-right: 10%;
}

.border-black{
    border-top: 1px solid var(--color-grey);

}

.news-events-see-more-btn{
    border-radius: 50px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    width: 120px;
    height: 35px;
    color: black;
    font-size: var(--h4);
    text-align: center;
    font-family: Basic, 'sans-serif';
    white-space: nowrap;
    padding: 8px 0;
    margin: 5px 0;
    cursor: pointer;
}

.news-events-see-more-btn:hover {
    color: white;
    background-image: linear-gradient(to right, var(--color-gradient-start), var(--color-gradient-end));
    font-family: Title, 'sans-serif';
    border: none;
}

.mobile .news-events-see-more-btn{
    font-size: calc(var(--h4) + 3px);
}

.identity-image{
    border-radius: 15px;
    max-height: 160px;
    min-height: 160px;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}

.identity-image.mid{
    max-height: 230px;
    min-height: 230px;
    min-width: 100%;
}

.identity-image.big{
    max-height: 430px;
    min-height: 430px;
    min-width: 100%;
}

.rounded {
    border-radius: 15px !important;
}

@media screen and (max-width: 766px){
    .identity-image {
        max-height: 130px;
        min-height: 130px;
        min-width: 100%;
    }

    .reward-post-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .identity-image.big{
        max-height: 330px;
        min-height: 330px;
    }

    .identity-image.mid{
        max-height: 130px;
        min-height: 130px;
    }

    .date-container {
        justify-content: left;
    }

    .time-background{
        max-width: 140px;
    }

    .news-time{
        font-size: var(--h4);
        text-align: left;
        padding-left: 10%;
    }

    .current-news-description-s,
    .current-news-description {
        height: 56px;
    }
}
