/*# sourceMappingURL=privacy-button-styles.min.css.map */

.transcend-footer #footer-small-menu {
	display: flex;
	align-items: center;
}

.transcend-footer #footer-small-menu button.privacy-choices-button {
	width: 100%;
	line-height: normal;
}

.transcend-footer .et_pb_text_3_tb_footer.et_pb_text button.privacy-choices-button {
	color: #fff;
	text-decoration: underline;
	position: relative;
	padding-left: .5rem;
}

.transcend-footer .et_pb_text_3_tb_footer.et_pb_text button.privacy-choices-button:before {
	content: "";
	position: absolute;
	left: .25rem;
	top: .125rem;
	height: 80%;
	width: 1px;
	background-color: #fff;
}

.transcend-footer .et_pb_text_3_tb_footer.et_pb_text button.privacy-choices-button img {
	vertical-align: bottom;
}

.transcend-footer button.privacy-choices-button {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	align-items: center;
}

.transcend-footer button.privacy-choices-button:hover {
	cursor: pointer;
}

.transcend-footer button.privacy-choices-button img {
	width: 40px;
	height: auto;
	padding-right: .25rem;
}
