.card.article-card {
    padding: 0;
}

.card.article-card .article-text {
    padding: 30px 25px;
}

.card.article-card footer {
    position: relative;
    bottom: auto;
}

.card.article-card .article-img {
    height: 220px;
    overflow: hidden;
}

.card.article-card .article-img .image-div {
    background-position: center;
    background-size: cover;
    height: 100%;
    width:auto;
}

.card.article-card .article-content {
    max-height: 83px;
    overflow: hidden;
}

.library-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px 2%;
    margin-bottom: 40px;
}

.library-cards .library-card,
.resources-sidebar .library-card {
    width: 48%;
    background-color: #fff;
    border-color: #ccdef1 #ccdef1 transparent;
    border-style: solid;
    border-width: 1px 1px 0;
    position: relative;
    padding-bottom: 43px;
}

.resources-child-content.support-docs .library-cards {
    gap: 30px 1%;
}

.resources-child-content.support-docs .library-cards .library-card {
    gap: 30px 3%;
}

.resources-child-content.support-docs .library-cards .library-card {
    width: 31%;
}

.library-cards .library-card:hover,
.resources-sidebar .library-card:hover {
    text-decoration: none !important;
}

.library-cards .library-card:hover .btn,
.resources-sidebar .library-card:hover .btn {
    background-color: #00b3df !important;
    border-color: #00b3df !important;
}

.library-cards .library-card .article-image,
.resources-sidebar .library-card .article-image {
    height: 220px;
    position: relative;
}

.library-cards .library-card .article-image .video-icon,
.resources-sidebar .library-card .article-image .video-icon {
    color: white;
    font-size: 10rem;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.library-cards .library-card .article-image .image-div,
.resources-sidebar .library-card .article-image .image-div {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: auto;
}

.library-cards .library-card .article-text,
.resources-sidebar .library-card .article-text {
    padding: 20px;
}

.library-cards .library-card .article-header,
.resources-sidebar .library-card .article-header {
    margin: 0;
}

.library-cards .library-card .article-header a,
.resources-sidebar .library-card .article-header a {
    color: #5b6779 !important;
}

.library-cards .library-card .article-header a:hover,
.resources-sidebar .library-card .article-header a:hover {
    text-decoration: none;
    color: #5b6779 !important;
}

.library-cards .library-card .article-header p,
.resources-sidebar .library-card .article-header p {
    margin: 10px 0 0 0;
}

.library-cards .library-card .article-header .title,
.resources-sidebar .library-card .article-header .title {
    margin: 0;
}

.library-cards .library-card footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.library-cards .library-card footer .btn-primary {
    width: 100%;
}

/* Library Card in Sidebar */
.resources-sidebar .library-card {
    width: 100%;
    border: 0;
    margin-bottom: 30px;
}

.resources-sidebar .library-card .article-image {
    height: 130px;
    position: relative;
}

.resources-sidebar .library-card .article-image .video-icon {
    font-size: 7rem;
}

.resources-sidebar .library-card .article-text {
    padding: 10px 0;
}

.resources-sidebar .library-card .article-header .title {
    font-size: 16px;
}

.resources-sidebar .library-card footer {
    display: none;
}

.card.library-card:after {
    display: none !important;
}

.support-docs .library-cards .library-card .article-image .has-thumb {
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    .resources-child-content.support-docs .library-cards {
        flex-direction: row;
        gap: 30px 2%;
    }

    .resources-child-content.support-docs .library-cards .library-card {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .library-cards {
        flex-direction: column;
        gap: 30px 0;
    }

    .library-cards .library-card {
        width: 100%;
    }

    .resources-child-content.support-docs .library-cards {
        flex-direction: row;
        gap: 30px 2%;
    }

    .resources-child-content.support-docs .library-cards .library-card {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .resources-child-content.support-docs .library-cards {
        flex-direction: row;
        gap: 30px 0;
    }

    .resources-child-content.support-docs .library-cards .library-card {
        width: 100%;
    }
}
