.buzzolt-reviews-testimonials-selected-posts{
    width: 100%;
    margin: 15px 0;
    background: rgba($color: #000000, $alpha: 0.05);
    border-radius: 6px;
    &[data-type="hidden"]{
        display: none;
    }
}
.buzzolt-reviews-testimonials-selected-posts-empty{
    padding: 10px;
}
.buzzolt-reviews-testimonials-selected-post{
    position: relative;
    padding: 10px 40px 10px 10px;
    border-bottom: 1px solid rgba($color: #000000, $alpha: 0.05);
    margin: 0;
    &:last-child{
        border-bottom: 0;
    }
    &>span{
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M2.93 17.07A10 10 0 1 1 17.07 2.93A10 10 0 0 1 2.93 17.07M11.4 10l2.83-2.83l-1.41-1.41L10 8.59L7.17 5.76L5.76 7.17L8.59 10l-2.83 2.83l1.41 1.41L10 11.41l2.83 2.83l1.41-1.41L11.41 10z'/%3E%3C/svg%3E") center no-repeat;
    }
}
.buzzolt-reviews-testimonials-image-radio-option{
    &>img{
        border: 1px solid #303030;
    }
    
}
.buzzolt-reviews-testimonials-image-radio-option-selected{
	&>img{
        border: 1px solid #DA4B4D;
    }
}
.buzzolt-reviews-testimonials-post-search-message{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid rgba($color: #000000, $alpha: 0.05);
    border-radius: 6px;
    &[data-type="error"]{
        color: #f91f1f;
    }
    &[data-type="disabled"]{
        display: none;
    }
    &>p{
        margin: 0;
    }
}
.buzzolt-reviews-testimonials-post-search-options{
    width: 100%;
    padding: 10px;
    margin: 15px 0 0 0;
    border: 1px solid rgba($color: #000000, $alpha: 0.05);
    border-radius: 6px;
    &[data-type="disabled"]{
        display: none;
    }
}
.buzzolt-reviews-testimonials-post-search-option{
    width: 100%;
    padding: 7px;
    background: rgba($color: #000000, $alpha: 0.05);
    margin: 0 0 10px 0;
    cursor: pointer;
}

.buzzolt-reviews-testimonials-color-container, .buzzolt-reviews-testimonials-number-container{
    width: 100%;
    background: rgba($color: #000000, $alpha: 0.05);
    margin: 0 0 20px 0;
}
.buzzolt-reviews-testimonials-color-label, .buzzolt-reviews-testimonials-number-label{
    background: rgba($color: #000000, $alpha: 0.03);
    padding: 10px 30px 10px 10px;
    position: relative;
    &>p{
        margin: 0;
    }
    &>span{
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        z-index: 2;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8h12M6 12h12M6 16h12'/%3E%3C/svg%3E") center no-repeat;
        cursor: pointer;
    }
}
.buzzolt-reviews-testimonials-color-input, .buzzolt-reviews-testimonials-number-input{
    padding: 10px;
    display: none;
    &[data-type="open"]{
        display: block;
    }
}

