.wp-block-social-links {
	--list-margin: 0;
	--list-item-margin-bottom: 0;
	--row-gap: var(--spacing-xxs);
	--column-gap: var(--spacing-xxs);

	&.is-style-no-background {

		.wp-social-link {
			color: currentColor;
			background-color: transparent;
		}
	}
}
