.op-view-card-wrap {
    height: 270px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    margin-bottom: 24px;
}

.op-view-card {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#opensource-title-box {
    color: white;
}
.op-view-card-wrap .qa-q-bgcover {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.op-view-card-wrap .qa-q-bgcover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1c262f;
    background: linear-gradient(0deg, #1c262f 0, rgba(28, 38, 47, 0.35) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.op-view-card-wrap .qa-q-bgcover img {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    object-fit: cover;
    filter: blur(5px);
}

.op-view-card #titleAuthorSec span:not(.readtime, .viewcount) {
    color: #eee !important;
}
div#titleAuthorSec .rights {
	flex-direction: row;
    column-gap: 6px;
	flex-wrap: wrap;
}
.op-view-card-wrap .qa-main-heading {
    padding: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: 160px 1fr;
    grid-template-areas: "logo title" "logo info";
}

.op-view-card-wrap #opensource-logo {
    height: 160px;
    width: 160px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.76), 0 2px 9px 2px rgba(0, 0, 0, 0.61);
    border-radius: 50%;
    border: 5px solid #fff;
    grid-area: logo;
}

.op-view-card-wrap #opensource-logo img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    position: absolute;
}

.opensource-header-stats {
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.opensource-header-stats span {
    font-weight: 600;
}

.opensource-description {
    font-size: 14px;
    color: #eee;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#opensource-title h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 26px !important;
}


#opensource-title {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    grid-area: title;
}
.opensource-header-info {
    grid-area: info;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #999;
}

#opensource-links {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    line-height: normal;
    gap: 8px;
    color: #fff;
    width: 120px;
    min-width: max-content;
}

#opensource-links a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    line-height: 18px;
}

.dark-theme #opensource-links a {
    color: #1d9bf0;
}

#opensource-links a:hover {
    text-decoration: underline;
}

#opensource-links a {
    display: block;
}

#opensource-links span.os-sponsorurl a {
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 30px;
    height: 30px;
    line-height: 28px;
}

span.os-WebUrl a:before,
span.os-RepoUrl a:before,
span.os-sponsorurl a:before {
    font-family: "Material Symbols Rounded";
    color: #eee;
    margin-right: 8px;
    font-size: 16px;
}

body.dark-theme span.os-WebUrl a:before,
body.dark-theme span.os-RepoUrl a:before,
body.dark-theme span.os-sponsorurl a:before {
    color: #d9d9d9;
}

span.os-sponsorurl a:before {
    color:#e95555
}

.aps-promoted span.ribbon {
    top: -25px;
}

.qa-q-list-item-aps-promoted .qa-q-item-stats, .aps-promoted .qa-main-heading h1, .aps-ambargoed .qa-main-heading h1 {
    padding-top: 0 !important;
}

.opensource-header-stats div {
    color: #eee;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.opensource-header-stats div::before {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 12px;
    font-size: 16px;
}

.opensource-header-stats #opensource-status::before {
    content: '\f201'
}
.opensource-header-stats #opensource-lookcont::before {
    content: '\f007'
}
.opensource-header-stats #opensource-availability::before {
    content: '\f2b4'
}
.opensource-header-stats #opensource-license::before {
    content: '\f15c'
}
.opensource-header-stats #opensource-type::before {
    content: '\f1c9'
}

span.os-WebUrl a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0c1";
}

span.os-RepoUrl a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0c1";
}

span.os-sponsorurl a:before {
    content: "\ea70";
    color: #e95555;
}


.qa-q-view-plagimgurl {
    display: none;
}

@media (min-width:980px) and (max-width: 1150px) {
    .op-view-card {
        padding: 0 16px;
    }
}

@media (min-width: 700.1px) and (max-width: 790px) {
    .op-view-card {
        padding: 0 16px;
    }
}


@media (max-width:700px) {
    .qa-main h1 {
        font-size: 20px !important;
    }
    .op-view-card-wrap {
        border-radius: 0;
        margin: -20px -16px 0 -16px;
    }

    .op-view-card #opensource-lookcont {display: none;}

    .op-view-card {
      padding: 0 16px;
    }

    .op-view-card-wrap #opensource-logo {
        height: 88px;
        width: 88px;
    }
    .op-view-card-wrap #opensource-logo img {
        max-height: 100px;
    }
    .op-view-card-wrap .qa-main-heading {
        grid-template-columns: 88px auto;
        grid-template-areas: "logo title" "info info";
    }
}