:root {
	--rgaa-wp-toolbar-bg: #ffffff;
	--rgaa-wp-toolbar-fg: #1a1a2e;
	--rgaa-wp-toolbar-accent: #0136ff;
	--rgaa-wp-toolbar-soft: rgba(1, 54, 255, 0.08);
	--rgaa-wp-navy: #0136ff;
	--rgaa-wp-navy-dark: #0129cc;
	--rgaa-wp-navy-light: #e8ecff;
	--rgaa-wp-muted: #6b7280;
	--rgaa-wp-radius-panel: 18px;
	--rgaa-wp-radius-btn: 10px;
}

.rgaa-wp-live-region {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.rgaa-wp-skip-links {
	left: 12px;
	position: fixed;
	top: 12px;
	z-index: 100000;
}

.rgaa-wp-skip-link {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	font: 700 16px/1.25 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-right: 8px;
	padding: 10px 14px;
	transform: translateY(-180%);
}

.rgaa-wp-skip-link:focus {
	transform: translateY(0);
}

.rgaa-wp-focus-visible :focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 235, 59, 0.9) !important;
	outline: 3px solid var(--rgaa-wp-toolbar-accent) !important;
	outline-offset: 3px !important;
}

.rgaa-wp-underlined-links main a,
.rgaa-wp-underlined-links article a,
.rgaa-wp-underlined-links .entry-content a,
.rgaa-wp-underlined-links .wp-block-post-content a,
.rgaa-wp-underlined-links .text_block a {
	text-decoration: underline !important;
	text-underline-offset: 0.16em;
}

/* ==========================================
   TOOLBAR — WIDGET FLOTTANT
   ========================================== */

.rgaa-wp-toolbar {
	font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	max-width: min(360px, calc(100vw - 24px));
	position: fixed;
	z-index: 99999;
}

.rgaa-wp-toolbar--bottom-right { bottom: 20px; right: 20px; }
.rgaa-wp-toolbar--bottom-left  { bottom: 20px; left: 20px; }
.rgaa-wp-toolbar--top-right    { right: 20px;  top: 20px; }
.rgaa-wp-toolbar--top-left     { left: 20px;   top: 20px; }

/* --- Bouton de déclenchement --- */

.rgaa-wp-toolbar__toggle {
	align-items: center;
	background: var(--rgaa-wp-navy);
	border: none;
	border-radius: 999px;
	box-shadow: 0 4px 20px rgba(26, 56, 100, 0.45);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	font-size: 14px;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.2;
	min-height: 48px;
	padding: 12px 20px;
	text-decoration: none;
	transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.rgaa-wp-toolbar__toggle::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='9' cy='10' r='1' fill='white' stroke='none'/%3E%3Cpath d='M14 9.5 Q15.5 8.5 17 9.5'/%3E%3Cpath d='M8 14.5 Q12 17.5 16 14.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
}

.rgaa-wp-toolbar__toggle:hover,
.rgaa-wp-toolbar__toggle:focus-visible {
	background: var(--rgaa-wp-navy-dark);
	box-shadow: 0 6px 24px rgba(26, 56, 100, 0.55);
	transform: translateY(-1px);
}

.rgaa-wp-toolbar__toggle:active {
	transform: translateY(0);
}

/* --- Panneau principal --- */

.rgaa-wp-toolbar__panel {
	background: #fff;
	border: none;
	border-radius: var(--rgaa-wp-radius-panel);
	box-shadow: 0 8px 48px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
	color: var(--rgaa-wp-toolbar-fg);
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0;
	max-height: min(80vh, 620px);
	min-width: 320px;
	overflow: hidden;
	position: absolute;
}

.rgaa-wp-toolbar--bottom-right .rgaa-wp-toolbar__panel,
.rgaa-wp-toolbar--bottom-left .rgaa-wp-toolbar__panel {
	bottom: calc(100% + 10px);
}

.rgaa-wp-toolbar--top-right .rgaa-wp-toolbar__panel,
.rgaa-wp-toolbar--top-left .rgaa-wp-toolbar__panel {
	top: calc(100% + 10px);
}

