.wdt-social-networks-new {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: var(--wdt-sn-gap, 24px);
	width: 100%;
}

.wdt-social-networks-new--align-left {
	justify-content: flex-start;
}

.wdt-social-networks-new--align-right {
	justify-content: flex-end;
}

.wdt-social-networks-new--item-align-start .wdt-social-networks-new__item {
	align-items: flex-start;
}

.wdt-social-networks-new--item-align-end .wdt-social-networks-new__item {
	align-items: flex-end;
}

.wdt-social-networks-new--item-align-stretch .wdt-social-networks-new__item {
	align-items: stretch;
}

.wdt-social-networks-new--item-justify-start .wdt-social-networks-new__item {
	justify-content: flex-start;
}

.wdt-social-networks-new--item-justify-center .wdt-social-networks-new__item {
	justify-content: center;
}

.wdt-social-networks-new--item-justify-end .wdt-social-networks-new__item {
	justify-content: flex-end;
}

.wdt-social-networks-new--item-justify-between .wdt-social-networks-new__item {
	justify-content: space-between;
}

.wdt-social-networks-new--item-justify-around .wdt-social-networks-new__item {
	justify-content: space-around;
}

.wdt-social-networks-new--item-justify-evenly .wdt-social-networks-new__item {
	justify-content: space-evenly;
}

.wdt-social-networks-new__item {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 72px;
	max-width: 100%;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s ease;
}

a.wdt-social-networks-new__item:hover,
a.wdt-social-networks-new__item:focus {
	opacity: 0.75;
	text-decoration: none;
	color: inherit;
}

.wdt-social-networks-new__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--wdt-sn-icon-size, 48px);
	height: var(--wdt-sn-icon-size, 48px);
	margin-bottom: 8px;
}

.wdt-social-networks-new__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wdt-social-networks-new--icon-fill .wdt-social-networks-new__icon--filled:not(.wdt-social-networks-new__icon--svg) {
	background-color: var(--wdt-sn-icon-color, #000);
}

.wdt-social-networks-new--icon-fill .wdt-social-networks-new__icon--filled.wdt-social-networks-new__icon--svg {
	background-color: var(--wdt-sn-icon-color, #000) !important;
	-webkit-mask: var(--wdt-sn-icon-mask) no-repeat center / contain;
	mask: var(--wdt-sn-icon-mask) no-repeat center / contain;
}

.wdt-social-networks-new--icon-fill .wdt-social-networks-new__icon--filled .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.wdt-social-networks-new--no-labels .wdt-social-networks-new__icon {
	margin-bottom: 0;
}

.wdt-social-networks-new__label {
	flex: 1 1 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	line-height: 1.3;
	word-break: break-word;
}
