.ua-wn-box .ua-hide {
	display: none;
}

#webpushnotificationbox img {
	width: 100px;
}

.block-editor-page #webpushnotificationbox h2.hndle {
	color: #23282d;
	font-size: inherit;
}

.block-editor-page #webpushnotificationbox:not(.closed) h2.hndle {
	border-bottom-color: transparent;
}

.js.block-editor-page #webpushnotificationbox .toggle-indicator::before {
	border-radius: 0;
	color: #191e23;
	content: "\f343";
	font-size: 18px;
}

.js.block-editor-page #webpushnotificationbox.closed .toggle-indicator::before {
	content: "\f347";
}

.ua-text-required-error {
	color: #a00;
	padding-left: 5px;
	display: block;
}

.ua-wn-meta-data-row {
	margin-top: 12px;
}

.block-editor-page .ua-wn-meta-data-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
}

.block-editor-page .ua-wn-meta-data,
.block-editor-page .ua-wn-meta-data .ua-wn-meta-data-row {
	margin-top: 12px;
}

.ua-wn-meta-data-field {
	margin: 0;
}

.block-editor-page .ua-wn-meta-data-field {
	align-items: center;
	display: flex;
	flex: 0 0 100%;
	position: relative;
}

.block-editor-page .ua-wn-meta-data-field label {
	flex: 1;
}

.block-editor-page .ua-wn-meta-data-field input[type="checkbox"] {
	margin-right: 15px;
}

.ua-wn-meta-data-field input.large-text {
	width: 85%;
}

.block-editor-page .ua-wn-meta-data-field input.large-text {
	width: 99%;
}

.ua-wn-meta-data-description {
	margin-top: 0.2em;
}

.block-editor-page .ua-wn-meta-data-description {
	flex: 0 0 100%;
}

.ua-tooltip {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}

.block-editor-page .ua-tooltip {
	position: static;
}

.ua-tooltip::before {
	content: "\f223";
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ua-tooltip:hover .ua-tooltip-text {
	visibility: visible;
}

.ua-tooltip-text {
	visibility: hidden;
	width: 200px;
	display: inline-block;
	z-index: 10;
	background-color: #23282d;
	color: #fff;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	left: -190px;
	top: 20px;
}

.block-editor-page .ua-tooltip-text {
	left: auto;
	right: 3px;
	top: 25px;
}

.post-type-ua-push-notification .ua-tooltip-text {
	left: -100px;
}

.ua-wn-icon-options {
	margin: 12px 0 0;
}

.ua-wn-icon-options input[type=radio] ~ img {
	display: none;
}

.ua-wn-icon-options input[type=radio]:checked ~ img {
	display: block;
	width: 100px;
	height: auto;
	margin: 10px 0;
}
