#wpwrap {
	background-color: #FFFFFF;
}

#successfully-connected {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 80px;


	.wrapper {
		border: 1px solid #DDDDDD;
		border-radius: 4px;
		padding: 40px 32px;
		width: 544px;
		box-sizing: border-box;
		background: #FFFFFF;
	}

	.logo-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 164px;
		margin-bottom: 32px;
		justify-self: center;
	}

	.logo {
		border: 1px solid #DDDDDD;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 56px;
		height: 56px;
	}

	.title {
		font-weight: 500;
		font-size: 20px;
		line-height: 24px;
		color: #1E1E1E;
		margin: 0 0 16px 0;
	}

	.description {
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
		color: #1E1E1E;
		margin: 0;
	}

	.links-wrapper {
		margin-top: 32px;
	}

	.link-line {
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #1E1E1E;
		padding: 16px 0;
		border-bottom: 1px solid #DDDDDD;

		&:last-child {
			border-bottom: 0;
		}
	}

	.link-line-left-column {
		display: flex;
	}

	.link-image {
		margin-right: 8px;
	}

	.link-paragraph {
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
		color: #1E1E1E;
		margin: 0;
	}

	.link-anchor {
		color: #3858E9;
		text-decoration: none;
		box-shadow: none;
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;

		&:hover {
			text-decoration: underline;
		}
	}

	.divider {
		width: 126px;
		height: 1px;
		background-color: #DDDDDD;
		justify-self: center;
		margin-top: 40px;
		margin-bottom: 25px;
	}

	.footer-title {
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
		color: #1E1E1E;
		margin: 0;
	}

	.footer-description {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		color: #1E1E1E;
		margin: 0;
	}

	.footer-anchor {
		color: #3858E9;
		text-decoration: none;
		box-shadow: none;
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;

		&:hover {
			text-decoration: underline;
		}
	}

	.button-disconnect {
		margin-top: 32px;
		color: #CC1818;
		box-shadow: none;
		font-weight: 400;
		font-size: 13px;
		line-height: 20px;
	}
}
