/* cmty_Blogs Archive css  */
.dc-archive-body .pagination {
    margin-top: 60px;
}

.dc-archive-body .dc-month .heading--3 {
    margin-bottom: 24px;
}
.dc-archive-row{
    display: flex; 
    flex-direction: column;
    justify-content: space-around; 
    align-content: stretch;
}
.dc-archive-col{
    height:100%
}
.dc-archive-body .dc-archive-card {
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #FAF9F8;
    background-clip: border-box;
    border: none;
    border-radius: 12px;
    margin-bottom: 32px;
}

.dc-archive-body .dc-archive-auther-img {
    width: 20px;
    height: 20px;
    border: 0.75px solid #000000;
    background: #2266E3;
}

.dc-archive-body .dc-auther-img-link {
    font-weight: 600;
    font-size: 14px;
    color: #2266E3;
    text-decoration: none;
    /*width: 84%;*/
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    padding: 0;
}

.dc-auther-cover span:last-child {
    display: inline-block;
    width: auto;
    line-height: 20px;
    padding: 0;
    font-family: 'Segoe UI';
    font-size: 14px;
}

.dc-archive-body .dc-auther-img-link:hover {
    text-decoration: underline;
}

.dc-archive-body .dc-archive-card-img, .dc-archive-body .dc-archive-card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.dc-archive-body .dc-archive-card-img-top { 
    width: 100%;
}
.dc-blog-post-link{
height: 198px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.dc-archive-body .dc-archive-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 24px 24px;
}
.dc-archive-body .dc-archive-card-body p{
    margin-bottom:0;
}


.dc-archive-body .dc-auther-cover {
    margin: 12px 0 8px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dc-archive-body .dc-archive-card-text, .dc-archive-body .dc-archive-card-text a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #323130;
    height: auto;
    overflow: hidden;
    text-decoration: none;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
}

    .dc-archive-body .dc-archive-card-text a:hover {
        text-decoration: underline;
    }

.dc-archive-body .dc-archive-card-body .btn-sm, .dc-archive-body .dc-archive-card-body .btn-group-sm > .btn {
    background-color: #053385;
    border-color: #04307b;
    padding: 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    margin-top: 12px;
    width: 110px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dc-archive-body .dc-archive-card-body .dc-blog-cat-cont label[title="Draft"]{
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}
/* Form css */
.dc-archive-body .d-block {
    display: block;
    max-width: 100%;
}

.dc-archive-body .form-inline {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 50px;
}
.form-inline-custom .form-group{
    margin-bottom: 0;
}

.dc-archive-body .form-group, .dc-archive-body .form-group .form-control {
    width: 100%;
}
/* Form css end */
span.dc-current-page div {
    display: inline-block;
}

.dc-cta-center {
    display: flex;
    justify-content: space-around;
    /* margin-top: 10px; */
}

    .dc-cta-center .btn {
        background: #FFFFFF;
        border: 1px solid #8A8886;
        border-radius: 2px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #2266E3;
    }

p.dc-blog-archive-excerpt {
    margin-top: 12px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #323130;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
}
/* cmty_Blogs Archive css ends */
