* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body{
    font-family: "Segoe UI", "Segoe WP", Arial, Sans-Serif;
}

.mediumcardContainer {
    float: right;
    position: relative;
    z-index: 1;
}

.caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0, transparent 100%);
    bottom: 0;
    padding: 20px 16px 50px;
    position: absolute;
    width: 300px;
}

.caption .title {    
    font-family: "Segoe UI Semibold","Segoe WP Semibold","Segoe WP","Segoe UI",Arial,Sans-Serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sponsorandsourcename {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 13px 16px 20px 16px;
}

.sourcename {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgb(255,255,255,0.7);
    width: calc(95%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adslabel span {
    color: rgb(255,255,255,0.7);
    border: 0.5px solid rgb(255,255,255,0.3);
    font-size: 11px;
    font-weight: 400;
    margin-right: 4px;
    border-radius: 4px;
    line-height: 1.8;
    padding: 1px 4px;
}
