.um-profile-body.main .um-profile-note,
.um-profile-body.main .um-row {
	display: none !important;
}

.um.um-profile .um-profile-body.main {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 18px 20px 22px;
	box-sizing: border-box;
}

.fkg-about {
	position: relative;
	margin: 0;
	padding: 0;
}

.fkg-about,
.fkg-about__edit,
.fkg-about__view,
.fkg-about__content,
.fkg-about__editor,
.fkg-about .wp-editor-wrap,
.fkg-about .wp-editor-container,
.fkg-about .mce-tinymce {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
}

.fkg-about[data-editing="0"] .fkg-about__edit {
	display: none !important;
}

.fkg-about__content {
	color: #3d3834;
	font-size: 1.05rem;
	line-height: 1.6;
}

.fkg-about__content > *:first-child {
	margin-top: 0;
}

.fkg-about__content > *:last-child {
	margin-bottom: 0;
}

.fkg-about__content h1,
.fkg-about__content h2,
.fkg-about__content h3,
.fkg-about__content h4 {
	margin: 0 0 0.35em;
	line-height: 1.25;
}

.fkg-about__content p {
	margin: 0 0 0.55em;
}

.fkg-about__empty {
	margin: 0 0 1rem;
	color: #6f6862;
	font-size: 1.05rem;
}

.fkg-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 1.25rem 0 0;
}

.fkg-about__btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 4px;
	background: #a44027;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.fkg-about__btn:hover,
.fkg-about__btn:focus {
	background: #8c3420;
	color: #fff;
}

.fkg-about__btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

.fkg-about__btn--ghost {
	background: transparent;
	color: #a44027;
	box-shadow: inset 0 0 0 1px #a44027;
}

.fkg-about__btn--ghost:hover,
.fkg-about__btn--ghost:focus {
	background: #f7efe9;
	color: #8c3420;
}

.fkg-about__editor {
	background: #fff;
}

.fkg-about .wp-editor-wrap {
	width: 100%;
}

.fkg-about__preview {
	padding: 16px 18px;
	border: 1px solid #eeeae4;
	border-radius: 8px;
	background: #faf6f3;
}

.fkg-about__preview-label {
	margin: 0 0 10px;
	color: #a44027;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fkg-about__status {
	margin: 12px 0 0;
	color: #2f6f3e;
	font-size: 14px;
}

.fkg-about__status.is-error {
	color: #a44027;
}