.rgaa-wp-toolbar--bottom-right .rgaa-wp-toolbar__panel,
.rgaa-wp-toolbar--top-right .rgaa-wp-toolbar__panel {
	right: 0;
}

.rgaa-wp-toolbar--bottom-left .rgaa-wp-toolbar__panel,
.rgaa-wp-toolbar--top-left .rgaa-wp-toolbar__panel {
	left: 0;
}

/* --- En-tête du panneau (marine) --- */

.rgaa-wp-toolbar__head {
	align-items: center;
	background: var(--rgaa-wp-navy);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 16px 18px 14px;
}

.rgaa-wp-toolbar__head div {
	display: grid;
	gap: 2px;
}

.rgaa-wp-toolbar__head strong {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.rgaa-wp-toolbar__head span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 500;
}

.rgaa-wp-toolbar__close {
	align-items: center;
	background: rgba(255, 255, 255, 0.15) !important;
	border: none !important;
	border-radius: 8px !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 20px !important;
	font-weight: 400 !important;
	height: 36px;
	justify-content: center;
	line-height: 1;
	min-height: unset !important;
	padding: 0 !important;
	transition: background 0.12s;
	width: 36px;
}

.rgaa-wp-toolbar__close:hover {
	background: rgba(255, 255, 255, 0.25) !important;
}

/* --- Zone de défilement (corps + pied) --- */

.rgaa-wp-toolbar__body {
	display: grid;
	gap: 0;
	min-height: 0;
	overflow-y: auto;
	padding: 14px 16px 0;
}

/* --- Boutons génériques dans le panneau --- */

.rgaa-wp-toolbar__body button,
.rgaa-wp-toolbar__body a:not(.rgaa-wp-toolbar__footer a) {
	align-items: center;
	background: var(--rgaa-wp-navy-light);
	border: 1.5px solid transparent;
	border-radius: var(--rgaa-wp-radius-btn);
	color: var(--rgaa-wp-navy);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	gap: 6px;
	justify-content: center;
	line-height: 1.2;
	min-height: 40px;
	padding: 8px 12px;
	text-decoration: none;
	transition: background 0.12s, border-color 0.12s, color 0.12s;
}

.rgaa-wp-toolbar__body button:hover,
.rgaa-wp-toolbar__body a:not(.rgaa-wp-toolbar__footer a):hover {
	background: #d4dff0;
	border-color: rgba(26, 56, 100, 0.2);
}

.rgaa-wp-toolbar__body button[aria-pressed="true"] {
	background: var(--rgaa-wp-navy);
	border-color: var(--rgaa-wp-navy);
	color: #fff;
}

/* --- Profils rapides --- */

.rgaa-wp-presets {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 14px;
}

.rgaa-wp-presets button {
	background: var(--rgaa-wp-navy-light);
	border-color: transparent;
	flex-direction: column;
	font-size: 12px;
	min-height: 52px;
	padding: 10px 8px;
}

/* --- Sections de contrôles --- */

.rgaa-wp-control {
	border-top: 1px solid #eef0f3;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
	padding-top: 14px;
}

.rgaa-wp-control > span {
	color: var(--rgaa-wp-muted);
	flex: 1 0 100%;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/* --- Steppeur taille texte --- */

.rgaa-wp-stepper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
}

.rgaa-wp-stepper output {
	align-items: center;
	background: #f4f6f9;
	border: 1.5px solid #d1d9e6;
	border-radius: 8px;
	color: var(--rgaa-wp-navy);
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-width: 44px;
	padding: 0 8px;
}

/* --- Select daltonisme --- */

.rgaa-wp-toolbar select {
	background: var(--rgaa-wp-navy-light);
	border: 1.5px solid transparent;
	border-radius: var(--rgaa-wp-radius-btn);
	color: var(--rgaa-wp-navy);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	min-height: 40px;
	padding: 8px 10px;
}

/* --- Ligne reset + déclaration --- */

