/* Center Style */
.style-square .block-quick-links__inner a {
	display: grid;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.style-square .block-quick-links__inner img {
	grid-area: 1 / 1 / 2 / 2;
	z-index: 1;
}

.style-square .block-quick-links__inner span {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	max-width: calc( 100% - 48px );
	margin: 0 auto;
	grid-area: 1 / 1 / 2 / 2;
	z-index: 2;
}
/* End Center Style */

.block-quick-links {
	--cwp-columns: 2;
	--cwp-gap: 8px;
}
.block-quick-links__inner {
	display: grid;
	grid-template-columns: repeat( var(--cwp-columns), minmax( 0, 1fr ) );
	gap: var(--cwp-gap);
	font-size: var(--wp--preset--font-size--small);
	text-align: left;
}

.block-quick-links__inner span {
	background: var(--wp--preset--color--background);
	display: inline-block;
	padding: 8px 12px;
	line-height: var(--wp--custom--line-height--small);
	font-family: var(--wp--custom--typography--interface--font-family);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	text-transform: var(--wp--custom--typography--interface--text-transform);
	font-size: var(--wp--preset--font-size--min);
}

.block-quick-links__inner a {
	color: var(--wp--preset--color--foreground);
	display: block;
	position: relative;
	font-weight: 700;
	text-decoration: none;
	z-index: 2;
}

.block-quick-links__inner img {
	z-index: 1;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.block-quick-links.style-circle {
	--cwp-columns: 3;
}

.block-quick-links.style-circle img {
	border-radius: 50%;
}

.block-quick-links.style-circle span {
	background: transparent;
}

.has-background .block-quick-links.style-circle span {
	color: inherit;
}

.style-circle .block-quick-links__inner {
	text-align: center;
}

.layout-flex .block-quick-links__inner a {
	flex-basis: 150px;
	flex-grow: 1;
}

@media only screen and (min-width: 600px) {

	.block-quick-links {
		--cwp-gap: 16px;
		--cwp-columns: 3;
	}

	.block-quick-links.style-circle {
		--cwp-columns: 4;
	}

	.layout-flex .block-quick-links__inner {
		display: flex;
	}
}

@media only screen and (max-width: 900px) {
	.layout-flex .block-quick-links__inner {
		flex-wrap: wrap;
	}
}
@media only screen and (min-width: 900px) {
	.block-quick-links {
		--cwp-columns: 4;
	}

	.block-quick-links.style-circle {
		--cwp-columns: 6;
	}
}
ul.social-links {
	padding-left: 0;
	display: flex;
}

ul.social-links.has-text-align-center {
	justify-content: center;
}

ul.social-links.has-text-align-right {
	justify-content: flex-end;
}

ul.social-links li {
	list-style-type: none;
}

ul.social-links a {
	color: inherit;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

ul.social-links svg {
	fill: currentColor;
	width: 20px;
	height: 20px;
}

.editor-styles-wrapper ul.social-links a {
	pointer-events: none;
}
.social-share__links{display:flex;gap:12px;align-items:center;}.block-social-share a{background:var(--wp--preset--color--foreground);padding:0;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;}.block-social-share svg{fill:var(--wp--preset--color--background);}.social-share__title{font-size:var(--wp--preset--font-size--tiny);margin-bottom:16px;}.social-share__title strong{display:block;font-family:var(--wp--custom--typography--heading--font-family);font-size:var(--wp--preset--font-size--big);font-weight:var(--wp--custom--typography--heading--font-weight);letter-spacing:var(--wp--custom--typography--heading--letter-spacing);line-height:var(--wp--custom--typography--heading--line-height);text-transform:var(--wp--custom--typography--heading--text-transform);}.editor-styles-wrapper .block-social-share a{pointer-events:none;}.wp-block-wp-tasty-tasty-links-featured{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:2rem auto;padding:1.5rem 1rem;}.wp-block-wp-tasty-tasty-links-featured>h1,.wp-block-wp-tasty-tasty-links-featured>h2,.wp-block-wp-tasty-tasty-links-featured>h3,.wp-block-wp-tasty-tasty-links-featured>h4,.wp-block-wp-tasty-tasty-links-featured>h5,.wp-block-wp-tasty-tasty-links-featured>h6{flex:0 0 100%;margin-bottom:1rem;text-align:center;}.wp-block-wp-tasty-tasty-links-featured .tasty-link-card{flex:0 0 50%;padding:.5rem .5rem 1.5rem;text-align:center;}@media screen and (min-width:500px){.wp-block-wp-tasty-tasty-links-featured .tasty-link-card{flex:0 0 33%;}}.wp-block-wp-tasty-tasty-links-featured .tasty-link-card p{font-size:1em;font-weight:700;margin-bottom:0;}.wp-block-wp-tasty-tasty-links-featured .tasty-link-card p a{color:initial;}.wp-block-wp-tasty-tasty-links-featured .tasty-link-card span{font-size:.9em;}.wp-block-wp-tasty-tasty-links-featured .tasty-link-card img{height:140px;margin:auto;-o-object-fit:contain;object-fit:contain;}.tasty-links-general-disclaimer{flex:0 0 100%;text-align:center;}.tasty-links-plug{align-items:center;display:flex;justify-content:center;margin:-1rem 0 2rem;}.tasty-links-plug img{display:block;margin-bottom:0;margin-left:.5rem;width:125px;}