.nb_AuthorProfile {
	.author_image {
		.components-button:focus:enabled {
			box-shadow: none;
		}
	}
}

.nb_AuthorProfile_Vertical {
	.editor-rich-text__tinymce[data-is-placeholder-visible="true"]
		+ .editor-rich-text__tinymce {
		padding: 0;
	}
}

.profileSocialIconIndicator {
	.iconIndicator {
		width: 28px;
		height: 26px;
		margin-right: 0.8rem;
		border: 1px solid #dadada;
		display: inline-block;
		margin-top: 7px;
		cursor: pointer;
		background-image: url("../src/blocks/block-profile/image/social-bg.png");
	}
}

.profileIconColor {
	margin: 0 0 15px 0;
	border-bottom: dashed 2px #ddd;
}

.profileIconColor:nth-last-child(1) {
	border: none;
	margin: 0;
}

.profileSocialItem {
	margin: 0;
	.components-base-control {
		margin: 0px 0 7px 0 !important;
	}
}

// InspectorControls
.profileTypography {
	// Submenu Items
	.subTitle {
		h2 {
			padding-left: 10px;
			.components-panel__body-toggle {
				color: #949292;
			}
			button:focus:not(:disabled):not([aria-disabled="true"]) {
				// color: red;
				border: none;
				box-shadow: none;
				outline-offset: -2px;
				outline: none;
			}
			&:hover {
				background: none;
			}
		}
	}
}
