.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 !important;
	font-weight: 600;
	line-height: 1;
	transition: background-color 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 {
	background-color: color-mix(in srgb, #63c37b, #000 12%);
}

.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: background-color 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 {
	background-color: color-mix(in srgb, #ff704b, #000 12%);
}

/* Media & Text rounded style */

.wp-block-media-text.is-style-rounded .wp-block-media-text__media {
	border-radius: 32px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.wp-block-media-text.is-style-rounded .wp-block-media-text__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-media-text.is-style-rounded.is-image-fill-element > .wp-block-media-text__media {
	aspect-ratio: 1 / 1;
}

.wp-block-media-text.is-style-rounded.is-stacked-on-mobile > .wp-block-media-text__media {
	grid-row: 2;
}

.wp-block-media-text.is-style-rounded.is-stacked-on-mobile > .wp-block-media-text__content {
	grid-row: 1;
}

.wp-block-media-text.is-style-rounded .wp-block-media-text__content {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 600px) {
	.wp-block-media-text.is-style-rounded.is-stacked-on-mobile > .wp-block-media-text__media,
	.wp-block-media-text.is-style-rounded.is-stacked-on-mobile > .wp-block-media-text__content {
		grid-row: unset;
	}

	.wp-block-media-text.is-style-rounded .wp-block-media-text__media {
		border-radius: 48px;
	}

	.wp-block-media-text.is-style-rounded.is-image-fill-element > .wp-block-media-text__media {
		aspect-ratio: 623 / 470;
	}

	.wp-block-media-text.is-style-rounded .wp-block-media-text__content {
		padding: 80px 8%;
	}
}

/* Check green list style */

#main ul.is-style-check-green:not(#_),
ul.is-style-check-green.wp-block-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-inline-start: 0 !important;
}

ul.is-style-check-green > li,
ul.is-style-check-green > .wp-block-list-item {
	position: relative !important;
	padding-left: 48px !important;
	padding-top: 4px !important;
	min-height: 32px !important;
	margin-top: 0 !important;
	margin-bottom: 32px !important;
	list-style-type: none !important;
	font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.32px;
	color: #0d1355;
}

ul.is-style-check-green > li:last-child,
ul.is-style-check-green > .wp-block-list-item:last-child {
	margin-bottom: 0 !important;
}

ul.is-style-check-green > li::marker,
ul.is-style-check-green > .wp-block-list-item::marker {
	content: none !important;
}

ul.is-style-check-green > li::before,
ul.is-style-check-green > .wp-block-list-item::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	top: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #eff9f2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.7619 9.44444C4.47619 9.44444 4.28571 9.35 4.09524 9.16111L0.285714 5.38333C-0.0952381 5.00556-0.0952381 4.43889 0.285714 4.06111C0.666667 3.68333 1.2381 3.68333 1.61905 4.06111L4.7619 7.17778L11.7143 0.283333C12.0952-0.0944444 12.6667-0.0944444 13.0476 0.283333C13.4286 0.661111 13.4286 1.22778 13.0476 1.60556L5.42857 9.16111C5.23809 9.35 5.04762 9.44444 4.7619 9.44444Z' fill='%2363c37b'/%3E%3C/svg%3E") center / 14px no-repeat;
}
