.editor-styles-wrapper{
	.support{
		padding: var(--section-padding);
		background: var(--wp--preset--color--background-colors-bg-light-1);
	}
	.support .links{
		margin-top: 60px;
	}
	.support .links .row{
		gap: 24px 0;
	}
	.support .links a{
		display: flex;
		flex-direction: column;
		height: 100%;
		background: #FFF;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20), 0px 4.5px 0.5px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #F2F2F2;
		text-decoration: none;
	}
	.support .links .icon{
		aspect-ratio: 21/12;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--wp--preset--color--main-colors-slate);
	}
	.support .links .icon img:not([src$=svg]){
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.support .links .icon img[src$=svg]{
		max-width: min( 180px, 50% );
		max-height: min( 130px, 70% );
	}
	.support .links .inner{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		padding: 24px;
	}
	.support .links .more{
		margin-top: auto;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.7143;
		letter-spacing: 0.12em;
		color: var(--wp--preset--color--main-colors-orange);
		text-transform: uppercase;
	}
}