.editor-styles-wrapper{
	.software{
		padding: var(--section-padding);
		background: var(--wp--preset--color--font-colors-font-light-1);
	}
	.software.has-label{
		background: var(--wp--preset--color--background-colors-bg-light-1);
	}
	.software h1{
		margin-bottom: 60px;
	}
	.software .row .row{
		gap: 48px 0;
	}
	.software a.item{
		display: flex;
		flex-direction: column;
		max-width: 422px;
		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;
	}
	.software a.item .inner{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		padding: 24px;
	}
	.software a.item .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;
	}
}