.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-contacts {
	background: #ccc;
	padding: 20px;
	position: relative;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-contacts.is-selected {
	border: 3px dashed #111;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-contacts.is-selected:before {
	content: 'Please choose the contact in the right sidebar';
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.profile {
	container-type: inline-size;
	container-name: sidebar;
}

.profile .profile-column {
	max-width: 600px;
	padding: 20px 40px 20px 20px;
}

.profile>*>.profile-img,
.profile>*>*>.bg-cover {
	width: 75px;
}

.profile>*>*>.bg-cover {
	background-position: center;
	height: 100px;
}

.profile>*>*:nth-child(2) {
	max-width: 100%;
	width: calc(100% - 75px);
}

.profile > * {
	background: #f1f1f1;
}

p.contact-name,
#primary p.contact-name,
.layer p.contact-name {
	font-family: 'GT America Condensed Medium', sans-serif !important;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.profile p:not(.contact-name),
#primary .profile p:not(.contact-name),
.layer .profile p:not(.contact-name) {
	font-family: "GT America", serif !important;
}

.profile p span {
	line-height: 1;
}

.profile p span:first-of-type {
	margin: 0 4px 0 0;
}

.profile p span:last-of-type {
	margin: 0;
}

.profile p .icon-smart-phone:before {
	font-size: 1.5em;
	margin-right: 9px;
	position: relative;
	top: 4px;
	left: 3px;
}

.profile p .fa-email:before {
	font-size: .8em;
	margin-right: 9px;
	position: relative;
	top: 2px;
	left: 2px;
}

.profile ul {
	padding: 0;
}

.fa.fa-location:before {
	font-family: "icomoon2" !important;
    content: "\e90a" !important;
}
.fa.fa-tiktok:before {
  content: "\e953";
  font-family: "icomoon"; }

.fa.fa-facebook-f:before,
.fa.fa-facebook:before {
  content: "\ea90";
  font-family: "icomoon"; }

.fa.fa-pinterest-f:before,
.fa.fa-pinterest:before {
  content: "\ead2";
  font-family: "icomoonpin"; }

.fa.fa-twitter:before {
  content: "\ea96";
  font-family: "icomoon"; }

.fa.fa-instagram:before {
  content: "\ea92";
  font-family: "icomoon"; }

.fa.fa-youtube:before {
  content: "\ea9d";
  font-family: "icomoon"; }

.fa.fa-flickr:before {
  content: "\eaa5";
  font-family: "icomoon"; }

.fa.fa-linkedin:before {
  content: "\eac9";
  font-family: "icomoon"; }

.fa.fa-tumblr:before {
  content: "\eaba";
  font-family: "icomoon"; }

.fa.fa-wordpress:before {
  content: "\eab4";
  font-family: "icomoon"; }

.fa.fa-rss:before {
  content: "\ea9c";
  font-family: "icomoon"; }

.fa.fa-print:before {
  content: "\e954";
  font-family: "icomoon"; }

.fa.fa-email:before {
  content: "\ea84";
  font-family: "icomoon"; }

.fa.fa-snapchat-ghost:before {
  content: "\f2ac";
  font-family: "icomoon"; }

@container sidebar (max-width: 550px) {
	.profile .profile-column {
		padding: 20px 20px 60px;
	}
	.profile>*>.profile-img,
	.profile>*>*>.bg-cover {
		width: 100px;
	}
	.profile>*>*>.bg-cover {
		height: 125px;
	}
	.profile>*>*:nth-child(2) {
		font-size: 90%;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	p.contact-name, 
	#primary p.contact-name, 
	.layer p.contact-name,
	.profile p:not(.contact-name), 
	#primary .profile p:not(.contact-name), 
	.layer .profile p:not(.contact-name) {
		padding-left: 0;
	}
	.profile>*>*>ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: 40px;
			left: 0;
			bottom: 0;
			top: auto;
		width: 100%;
	}
	.flex-item {
	    flex: 1;
	}
}