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

[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-content {
	--layout-customer-base-navbar-actions-padding-top: 0.5rem; /* TODO: Use same var as LayoutCustomerBaseNavbarDesktopAction */
	--layout-customer-base-content-padding-top: var(--spacing-05);

	min-height: 35rem;
}[dir] .layout-customer-base-content {
	padding-top: var(--layout-customer-base-content-padding-top);
}

@media screen and (min-width: 48rem) {
	.layout-customer-base-content {
		--layout-customer-base-content-padding-top:
			calc(
				var(--zds-layout-knee-top) + var(--layout-customer-base-navbar-actions-padding-top)
			);
	}
}

@media screen and (min-width: 85.4375rem) {
	.layout-customer-base-content {
		grid-column: 3 / 7;
	}
}

@media screen and (min-width: 160rem) {
	.layout-customer-base-content {
		grid-column: 3 / 9;
	}
}

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

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

[dir] .layout-customer-base-desktop-shopping-actions {
	padding-bottom: 2.3125rem;
}

.layout-customer-base-mobile-zara-qr-action,
.layout-customer-base-mobile-zara-qr-action__button {
	width: unset;
}

.layout-customer-base-mobile-zara-qr-action {
	align-items: center;
	display: flex;
}

[dir=ltr] .layout-customer-base-mobile-zara-qr-action__button {
	margin-left: var(--spacing-00);
}

[dir=rtl] .layout-customer-base-mobile-zara-qr-action__button {
	margin-right: var(--spacing-00);
}

.layout-customer-base-desktop-action {
	--layout-customer-base-desktop-action-padding: 0.5rem;

	align-items: flex-start;
	display: flex;
	font-size: var(--font-size-label-l);
	gap: var(--spacing-02);
	justify-content: flex-start;
	text-decoration: none;
	white-space: normal;
	width: 100%;
	line-height: var(--line-height-label-l);
	letter-spacing: var(--letter-spacing-label-l);
	text-transform: var(--text-transform-label-l);
	font-stretch: var(--font-stretch-label-l);
	font-weight: var(--font-weight-label-l);
}[dir] .layout-customer-base-desktop-action {
	cursor: pointer;
	padding: var(--layout-customer-base-desktop-action-padding) 0;
}[dir=ltr] .layout-customer-base-desktop-action {
	text-align: left;
}[dir=rtl] .layout-customer-base-desktop-action {
	text-align: right;
}

.layout-customer-base-desktop-action .zds-number-indicator {
	flex-shrink: 0;
}

.layout-customer-base-desktop-action--active {
	font-size: var(--font-size-label-l-highlight);
	line-height: var(--line-height-label-l-highlight);
	letter-spacing: var(--letter-spacing-label-l-highlight);
	text-transform: var(--text-transform-label-l-highlight);
	font-stretch: var(--font-stretch-label-l-highlight);
	font-weight: var(--font-weight-label-l-highlight);
}

.layout-customer-base-desktop-action--disabled {
	color: var(--color-content-low);
	pointer-events: none;
}

.layout-customer-base-mobile-action {
	list-style: none;
}

[dir] .layout-customer-base-navbars__mobile-close-action {
	padding-top: 0.3125rem;
}[dir=ltr] .layout-customer-base-navbars__mobile-close-action {
	padding-left: 0.125rem;
}[dir=rtl] .layout-customer-base-navbars__mobile-close-action {
	padding-right: 0.125rem;
}

.layout-customer-base-navbars__desktop-back-action {
	height: 5rem;
}

[dir] .layout-customer-base-navbars__mobile-back-action {
	margin-top: var(--spacing-03);
}

.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);
	text-transform: var(--text-transform-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);
	}
}

