body {
	--body--line--color: var(--wp--preset--color--deep-dark-maroon);
	--alignfull--border-color: var(--wp--preset--color--deep-dark-maroon);
}

.is-with-accent,
body.is-with-accent {
	--body--line--color: var(--wp--custom--color--accent);
	--alignfull--border-color: var(--wp--custom--color--accent);
}

.admin-color-is-accent--1-accent,
body.is-accent--1-accent,
.is-accent--1-accent {
	--wp--custom--color--accent: var(--wp--preset--color--dark-rich-burgundy);
	--wp--custom--background-color--accent: var(--wp--preset--color--very-light-gray-beige);
}

body.admin-color-is-accent--1-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-1.min.svg');
}

.admin-color-is-accent--2-accent,
.is-accent--2-accent,
body.is-accent--2-accent {
	--wp--custom--color--accent: var(--wp--preset--color--deep-dark-maroon);
	--wp--custom--background-color--accent: var(--wp--preset--color--muted-grayish-beige);
}

body.admin-color-is-accent--2-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-2.min.svg');
}

.admin-color-is-accent--3-accent,
.is-accent--3-accent,
body.is-accent--3-accent {
	--wp--custom--color--accent: var(--wp--preset--color--muted-grayish-beige);
	--wp--custom--background-color--accent: var(--wp--preset--color--dark-brownish-red);
}

body.admin-color-is-accent--3-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-3.min.svg');
}

.admin-color-is-accent--4-accent,
.is-accent--4-accent,
body.is-accent--4-accent {
	--wp--custom--color--accent: var(--wp--preset--color--dark-rich-burgundy);
	--wp--custom--background-color--accent: var(--wp--preset--color--light-gray-green-hint);
}

body.admin-color-is-accent--4-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-4.min.svg');
}

.admin-color-is-accent--5-accent,
.is-accent--5-accent,
body.is-accent--5-accent {
	--wp--custom--color--accent: var(--wp--preset--color--very-pale-gray);
	--wp--custom--background-color--accent: var(--wp--preset--color--medium-gray-green-hint);
}

body.admin-color-is-accent--5-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-5.min.svg');
}

.admin-color-is-accent--6-accent,
.is-accent--6-accent,
body.is-accent--6-accent {
	--wp--custom--color--accent: var(--wp--preset--color--dark-rich-burgundy);
	--wp--custom--background-color--accent: var(--wp--preset--color--pale-dusty-pink);
}

body.admin-color-is-accent--6-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-6.min.svg');
}

.admin-color-is-accent--7-accent,
.is-accent--7-accent,
body.is-accent--7-accent {
	--wp--custom--color--accent: var(--wp--preset--color--dark-rich-burgundy);
	--wp--custom--background-color--accent: var(--wp--preset--color--very-light-cool-gray);
}

body.admin-color-is-accent--7-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-7.min.svg');
}

.admin-color-is-accent--8-accent,
.is-accent--8-accent,
body.is-accent--8-accent {
	--wp--custom--color--accent: var(--wp--preset--color--white);
	--wp--custom--background-color--accent: var(--wp--preset--color--muted-medium-gray);
}

body.admin-color-is-accent--8-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-8.min.svg');
}

body.is-accent--1-accent .sg-consent-text input:checked + label::before {
	background-image: url('../img/checkbox-cross-accent-1.min.svg');
}

body.is-accent--2-accent .sg-consent-text input:checked + label::before {
	background-image: url('../img/checkbox-cross-accent-2.min.svg');
}

body.is-accent--3-accent .sg-consent-text input:checked + label::before {
	background-image: url('../img/checkbox-cross-accent-3.min.svg');
}

body.is-accent--4-accent .sg-consent-text input:checked + label::before {
	background-image: url('../img/checkbox-cross-accent-4.min.svg');
}

body.is-accent--5-accent .sg-consent-text input:checked + label::before {
	background-image: url('../img/checkbox-cross-accent-5.min.svg');
}

body.is-accent--6-accent .sg-consent-text input:checked + label::before {
	background-image: url('../img/checkbox-cross-accent-6.min.svg');
}

body.is-accent--7-accent .sg-consent-text input:checked + label::before {
	background-image: url('../img/checkbox-cross-accent-7.min.svg');
}

body.is-accent--8-accent .sg-consent-text input:checked + label::before {
	background-image: url('../img/checkbox-cross-accent-8.min.svg');
}

body.is-accent--1-accent select {
	background-image: url('../img/form-select-arrow-accent-1.min.svg');
}

body.is-accent--2-accent select {
	background-image: url('../img/form-select-arrow-accent-2.min.svg');
}

body.is-accent--3-accent select {
	background-image: url('../img/form-select-arrow-accent-3.min.svg');
}

body.is-accent--4-accent select {
	background-image: url('../img/form-select-arrow-accent-4.min.svg');
}

body.is-accent--5-accent select {
	background-image: url('../img/form-select-arrow-accent-5.min.svg');
}

body.is-accent--6-accent select {
	background-image: url('../img/form-select-arrow-accent-6.min.svg');
}

body.is-accent--7-accent select {
	background-image: url('../img/form-select-arrow-accent-7.min.svg');
}

body.is-accent--8-accent select {
	background-image: url('../img/form-select-arrow-accent-8.min.svg');
}

body {
	--sht-button-arrow: url('../img/button-arrow.min.svg');
}

body.admin-color-is-accent--1-accent,
body.is-accent--1-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-1.min.svg');
}

body.admin-color-is-accent--2-accent,
body.is-accent--2-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-2.min.svg');
}

body.admin-color-is-accent--3-accent,
body.is-accent--3-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-3.min.svg');
}

body.admin-color-is-accent--4-accent,
body.is-accent--4-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-4.min.svg');
}

body.admin-color-is-accent--5-accent,
body.is-accent--5-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-5.min.svg');
}

body.admin-color-is-accent--6-accent,
body.is-accent--6-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-6.min.svg');
}

body.admin-color-is-accent--7-accent,
body.is-accent--7-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-7.min.svg');
}

body.admin-color-is-accent--8-accent,
body.is-accent--8-accent {
	--sht-button-arrow: url('../img/button-arrow-accent-8.min.svg');
}
