[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;
	}
}

.request-type-section {
	width: 100%;
}

.request-type-section__title {
	font-size: var(--font-size-title-m);
	line-height: var(--line-height-title-m);
	letter-spacing: var(--letter-spacing-title-m);
	text-transform: var(--text-transform-title-m);
	font-stretch: var(--font-stretch-title-m);
	font-weight: var(--font-weight-title-m);
}

[dir] .request-type-section__title {
	margin-bottom: var(--spacing-01);
}

.request-type-section__text-input {
	width: 100%;
}

[dir] .request-type-section__checkbox {
	padding-top: var(--spacing-04);
}

.request-type-section__link {
	font-size: var(--font-size-label-s);
	text-decoration: underline;
	text-transform: none;
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

[dir=ltr] .request-type-section__link {
	padding-right: var(--spacing-06);
}

[dir=rtl] .request-type-section__link {
	padding-left: var(--spacing-06);
}

.request-type-section__checkbox--not-sell {
	width: 100%;
}

[dir] .request-type-section__checkbox--not-sell {
	margin-bottom: var(--spacing-04);
	padding-top: var(--spacing-04);
}

@media screen and (min-width: 64rem) {
	[dir] .request-type-section__checkbox {
		padding-top: var(--spacing-05);
	}
}

.personal-information-section__section {
	width: 100%;
}[dir] .personal-information-section__section {
	margin-top: var(--spacing-08);
}

[dir] .personal-information-section__section:not(:first-child) {
	margin-top: var(--spacing-08);
}

.personal-information-section__title {
	font-size: var(--font-size-title-m);
	line-height: var(--line-height-title-m);
	letter-spacing: var(--letter-spacing-title-m);
	text-transform: var(--text-transform-title-m);
	font-stretch: var(--font-stretch-title-m);
	font-weight: var(--font-weight-title-m);
}

.personal-information-section__form-field {
	width: 100%;
}

[dir] .personal-information-section__form-field {
	margin-bottom: var(--spacing-04);
	margin-top: var(--spacing-02);
}

.personal-information-section__checkbox {
	width: 100%;
}

[dir] .personal-information-section__checkbox {
	margin-top: var(--spacing-07);
}

@media screen and (min-width: 64rem) {
	[dir] .personal-information-section__section {
		margin-top: var(--spacing-09);
	}

	[dir] .personal-information-section__form-field {
		margin-top: var(--spacing-04);
	}

	[dir=ltr] .personal-information-section__checkbox:last-child {
		padding-right: 0;
	}

	[dir=rtl] .personal-information-section__checkbox:last-child {
		padding-left: 0;
	}
}

.privacy-rights-request-view__acknowledgment-title {
	font-size: var(--font-size-title-m);
	line-height: var(--line-height-title-m);
	letter-spacing: var(--letter-spacing-title-m);
	text-transform: var(--text-transform-title-m);
	font-stretch: var(--font-stretch-title-m);
	font-weight: var(--font-weight-title-m);
}[dir] .privacy-rights-request-view__acknowledgment-title {
	padding-bottom: var(--spacing-03);
	padding-top: var(--spacing-06);
}

.privacy-rights-request-view__acknowledgment-description {
	font-size: var(--font-size-body-m);
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	font-stretch: var(--font-stretch-body-m);
	font-weight: var(--font-weight-body-m);
}

[dir] .privacy-rights-request-view .request-type-section__checkbox {
	margin-bottom: 0;
}

[dir] .privacy-rights-request-view .request-type-section__text-input {
	margin-bottom: var(--spacing-04);
	margin-top: var(--spacing-02);
}

.privacy-rights-request-view .form__footer {
	width: 100%;
}

[dir] .privacy-rights-request-view .form__footer {
	margin-top: var(--spacing-08);
}

[dir] .privacy-rights-request-view .content-header--with-description {
	margin-bottom: var(--spacing-08);
}

.privacy-rights-request-view .form__fields {
	flex-direction: column;
}

@media screen and (min-width: 64rem) {
	[dir] .privacy-rights-request-view .form__footer {
		margin-top: var(--spacing-09);
	}

	[dir] .privacy-rights-request-view__acknowledgment-title {
		padding-top: var(--spacing-07);
	}
}

