[dir] .layout-customer-base-content-header {
	margin-bottom: var(--spacing-07);
}

[dir] .layout-customer-base-content-header.layout-customer-base-content-header--no-margin {
	margin-bottom: 0;
}

[dir] .layout-customer-base-content-header__content-header {
	margin-bottom: 0;
}

.layout-customer-base {
	--layout-customer-base-button-tertiary-marginless-vertical-padding: var(--spacing-02);
}

.layout-customer-base-content {
	min-height: 35rem;
}

[dir=ltr] .layout-customer-base-content--full {
	padding-left: 0;
	padding-right: 0;
}

[dir=rtl] .layout-customer-base-content--full {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (min-width: 48rem) {
	.layout-customer-base {
		--layout-customer-base-button-tertiary-marginless-vertical-padding: 0.625rem;
	}

	.layout-customer-base-content--full {
		max-width: 100%;
	}

	[dir=ltr] .layout-customer-base-content--full {
		margin-left: 0;
		margin-right: 0;
	}

	[dir=rtl] .layout-customer-base-content--full {
		margin-right: 0;
		margin-left: 0;
	}
}

.layout-customer-base-header__logo--hidden {
	display: none;
}

[dir] .layout-customer-base-docked-container__wrapper {
	padding: 0;
}

.layout-customer-base-docked-container__toast {
	display: block;
	width: 100%;
}

.customer-page--docked-layout .accessibility-widget-button {
	/* stylelint-disable-next-line declaration-no-important */
	bottom: 11.875rem !important;
}

@media screen and (min-width: 48rem) {
	.customer-page--docked-layout .accessibility-widget-button {
		/* stylelint-disable-next-line declaration-no-important */
		bottom: 8.125rem !important;
	}
}

.contact-form-builder .form__column[data-name='privacyCheck'] {
	flex-basis: 100%;
}[dir] .contact-form-builder .form__column[data-name='privacyCheck'] {
	margin-top: var(--spacing-02);
}

.contact-form-builder__field--full-width {
	width: 100%;
}

