/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wtd-single-faq-wrap {
	border: 1px solid #ddd;
	.wtd-faq-title {
		display: flex;
		padding: 10px;
		flex-direction: row;
		align-items: center;
		background-color: #f9f9f9;
		cursor: pointer;

		.wtd-faq-icon {
			padding: 10px;
			font-size: 18px;
			font-weight: 700;
		}
		h5 {
			margin: 0 !important;
			padding: 10px;
		}
	}
	.wtd-faq-content {
		padding: 0px 16px;
		padding-bottom: 10px;
		display: none;
	}
}
