.site__main:not(.post) > [class*="wp-block-sporteasy"] {
	margin: 0 16px !important;

	@media screen and (min-width: 998px){
		margin: 0 auto !important;
	}
}

/* Pill button styles */

.wp-block-button.is-style-pill-white .wp-element-button,
.wp-block-button.is-style-pill-white .wp-block-button__link {
	background: #fff;
	border: 1px solid #dadfe6;
	border-radius: 999px;
	color: #0d1355;
	padding: 15px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	transition: background 150ms ease;
}

.wp-block-button.is-style-pill-white .wp-element-button:hover,
.wp-block-button.is-style-pill-white .wp-block-button__link:hover {
	background: #f4f5f7;
}

.wp-block-button.is-style-pill-green .wp-element-button,
.wp-block-button.is-style-pill-green .wp-block-button__link {
	background: #63c37b;
	border: none;
	border-radius: 999px;
	color: #fff;
	padding: 15px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	transition: opacity 150ms ease;
}

.wp-block-button.is-style-pill-green .wp-element-button:hover,
.wp-block-button.is-style-pill-green .wp-block-button__link:hover {
	opacity: 0.85;
}

.wp-block-button.is-style-pill-orange .wp-element-button,
.wp-block-button.is-style-pill-orange .wp-block-button__link {
	background: #ff704b;
	border: none;
	border-radius: 999px;
	color: #fff;
	padding: 15px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	transition: opacity 150ms ease;
}

.wp-block-button.is-style-pill-orange .wp-element-button:hover,
.wp-block-button.is-style-pill-orange .wp-block-button__link:hover {
	opacity: 0.85;
}
