/*
Theme Name: YAFSE MainWP
Theme URI: https://yafse.com/
Description: Minimal child theme for the YAFSE MainWP dashboard.
Author: Clinton
Author URI: https://abcdigital.ie/
Template: twentytwentythree
Version: 1.0.0
Text Domain: yafse-mainwp
*/

/*
 * Custom front-end styles.
 */

.yafse-information {
	max-width: 700px;
	margin: 25px 0;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.yafse-information summary {
	position: relative;
	padding: 15px 50px 15px 18px;
	background: #f6f7f7;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.yafse-information summary::-webkit-details-marker {
	display: none;
}

.yafse-information summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 400;
}

.yafse-information[open] summary::after {
	content: "−";
}

.yafse-information-content {
	padding: 18px;
	border-top: 1px solid #c3c4c7;
}

.yafse-information-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.yafse-information-content li {
	margin-bottom: 12px;
}

.yafse-information-content li:last-child {
	margin-bottom: 0;
}

.yafse-information-content a {
	color: #2271b1;
	text-decoration: none;
}

.yafse-information-content a:hover,
.yafse-information-content a:focus {
	text-decoration: underline;
}

.yafse-mainwp-button {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 4px;
	background: #2271b1;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
}

.yafse-mainwp-button:hover,
.yafse-mainwp-button:focus {
	background: #135e96;
}