.wptv-box {
	margin-top: 10px;
}
.wptv-send,
.wptv-check {
	cursor: pointer;
	padding: 10px 16px;
	border: 0;
	border-radius: 4px;
	font: inherit;
}
.wptv-send:disabled,
.wptv-check:disabled {
	opacity: .65;
	cursor: wait;
}
.wptv-code-wrap {
	margin-top: 12px;
}
.wptv-label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.wptv-code-row {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
.wptv-code {
	max-width: 180px;
}
.wptv-status {
	margin-top: 8px;
	font-size: .95em;
}
.wptv-status.is-error {
	color: #b42318;
}
.wptv-status.is-success {
	color: #067647;
	font-weight: 600;
}
.wptv-status.is-info {
	color: inherit;
}