.rgaa-wp-toolbar__actions {
	border-top: 1px solid #eef0f3;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
	padding-top: 14px;
}

.rgaa-wp-toolbar__actions button[data-rgaa-action="reset"] {
	background: transparent;
	border-color: #d1d9e6;
	color: var(--rgaa-wp-muted);
	font-size: 12px;
	min-height: 36px;
}

.rgaa-wp-toolbar__actions button[data-rgaa-action="reset"]:hover {
	background: #f4f6f9;
	border-color: #b0bfd4;
	color: var(--rgaa-wp-navy);
}

.rgaa-wp-toolbar__actions a {
	background: transparent;
	border-color: transparent;
	color: var(--rgaa-wp-navy);
	font-size: 12px;
	min-height: 36px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rgaa-wp-toolbar__actions a:hover {
	background: var(--rgaa-wp-navy-light);
}

/* --- Pied de panneau : marque --- */

.rgaa-wp-toolbar__footer {
	align-items: center;
	border-top: 1px solid #eef0f3;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 14px 0 0;
	padding: 12px 16px 16px;
}

.rgaa-wp-toolbar__footer a {
	all: unset;
	cursor: pointer;
	display: inline-block;
}

.rgaa-wp-toolbar__footer a:focus-visible {
	outline: 2px solid var(--rgaa-wp-navy);
	outline-offset: 2px;
}

.rgaa-wp-toolbar__footer img {
	display: block;
	height: auto;
	max-width: 140px;
	opacity: 0.85;
	transition: opacity 0.15s;
}

.rgaa-wp-toolbar__footer a:hover img {
	opacity: 1;
}

.rgaa-wp-toolbar__footer small {
	color: var(--rgaa-wp-muted);
	display: block;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-align: center;
}

.rgaa-wp-toolbar__footer small a {
	color: var(--rgaa-wp-muted);
	text-decoration: none;
}

.rgaa-wp-toolbar__footer small a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rgaa-wp-text-minus2 main,
.rgaa-wp-text-minus2 #main,
.rgaa-wp-text-minus2 #content,
.rgaa-wp-text-minus2 .site-main,
.rgaa-wp-text-minus2 .entry-content,
.rgaa-wp-text-minus2 .wp-site-blocks { font-size: 85% !important; }
.rgaa-wp-text-minus1 main,
.rgaa-wp-text-minus1 #main,
.rgaa-wp-text-minus1 #content,
.rgaa-wp-text-minus1 .site-main,
.rgaa-wp-text-minus1 .entry-content,
.rgaa-wp-text-minus1 .wp-site-blocks { font-size: 92.5% !important; }
.rgaa-wp-text-1 main,
.rgaa-wp-text-1 #main,
.rgaa-wp-text-1 #content,
.rgaa-wp-text-1 .site-main,
.rgaa-wp-text-1 .entry-content,
.rgaa-wp-text-1 .wp-site-blocks { font-size: 112.5% !important; }
.rgaa-wp-text-2 main,
.rgaa-wp-text-2 #main,
.rgaa-wp-text-2 #content,
.rgaa-wp-text-2 .site-main,
.rgaa-wp-text-2 .entry-content,
.rgaa-wp-text-2 .wp-site-blocks { font-size: 125% !important; }

.rgaa-wp-high-contrast,
.rgaa-wp-high-contrast #page,
.rgaa-wp-high-contrast #content,
.rgaa-wp-high-contrast main,
.rgaa-wp-high-contrast article,
.rgaa-wp-high-contrast section,
.rgaa-wp-high-contrast header,
.rgaa-wp-high-contrast footer,
.rgaa-wp-high-contrast nav {
	background: #000 !important;
	color: #fff !important;
}

.rgaa-wp-high-contrast a:not(.rgaa-wp-toolbar a) {
	color: #ffeb3b !important;
}

.rgaa-wp-high-contrast button:not(.rgaa-wp-toolbar button),
.rgaa-wp-high-contrast input,
.rgaa-wp-high-contrast select,
.rgaa-wp-high-contrast textarea {
	background: #000 !important;
	border-color: #fff !important;
	color: #fff !important;
}


.rgaa-wp-dark-mode,
.rgaa-wp-dark-mode #page,
.rgaa-wp-dark-mode #content,
.rgaa-wp-dark-mode main,
.rgaa-wp-dark-mode article,
.rgaa-wp-dark-mode section,
.rgaa-wp-dark-mode header,
.rgaa-wp-dark-mode footer,
.rgaa-wp-dark-mode nav,
.rgaa-wp-dark-mode .site,
.rgaa-wp-dark-mode .wp-site-blocks {
	background: #101418 !important;
	color: #f5f7fa !important;
}

.rgaa-wp-dark-mode a:not(.rgaa-wp-toolbar a) {
	color: #8cc8ff !important;
}

.rgaa-wp-filter-protanopia { filter: sepia(0.35) saturate(0.85) hue-rotate(-12deg) contrast(1.08); }
.rgaa-wp-filter-deuteranopia { filter: sepia(0.25) saturate(0.8) hue-rotate(18deg) contrast(1.08); }
.rgaa-wp-filter-tritanopia { filter: sepia(0.3) saturate(0.85) hue-rotate(92deg) contrast(1.08); }
.rgaa-wp-filter-grayscale { filter: grayscale(1); }

.rgaa-wp-toolbar select {
	background: var(--rgaa-wp-toolbar-bg);
	border: 2px solid var(--rgaa-wp-toolbar-fg);
	border-radius: 6px;
	color: var(--rgaa-wp-toolbar-fg);
	font: inherit;
	font-weight: 700;
	min-height: 42px;
	padding: 8px 10px;
}

.rgaa-wp-invert-colors #page,
.rgaa-wp-invert-colors #content,
.rgaa-wp-invert-colors main,
.rgaa-wp-invert-colors article,
.rgaa-wp-invert-colors .wp-site-blocks,
.rgaa-wp-invert-colors .site {
	filter: invert(1) hue-rotate(180deg);
}

.rgaa-wp-invert-colors img,
.rgaa-wp-invert-colors picture,
.rgaa-wp-invert-colors video,
.rgaa-wp-invert-colors iframe,
.rgaa-wp-invert-colors .rgaa-wp-toolbar,
.rgaa-wp-invert-colors .rgaa-wp-reading-guide,
.rgaa-wp-invert-colors .rgaa-wp-focus-spotlight {
	filter: invert(1) hue-rotate(180deg);
}

.rgaa-wp-dyslexia main,
.rgaa-wp-dyslexia #content,
.rgaa-wp-dyslexia article,
.rgaa-wp-dyslexia .entry-content,
.rgaa-wp-dyslexia .wp-block-post-content,
.rgaa-wp-dyslexia .wp-site-blocks {
	font-family: Arial, Verdana, Tahoma, sans-serif !important;
	letter-spacing: 0.04em !important;
	line-height: 1.8 !important;
	word-spacing: 0.14em !important;
}

.rgaa-wp-reading-guide {
	background: var(--rgaa-wp-reading-guide-bg, rgba(255, 230, 0, 0.55));
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
	display: none;
	height: 24px;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99998;
}

.rgaa-wp-reading-guide-active .rgaa-wp-reading-guide {
	display: block;
}

.rgaa-wp-focus-spotlight {
	border: 3px solid #ffeb3b;
	border-radius: 10px;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.58), 0 0 0 6px rgba(0, 95, 204, 0.85);
	height: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: left 120ms ease, top 120ms ease, width 120ms ease, height 120ms ease, opacity 120ms ease;
	width: 0;
	z-index: 99990;
}

