#accesibilitate-widget {
  position: fixed;
  right: 0;
  bottom: 185px;
  z-index: 99999;
}

.acc-buton-principal {
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--e-global-color-accent);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.acc-buton-principal:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.acc-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 25px;
  color: #fff;
}

.acc-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: currentColor;
}

.acc-panou {
  position: absolute;
  right: 0;
  bottom: 45px;
  width: 260px;
  padding: 12px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.acc-panou button {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f7f7f7;
  color: #111;
  cursor: pointer;
  text-align: left;
}

.acc-panou button:last-child {
  margin-bottom: 0;
}

.acc-titlu {
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

/* =========================
   CONTRAST PUTERNIC
   ========================= */

html.acc-contrast-puternic,
html.acc-contrast-puternic body {
  background: #000 !important;
  color: #fff !important;
}

html.acc-contrast-puternic body,
html.acc-contrast-puternic body *:not(img):not(svg):not(path):not(video):not(canvas):not(iframe) {
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html.acc-contrast-puternic body *:not(img):not(svg):not(path):not(video):not(canvas):not(iframe) {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
}

html.acc-contrast-puternic a,
html.acc-contrast-puternic a:visited {
  color: #00ffff !important;
}

html.acc-contrast-puternic button,
html.acc-contrast-puternic input,
html.acc-contrast-puternic select,
html.acc-contrast-puternic textarea {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

html.acc-contrast-puternic *::before,
html.acc-contrast-puternic *::after {
  background: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* =========================
   CONTRAST DESCHIS
   ========================= */

html.acc-contrast-deschis,
html.acc-contrast-deschis body {
  background: #fdf6d8 !important;
  color: #111 !important;
}

html.acc-contrast-deschis body,
html.acc-contrast-deschis body *:not(img):not(svg):not(path):not(video):not(canvas):not(iframe) {
  color: #111 !important;
  border-color: #111 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html.acc-contrast-deschis body *:not(img):not(svg):not(path):not(video):not(canvas):not(iframe) {
  background: #fdf6d8 !important;
  background-color: #fdf6d8 !important;
  background-image: none !important;
}

html.acc-contrast-deschis a,
html.acc-contrast-deschis a:visited {
  color: #0033aa !important;
}

html.acc-contrast-deschis button,
html.acc-contrast-deschis input,
html.acc-contrast-deschis select,
html.acc-contrast-deschis textarea {
  background: #fff7d6 !important;
  color: #111 !important;
  border: 1px solid #111 !important;
}

html.acc-contrast-deschis *::before,
html.acc-contrast-deschis *::after {
  background: #fdf6d8 !important;
  background-image: none !important;
  color: #111 !important;
  border-color: #111 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}