.nb-article-event-card-1{
    --nb-dt-rows: 2;

    .nb-card{
        overflow: hidden;
        border: none;
    }
    .nb-card a{
        display: block;
    }

    .nb-img{
        width: 100%;
    }

    .nb-card-body > * + *{
        margin-top: 10px;
    }

    .short-description{
        font-size: 12px;
        line-height: 20px;

        *{
            margin: 0;
        }
        p + p{
            margin-top: 5px;
        }
    }

    .nb-bottom-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nb-bottom-wrapper .nb-btn{
        min-width: 95px;
        display: inline-block;
    }

    .nb-card-body{
        background: var(--nb-color-gray-200);
    }
}