/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-um-coe-cm-experts {
	background-color: var(--wp-admin-theme-color);
	color: #fff;
	padding: 2px;
}

.wp-block-umcoecm-experts img {
	border-radius: 100%;
	width: 56px;
	transition: all 0.35s;
}

.wp-block-umcoecm-experts.tooltip {
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 0 2px;
	display: inline-block;
	margin: 0 0.25em;
}

.wp-block-umcoecm-experts.tooltip a {
	box-shadow: none;
}

.wp-block-umcoecm-experts.tooltip .tooltip-text__details {
	margin-top: 1em;
	padding-top: 1em;
	border-top: solid 1px #131516;
}

.wp-block-umcoecm-experts.tooltip .tooltip-text {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	visibility: hidden;
	width: 160px;
	background-color: #fff;
	border: solid 1px #000;
	color: #000;
	text-align: left;
	padding: 0.75em;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
	opacity: 0;
	transition: 0.3s;
	transform: translate3d(0, 20px, 0);
}

.wp-block-umcoecm-experts.tooltip .tooltip-text .tooltip-text__name {
	border-bottom: solid 1px #ffcb05;
	text-transform: uppercase;
	font-size: 16px;
}

.wp-block-umcoecm-experts.tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.wp-block-umcoecm-experts.tooltip:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.wp-block-umcoecm-experts.tooltip:hover img {
	box-shadow: 0 0 6px 6px rgba(42, 89, 147, 1);
}

.wp-block-umcoecm-experts.aligncenter {
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 576px) {

	.wp-block-umcoecm-experts {
		display: flex;
		flex-direction: column;
		float: right;
	}
}

@media screen and (max-width: 768px) {

	.wp-block-umcoecm-experts.tooltip:hover .tooltip-text {
		visibility: hidden;
	}
}

