.tec-jovvie-connection__fee-note {

	> span {
		position: relative;

		span:first-child {
			color: #2271b1;
			text-decoration: underline;
			cursor: help;

			&:hover,
			&:focus {

				+ span {
					display: block;
				}
			}
		}

		span:last-child {
			position: absolute;
			top: calc(100% + 4px);
			left: 0;
			display: none;
			width: 250px;
			padding: 0.5rem;
			font-size: 12px;
			color: #fff;
			background: rgba(0, 0, 0, 0.8);
			border-radius: 4px;
		}
	}
}

.tec-jovvie-connection__main-content {
	margin-top: 1rem;
}

.tec-jovvie-connection__status {
	display: flex;
	align-items: center;
	font-weight: 600;
}

.tec-jovvie-connection__status-label {
	display: inline-block;
	margin-left: 0.5rem;
	padding: 0.25rem 0.5rem;
	color: #fff;
	background: #46b450;
	border-radius: 4px;
}

.tec-jovvie-connection__btn-wrap {
	margin-top: 1.5rem !important;
}

.tec-jovvie-connection__btn {
	display: inline-block;
	width: auto;
	min-width: 340px;
	padding: 15px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	border: 0;
	cursor: pointer;
}

.tec-jovvie-connection__or {
	margin-top: 1rem;
}

.tec-jovvie-connection__fields {
	margin-top: 1.5rem;
}

.tec-jovvie-connection__host_hidden {
	display: none !important;
}
