.#{$prefix} {
	$h: &;
	& #{$h}-faq {
		width: 100%;
		display: flex;
		flex-direction: column;
		// gap: 0.625rem;
		// margin-bottom: 1rem;
		&-content {
			flex: 1;
		}
		&-wrap {
			position: relative;
			display: flex;
			flex-direction: column;
			gap: 0.5rem;
			padding: 1rem 2.5rem;
			border: 1px solid rgb(var(--wpt-lms-input-border));
			border-radius: 0.188rem;
			background-color: rgb(var(--wpt-lms-white));
			margin-bottom: 1rem;
		}
		label {
			font-size: 0.75rem;
		}
		textarea,
		input {
			width: 100% !important;
		}
	}
}
