/*
 Theme Name: PGTEAM Child
 Template: pgteam
 Author: Dmitry Tikhonin (POKERMAN)
 Author URI: https://tikhonin.com/
 Version: 1.0.0
 Text Domain: pgteam-child
*/

/* плагин эксперта */

.expert-review {
	background: #0f1923 !important;
}

.expert-review-pluses-minuses-header,
.expert-review-score-summary__label {
	color: #fff !important;
}

.expert-review-faq-item {
    background: #0f1923 !important;
}

/* кастомная кнопка */

.pg-btns {
	margin: 20px 0;
}

.pg-btn a {
	background-color: #469f00;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
}

.pg-btn a:hover {
	background-color: #469f00;
	color: #fff;
	box-shadow: 0px 5px 15px 0px #469f0073;
}