.acf-block-component.acf-block-preview.wp-block-acf-mdigi-cta {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.default-cta_holder {
	display: flex;
	width: 100%;
	margin: 0;
}

.default-cta_holder.layout-vertical {
	flex-wrap: wrap;
	max-width: 20rem;
}

.default-cta_holder.margin-top {
	margin-top: 3rem;
}

.default-cta_holder a {
	padding: 1rem 2rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: var(--text-size-90);
	width: auto;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 10%;
	background-color: var(--global-palette1);
	color: var(--global-palette5);
	border-radius: 0;
	border: 2px solid var(--global-palette1);
	text-align: center;
}

.default-cta_holder.layout-vertical a {
	width: 100%;
}

.default-cta_holder a:hover {
	transition: 0.3s all ease-in-out;
	background-color: var(--global-palette2);
	color: var(--global-palette3);
}

.default-cta_holder a.hover-dark:hover {
	background-color: var(--global-palette1);
	color: #fff;
}

.default-cta_holder a + a {
	margin-left: 1rem;
}

.default-cta_holder.layout-vertical a + a {
	margin-left: 0rem;
	margin-top: 1rem;
}

.default-cta_holder a.style-outline {
	background: none;
	color: var(--global-palette3, #222222);
}
.default-cta_holder a.style-outline:hover {
	background-color: #fff;
}

/* Colours */
.default-cta_holder a.style-fill.color-white {
	background-color: #fff;
	color: var(--global-palette3);
	border: 2px solid #fff;
}
.default-cta_holder a.style-fill.color-black {
	background-color: var(--global-palette3);
	border: 2px solid var(--global-palette3);
	color: var(--global-palette5);
}

.default-cta_holder a.style-fill.color-white:hover,
.default-cta_holder a.style-fill.color-black:hover {
	background-color: rgba(0, 0, 0, 0);
	color: var(--global-palette4);
}

/* Alignment */
.default-cta_holder.alignleft {
	justify-content: flex-start;
	margin-inline: 0;
}
.default-cta_holder.aligncenter {
	justify-content: center;
	margin-inline: 0;
}
.default-cta_holder.alignright {
	justify-content: flex-end;
	margin-inline: 0;
}

/* Rating */
.default-cta_holder.rating-show {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.default-cta_holder.rating-show .rating-information {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
}

.default-cta_holder.rating-show .rating-information img {
	max-height: 3rem;
	object-fit: contain;
	object-position: center;
	object-fit: contain;
}

@media screen and (max-width: 48rem) {
	.default-cta_holder {
		flex-wrap: wrap;
	}

	.default-cta_holder a + a {
		margin-left: 0;
		margin-top: 1rem;
	}

	.default-cta_holder a {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.default-cta_holder.rating-show {
		gap: 1rem;
	}

	.default-cta_holder.rating-show .rating-information {
		max-width: 85%;
		margin-inline: 0;
	}

	.default-cta_holder.rating-show .rating-information img {
		max-width: 45%;
	}
}
