/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://digi-themes.ru/generatepress-child/
 Description:  Дочерняя тема для GeneratePress
 Author:       DIGI THEMES
 Author URI:   https://digi-themes.ru/
 Template:     generatepress
 Version:      1.0.0
*/


/* DIGISELLER */
    
 /* Стили для контейнера отзывов */
.digiseller-reviews {
    /* Стили для контейнера отзывов */
    border: 0px solid #0090F4 !important;
    padding-top: 0px;
    color: #ffffff;
    font-size: 14px;
}
.digiseller-review {
    /* Стили для каждого отзыва */
    margin-bottom: -10px;
    background: #69727d;
    padding: 15px 15px 0px;
    border-radius: 9px;
	line-height: 18px;
    border: 3px solid #00e3eb;
    margin-bottom: 15px;
}
.digiseller-review .info {
    padding-top: 10px;
    font-size: 15px;
	color: rgb(255, 255, 255);
}
p.info {
    margin-bottom: 15px;
}

.digiseller-review-comment {
	padding: 0px;
}
.digiseller-review .date {
    font-size: 12px;
    font-weight: 500;
    color: #00e3eb;
    margin-top: -5px;
    margin-bottom: 0;
}
span.bad-icon {
    font-size: 17px;
}
span.good-icon {
    font-size: 17px;
	line-height: 20px;
}
.good-icon::after { 
	content: "Дата: ";
    font-size: 12px;
    color: #ffffff;
    font-weight: 600; 
	padding-left: 5px;
}