.vc_toggle {
	margin-bottom: 48px;

	.vc_toggle_content {
		padding-left: 0 !important;
		margin-bottom: 0;
		margin-top: 1.3em;
		p + p {
			margin-bottom: 0;
		}
	}

	&.vc_toggle_size_md {
		font-size: 18px;

		.vc_toggle_icon {
			height: 1px;

			&:before {
				width: 1px;
			}
		}

		.vc_toggle_content {
			font-size: 15px;
			line-height: 1.6;
		}
	}

	&.vc_toggle_default {
		.vc_toggle_icon {
			position: static !important;
		}
		.vc_toggle_title {

			@include d-flex();
			@include flex-flow-row();
			@include justify-content-between();
			@include align-items-center();
			padding-left: 0;
			border-bottom: 1px solid var(--g5-color-border);
			padding-bottom: 10px;
		}

		h4 {
			margin-bottom: 0;
		}
	}

	.vc_toggle_title {
		font-size: inherit;

		h4 {
			font-size: inherit;
		}
	}
}
