.wpst-subscriptions-admin .wpst-tab-intro {
	max-width: 900px;
	margin: 0 0 1.25em;
}

.wpst-subscriptions-admin .form-table th,
.wpst-subscriptions-admin .cmb2-metabox .cmb-th,
.wpst-subscriptions-admin .cmb2-metabox .cmb-td,
.wpst-subscriptions-admin .cmb2-metabox .cmb-row,
.cmb2-options-page .cmb2-metabox .cmb-th,
.cmb2-options-page .cmb2-metabox .cmb-td,
.cmb2-options-page .cmb2-metabox .cmb-row {
	overflow: visible;
}

.wpst-field-help-wrap {
	display: inline;
	position: relative;
	margin-left: 0;
	vertical-align: baseline;
	cursor: help;
}

.wpst-field-help-label {
	display: inline;
}

.wpst-field-help-wrap:hover .wpst-field-help-label,
.wpst-field-help-wrap:focus-within .wpst-field-help-label {
	color: #2271b1;
}

.wpst-field-help {
	display: inline-block;
	position: relative;
	color: #646970;
	font-size: 16px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor: help;
	outline: none;
	vertical-align: middle;
	margin-left: 4px;
}

.wpst-field-help-wrap:hover .wpst-field-help,
.wpst-field-help-wrap:focus-within .wpst-field-help {
	color: #2271b1;
}

.wpst-field-help__tooltip {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%);
	z-index: 100000;
	display: none;
	width: max-content;
	max-width: 280px;
	padding: 8px 10px;
	border-radius: 4px;
	background: #1d2327;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	white-space: normal;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.wpst-field-help__tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #1d2327;
}

.wpst-field-help-wrap:hover .wpst-field-help__tooltip,
.wpst-field-help-wrap:focus-within .wpst-field-help__tooltip {
	display: block;
}

.wpst-subscriptions-admin .form-table th label,
.cmb2-options-page .cmb2-metabox .cmb-th label {
	display: inline;
}

.cmb2-options-page .cmb-th label .wpst-field-help-wrap {
	vertical-align: middle;
}
