/** Shortcodes */

.a20-news-cards-section {
    display: flex;
    flex-wrap: wrap;
}

.a20-news-card {
    display: inline-block;
    border-radius: 15px;
    background-color: #fff;
    margin: 8px;
}

.a20-news-card-small {
    padding: 8px;
    width: 134px;
    height: 134px;
    justify-content: center;
    align-items: center;
}

.a20-news-card-medium {
    padding: 15px;
    width: 188px;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a20-news-card-large {
    padding: 25px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ahz-text-cta {
    color: red;
}

.ahz-text-cta .ahz-news-single-news-tile-title {
    color: red;
    font-family: RBno2black;
    text-transform: uppercase !important;
}

.ahz-news-single-news-tile-title {
    font-family: RBno2black;
    text-transform: uppercase !important;
    font-size: 20px !important;
}

.ahz-single-news-tile-content-wrapper {
    padding: 16px;
}

.ahz-single-news-tile-wrapper {
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ahz-shortcode-max-height .vce-col-inner {
    margin-bottom: 30px;
}

.ahz-single-news-tile-image-wrapper img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.ahz-text-two-rows {    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ahz-text-three-rows {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
