.variations .label { position: relative; }

.fwo-label-help-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px !important;
	height: 26px !important;
	margin-left: .5rem;
	border-radius: 999px;
	border: 1px solid #d5d5d5;
	background: #d5d5d5;
	font-size: .8rem;
	line-height: 1;
	cursor: pointer;
	margin-bottom: 5px;
	padding: 10px;
	transition: all 0.3s;
}

.fwo-label-help-btn:hover {
	background: #ffdb1a;
	border: 1px solid #ffdb1a;
}
.fwo-label-help-btn[aria-expanded="true"] {
	background: #005e74;
	border: 1px solid #005e74;
	color: #FFF;
}
.fwo-label-help-content {
	font-weight: 400;
}

.fwo-label-help-popup {
  position:absolute; top:100%; left:0; z-index:50;
  max-width:70%; margin-top:.5rem; padding:.75rem .9rem;
  color: #FFF; background:#005e74; border:1px solid #005e74; border-radius:0;
  box-shadow:0 10px 20px rgba(0,0,0,.08);
}

@media screen and (max-width: 399px) {
	.fwo-label-help-popup {
	  max-width:100% !important;
	}
}
