/** @format */

/* Social Media */
.roedl_socialmedia {
	white-space: nowrap;
}

.roedl_socialmedia > :last-child {
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0px 0.4em;
}

.roedl_socialmedia [data-socialmedia] {
	width: 2em;
	height: 2em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