.rgaa-wp-focus-mode-active .rgaa-wp-toolbar {
	z-index: 100001;
}

.rgaa-wp-focus-mode-active :focus,
.rgaa-wp-focus-mode-active :focus-visible {
	isolation: isolate;
	position: relative;
	z-index: 99991;
}

.rgaa-wp-focus-mode-active .rgaa-wp-toolbar :focus,
.rgaa-wp-focus-mode-active .rgaa-wp-toolbar :focus-visible {
	z-index: auto;
}

.rgaa-wp-reduce-motion-active *,
.rgaa-wp-reduce-motion-active *::before,
.rgaa-wp-reduce-motion-active *::after {
	animation-duration: 0.001ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.001ms !important;
}

@media (prefers-reduced-motion: reduce) {
	.rgaa-wp-respect-reduced-motion *,
	.rgaa-wp-respect-reduced-motion *::before,
	.rgaa-wp-respect-reduced-motion *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

.rgaa-wp-profile-block.rgaa-wp-text-1 .wp-site-blocks,
.rgaa-wp-profile-block.rgaa-wp-text-2 .wp-site-blocks,
.rgaa-wp-profile-elementor.rgaa-wp-text-1 .elementor,
.rgaa-wp-profile-elementor.rgaa-wp-text-2 .elementor,
.rgaa-wp-profile-divi.rgaa-wp-text-1 #et-main-area,
.rgaa-wp-profile-divi.rgaa-wp-text-2 #et-main-area,
.rgaa-wp-profile-wpbakery.rgaa-wp-text-1 .wpb-content-wrapper,
.rgaa-wp-profile-wpbakery.rgaa-wp-text-2 .wpb-content-wrapper,
.rgaa-wp-profile-oxygen.rgaa-wp-text-1 .ct-inner-content,
.rgaa-wp-profile-oxygen.rgaa-wp-text-2 .ct-inner-content,
.rgaa-wp-profile-bricks.rgaa-wp-text-1 #brx-content,
.rgaa-wp-profile-bricks.rgaa-wp-text-2 #brx-content,
.rgaa-wp-profile-beaver.rgaa-wp-text-1 .fl-builder-content,
.rgaa-wp-profile-beaver.rgaa-wp-text-2 .fl-builder-content,
.rgaa-wp-profile-air-bm.rgaa-wp-text-1 #content,
.rgaa-wp-profile-air-bm.rgaa-wp-text-2 #content,
.rgaa-wp-profile-air-bm.rgaa-wp-text-1 #content_wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-text-2 #content_wrap {
	transform-origin: top left;
}

