.go-preview-only {
    background-color: #dde1e6;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.go-preview-only svg {
    width: 50px;
    height: auto;
}
.go-preview-only rect {
    fill: #001D6C;
    stroke: #001D6C!important;
}

.cpt-2c-photo-article .filter-options {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #C1C7CD;
}


.cpt-2c-photo-article .filter-options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
.cpt-2c-photo-article .filter-options .filter-item {
    position: relative;
}
.cpt-2c-photo-article .filter-options .filter-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;        
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-decoration: none!important;
    width: auto;
    min-height: 20px;
    align-items: center;    
}
.cpt-2c-photo-article .filter-options .filter-btn svg {
    transition: all 0.3s;
    margin-left: 2px;
}
.cpt-2c-photo-article .filter-options .filter-btn.active {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;    
}
.cpt-2c-photo-article .filter-options .filter-btn.active svg {
    transform: rotate(180deg);
}
.cpt-2c-photo-article .filter-options .dropdown {
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 10;        
    background-color: #fff;
    border-radius: 4px;
    min-height: 60px;
    padding: 16px;
    display: none;
}
.cpt-2c-photo-article .filter-options .dropdown.active {
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 5px 5px 5px #00000040;
}
.cpt-2c-photo-article .filter-options .dropdown.date {
    width: 514px;
    height: 332px;
    right: 0;
}
.cpt-2c-photo-article .filter-options .dropdown.list {
    width: 250px;
}
.cpt-2c-photo-article .filter-options .dropdown.list a {
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-gap: 10px;
    text-decoration: none;

    color: #464243;    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
}
.cpt-2c-photo-article .filter-options .dropdown.list .checkbox {    
    width: 22px;
    height: 22px;
    border: solid 1px #D7CED1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cpt-2c-photo-article .filter-options .dropdown.list .checkbox svg {
    width: 13px;
    height: auto;
    opacity: 0;
    visibility: hidden;
}
.cpt-2c-photo-article .filter-options .dropdown.list a.selected .checkbox {
    background-color: #0F62FE;
    border: solid 1px #0F62FE;
}
.cpt-2c-photo-article .filter-options .dropdown.list a.selected .checkbox svg {
    opacity: 1;
    visibility: visible;
}
.cpt-2c-photo-article .filter-options .dropdown.list a.selected .checkbox path {
    fill: #fff;
}



.cpt-2c-photo-article .filter-results {
    position: relative;
    min-height: 50px;
    display: grid;
}
.cpt-2c-photo-article .filter-results::after,
.cpt-2c-photo-article .load-more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(./loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
}
.cpt-2c-photo-article .filter-results.loading::after {
    opacity: 1;
    visibility: visible;
}

.cpt-2c-photo-article .load-more {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 9px;
}
.cpt-2c-photo-article .load-more::after {
    background-size: 30px;
}
.cpt-2c-photo-article .load-more.loading::after {
    visibility: visible;
    opacity: 1;
}
.cpt-2c-photo-article .load-more.loading a {
    visibility: hidden;
    opacity: 0;
}
.cpt-2c-photo-article .load-more a {
    
    display: flex;    
    align-items: center;
    justify-content: center;
    text-decoration: none;    
    letter-spacing: 0.5px;
}
.cpt-2c-photo-article .filter-results .e-loop-item {
    margin-bottom: 64px;
}


.cpt-2c-photo-article .no-results {
    padding: 100px 0;
    text-align: center;
    color: red;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}


.cpt-2c-photo-article .applied-filters {
    display: flex;
    gap: 15px;
    margin-top: 24px;
    margin-bottom: 44px;
}
.cpt-2c-photo-article .applied-filters .elementor-button-content-wrapper > svg {
    width: 14px;
    height: 14px;
}
.cpt-2c-photo-article .applied-filters .elementor-button {
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    letter-spacing: 0.5px;
    background-color: #fff;
    border: solid 2px #001D6C;
    color: #001D6C;
    padding: 12px 10px;
}
.cpt-2c-photo-article .applied-filters .elementor-button:after {
    content: none;
}
.cpt-2c-photo-article .applied-filters .elementor-button:hover {
    color: #0F62FE;
    border: solid 2px #0F62FE;
}
.cpt-2c-photo-article .applied-filters .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cpt-2c-photo-article .applied-filters path {
    fill: #001D6C;
}
.cpt-2c-photo-article .applied-filters .elementor-button:hover path {
    fill: #0F62FE;
}


.cpt-2c-photo-article .cpt-terms .cpt-term {
    display: inline-block;
    padding: 10px 8px;
    background-color: #E2EDFF;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #001D6C;
    margin: 0 10px 10px 0;
}



@media only screen and (max-width: 767px) {
    .cpt-2c-photo-article .filter-options {
        padding-right: 0;
        gap: 10px;
    }
    .cpt-2c-photo-article .filter-options .filter-item {
        width: 100%;
    }
    .cpt-2c-photo-article .filter-options .filter-btn {
        justify-content: space-between;
        width: 100%;
    }
}
