/* FAQ — desktop styles
 * Lifted from css/pricing_version_desktop.css L591–688.
 * Ticket: #15186 — Adding FAQ section.
 */

.faq {

	padding: 100px calc((100% - 1200px)/ 2);
}

.faq h2 {
	display: block;
	text-align: center;
	color: #32b4a6;
	font-size: 36px;
	position: relative;
}

.faq > div {
	margin-top: 2em;
}

.tab_link {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	color: #292929;
	padding: 0.9em 1em 0.9em 0.5em;
	border-bottom: 1px solid #e6e6e6;
	transition: all 0.3s;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	background-color: white;
	transition: all 0.3s;
}

.tab_link.active {
	background-color: #49C9BB;
	color: white;
	transition: all 0.3s;
}

.tab_link:after {
	content: "";
	background-image: url(/wp-content/themes/angelsense/images/home-page/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	width: 20px;
	height: 20px;
	position: absolute;
	transition: all 0.3s;
}

.tab_link.active:after {
	background-image: url(/wp-content/themes/angelsense/images/home-page/arrow-right-white.svg);
}

.preview {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.preview.active {
	opacity: 1;
	max-height: 550px;
	visibility: visible;
}

.preview .content {
	padding: 1em;
	background-color: #EFEFF4;
}

.preview .content p {
	color: #292929;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
}

.preview .content ul {
	list-style: none;
}

.preview .content ul li {
	color: #292929;
	text-align: left;
	line-height: 28px;
	position: relative;
	padding-left: 16px;
}

.preview .content ul li::before {
	content: '•';
	color: #49C9BB;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
}

.preview .content a {
	text-decoration: underline;
	color: #49C9BB;
	font-weight: 600;
}
