.uk-card {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
}

.uk-card-header, .uk-card-body, .uk-card-footer {
    padding: 16px 16px;
}

.uk-card-header h6 {
    font-weight: 500;
    font-size: 18px;
    min-height: 50px;
    height: 50px;
    overflow: hidden;
}

.uk-card-body {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.news-img {
    display: flex;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

.uk-card-body p {
    font-size: 16px;
    position: relative;
    z-index: 2;
    min-height: 160px;
    padding: 16px;
    height: 300px;
}

.news-date {
    font-size: 14px;
}

.uk-modal-title {
    font-size: 20px;
}

.old-news-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
