/*
Theme Name:         CIL-Theme
Theme URI:          https://mykulyn.com
Description:        A Collegium of international lawyers site by <a href="https://mykulyn.com">Serhii Mykulyn</a>.
Version:            1.1.7
Requires at least:  6.4.2
Author:             Serhii Mykulyn
Author URI:         https://mykulyn.com
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        mp
Domain Path:        /languages/
*/

.faq--list-item{
	display: block;
	padding: 30px 70px 30px 15px;
	margin-bottom: 20px;
	border: 2px solid #2a78ff;
	border-radius: 4px;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
	position: relative;
}
.faq--list-item::after{
	display: block;
	content: '';
	position: absolute;
	height: 60px;
	width: 60px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%232a78ff' d='M10 20A10 10 0 1 0 0 10a10 10 0 0 0 10 10zM8.711 4.3l5.7 5.766L8.7 15.711l-1.4-1.422 4.289-4.242-4.3-4.347z'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.mp-button--outline.cases-slider__btn {
	display: none !important;
}