.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia #content,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia #content_wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .text_block,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .moudle,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .carousel-des,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .grid-item-con-text,
.rgaa-wp-profile-air-bm.rgaa-wp-dyslexia .footer-info {
	font-family: Arial, Verdana, Tahoma, sans-serif !important;
	letter-spacing: 0.04em !important;
	line-height: 1.8 !important;
	word-spacing: 0.14em !important;
}

.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #wrap-all,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #wrap-outer,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #content,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #content_wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .content_wrap_outer,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .pagebuilder-wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .text_block,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .moudle,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #menu-panel,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #header,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast #footer,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .footer-info {
	background: #000 !important;
	color: #fff !important;
}

.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .grid-item-con,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .carousel-des-wrap,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .filters-a,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .btn-special,
.rgaa-wp-profile-air-bm.rgaa-wp-high-contrast .ux-btn {
	background: #000 !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .animation-scroll-ux,
.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .animation-default-ux,
.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .from-bottom-translate,
.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .owl-carousel,
.rgaa-wp-profile-air-bm.rgaa-wp-reduce-motion-active .owl-stage {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

.rgaa-wp-statement {
	max-width: 780px;
}

@media (max-width: 640px) {
	.rgaa-wp-toolbar {
		bottom: 12px;
		left: 12px;
		right: 12px;
		top: auto;
	}

	.rgaa-wp-toolbar__panel {
		left: 0 !important;
		min-width: 0;
		right: 0 !important;
		width: auto;
	}

	.rgaa-wp-presets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rgaa-wp-toolbar__body button,
	.rgaa-wp-toolbar__body a:not(.rgaa-wp-toolbar__footer a) {
		font-size: 12px;
		min-height: 38px;
		padding: 7px 10px;
	}
}
