.gmscp-social-link-missing {
	display: none !important;
}

.gmscp-profile-picture-missing {
	display: none !important;
}

.gms-social-links-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 4vw, 72px);
	max-width: 100%;
	overflow: visible;
}

.gms-social-links-row > .et_pb_row,
.gms-social-links-row .et_pb_row:has(.gms-social-image),
.et_pb_row:has(.gms-social-image) {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 4vw, 72px);
	max-width: 100%;
	overflow: visible;
}

.gms-social-links-row::after {
	display: none;
}

.gms-social-links-row > .et_pb_row::after,
.gms-social-links-row .et_pb_row:has(.gms-social-image)::after,
.et_pb_row:has(.gms-social-image)::after {
	display: none;
}

.gms-social-links-row .et_pb_column,
.et_pb_row:has(.gms-social-image) .et_pb_column {
	float: none !important;
	display: flex;
	flex: 0 1 auto !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	justify-content: center;
}

.gms-social-links-row .et_pb_module.gms-social-image,
.gms-social-links-row .et_pb_module:has(.gms-social-image),
.et_pb_row:has(.gms-social-image) .et_pb_module.gms-social-image,
.et_pb_row:has(.gms-social-image) .et_pb_module:has(.gms-social-image) {
	width: clamp(46px, 14vw, 150px) !important;
	max-width: 150px;
	margin-bottom: 0 !important;
}

.gms-social-links-row .gms-social-image img,
.gms-social-links-row img.gms-social-image,
.et_pb_row:has(.gms-social-image) .gms-social-image img,
.et_pb_row:has(.gms-social-image) img.gms-social-image {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.gms-social-links-row .gmscp-social-column-missing,
.et_pb_row:has(.gms-social-image) .gmscp-social-column-missing {
	display: none !important;
}

@media (max-width: 767px) {
	.gms-social-links-row,
	.gms-social-links-row > .et_pb_row,
	.gms-social-links-row .et_pb_row:has(.gms-social-image),
	.et_pb_row:has(.gms-social-image) {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: clamp(10px, 3vw, 18px);
	}

	.gms-social-links-row .et_pb_column,
	.et_pb_row:has(.gms-social-image) .et_pb_column {
		float: none !important;
		clear: none !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.gms-social-links-row .et_pb_module.gms-social-image,
	.gms-social-links-row .et_pb_module:has(.gms-social-image),
	.et_pb_row:has(.gms-social-image) .et_pb_module.gms-social-image,
	.et_pb_row:has(.gms-social-image) .et_pb_module:has(.gms-social-image) {
		width: clamp(42px, 16vw, 86px) !important;
	}
}
