:root {
  --user-font-size: 16px;
}

/* Permitir scroll en la página cuando el offcanvas está abierto */
body.offcanvas-open #accessibilityToolbar {
  overflow: hidden !important;
}

/* Estructura del offcanvas con footer fijo */
#accessibilityToolbar {
  display: flex;
  flex-direction: column;
}

#accessibilityToolbar .offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  background: #eff1f5;
  color: #000 !important;
  padding-bottom: 0;
}

/* Footer fijo del offcanvas */
.acc-offcanvas-footer {
  position: sticky;
  bottom: 0;
  background: #eff1f5;
  padding: 1rem;
  border-top: 2px solid #dee2e6;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acc-offcanvas-footer .accDecl {
color:#000;
cursor: pointer; 
text-decoration: underline;

}
#accOptions-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#accessibilityToolbar p {
  color: #000 !important;
  font-size: 1rem;
}
.acc-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#accessibilityToolbar .offcanvas-title {
  color: #fff !important;
}
#accessibilityToolbar .close-icon {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 37px;
}
/* Estilo del botón de accesibilidad */
#AccButton {
  position: fixed;
  right: 15px;
  bottom: 4rem;
  z-index: 998;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(
    to right,
    rgb(0, 107, 230),
    rgb(2, 96, 221),
    rgb(5, 85, 212),
    rgb(7, 73, 203),
    rgb(9, 62, 194)
  );
  cursor: pointer;
}

/* Estilo del panel de accesibilidad (Toolbar) */
#accessibilityToolbar {
  max-width: 85% !important;
  color: inherit !important;
  filter: none !important;
  background: linear-gradient(
    to right,
    rgb(0, 107, 230),
    rgb(2, 96, 221),
    rgb(5, 85, 212),
    rgb(7, 73, 203),
    rgb(9, 62, 194)
  );
  border: 0px;
}

/* Botón de desactivación del panel de accesibilidad */

.accOffBnt {
  right: 6px;
  width: 40px;
  height: 40px;
  background: #0f3173;
  top: 6px;
  cursor: pointer;
}

/* Estilos del control de tamaño de fuente */
.AccBarbtnText {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 20px;
}
.acc-control-text-box {
  margin-bottom: 10px;
}
.acc-control-text-box p {
  font-weight: 600;
}

.boxAccBtns {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
}

#acc-box-alert {
  position: absolute;
  left: -10px;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  width: 90%;
  top: 15%;
}

#resetAlert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#resetAlert small strong {
  color: #000;
}

#accessibilityToolbar .btngrey {
  position: relative;
  text-align: center;
  width: 100%;
  height: 114px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #fff;
  padding: 0.225rem;
  transition: border-color 0.15s ease;
  font-size: 1rem;
  line-height: normal;
}
#accessibilityToolbar .btngrey.active {
  border: 2px solid #166fc7;
  color: #166fc7;
}
#accessibilityToolbar .btngrey [class^="icon"],
#accessibilityToolbar .btngreyMedium [class^="icon"] {
  font-size: 20px;
}
#accessibilityToolbar .btngreyMedium {
  position: relative;
  text-align: center;
  width: 100%;
  height: 85px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 0.225rem;
  transition: border-color 0.15s ease;
  line-height: 15px;
  font-weight: 600;
  font-size: 14px;
}
#accessibilityToolbar .btngreyMedium.active {
  border: 2px solid #166fc7;
  background: #166fc7;
  color: #fff;
}
#accessibilityToolbar .btngreyMedium:hover,
#accessibilityToolbar .btngreyMedium:focus,
#accessibilityToolbar .btngreyMedium:hover {
  border: 2px solid #166fc7;
}
#accessibilityToolbar .btngreyMedium:hover,
#accessibilityToolbar .btngreyMedium:focus,
#accessibilityToolbar .btngreyMedium:active {
  border: 2px solid #166fc7;
}
#accessibilityToolbar .btngreyMini {
  position: relative;
  text-align: center;
  width: 100%;
  height: 60px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 0.225rem;
  transition: border-color 0.15s ease;
  line-height: normal;
}
#accessibilityToolbar .btngreyMini.active {
  border: 2px solid #166fc7;
  background: #166fc7;
  color: #fff;
}
#accessibilityToolbar .btngreyMini:hover,
#accessibilityToolbar .btngreyMini:focus,
#accessibilityToolbar .btngreyMini:hover {
  border: 2px solid #166fc7;
}
#accessibilityToolbar .btngrey:hover,
#accessibilityToolbar .btngrey:focus,
#accessibilityToolbar .btngrey:active {
  border: 2px solid #166fc7;
}
.AccSliderText {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: flex-end;
}
.AccSliderSaturation,
.AccReadVolume {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 10px;
}
/* Estilos de accesibilidad */

/* HIGHT CONTRAST*/
.high-contrast {
  background: black !important;
  color: yellow !important;
}

body.high-contrast {
  background: black !important;
  color: yellow !important;
}

.high-contrast a {
  color: yellow !important; /* Asegura que los enlaces también tengan texto amarillo */
}

body.high-contrast > header,
body.high-contrast #header_content,
body.high-contrast .bgd-upper-menu {
  background: black !important;
  color: yellow !important;
}

.high-contrast h2,
.high-contrast h3,
.high-contrast h4,
.high-contrast p,
.high-contrast section,
.high-contrast article,
.high-contrast footer {
  background: black !important;
  color: yellow !important;
}
/* Ajuste de accesibilidad: mantener legibilidad en alto contraste 
body.high-contrast #fontSizeValue {
  color: yellow !important;
}*/
/* Asegúrate que afecte el offcanvas */

body.high-contrast #accessibilityToolbar,
body.high-contrast #accessibilityToolbar *,
body.high-contrast #AccButton{
    filter: none !important;
    background: #000;
    color: revert !important;
    border-color: #fff;
}
body.high-contrast #accessibilityToolbar button, body.high-contrast #accessibilityToolbar .dropdown-item{
    color: #fff!important;
}
body.high-contrast #accessibilityToolbar .dropdown-item:hover { color: #000!important; }

body.high-contrast #accessibilityModal .modal-title  {
  color:#000;
  background: none!important;
}
/* INVERT COLOR */
body.invert-colors * {
  filter: invert(1);
}
.invert-colors {
  filter: invert(1);
}
/*Mantener en invert-color del menu de nuestro framework importante*/
header.invert-colors .header_mobile .header_menu.active {
  height: 100vh;
}

/* SATURATION */
.low-saturation-0 {
  filter: saturate(0);
}
body.low-saturation-0 * {
  filter: saturate(0);
}

/* MONOCHROME */
header.monochrome,
main.monochrome *,
footer.monochrome {
  filter: grayscale(1);
}
/*Mantener en monochrome el menu de nuestro framework importante*/
header.monochrome .bgd-upper-menu {
  z-index: -1;
}
header.monochrome .header_mobile .header_menu.active {
  height: 100vh;
}

/* LINEA GUÍA-MARCADOR */

.linea-guia-active {
  position: absolute;
  background-color: rgba(255, 255, 0, 0.5);
  height: 10px;
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: 999;
}

/* CAMBIO FUENTE*/

#fontSizeRange {
  width: 100%;
  margin-top: 0.5rem;
  accent-color: blue; /* Color del control */
}

/* Mostrar el tamaño de la fuente seleccionado */
#fontSizeValue {
  display: inline-block;
  margin-left: 10px;
}

/* Espaciado entre palabras */
.spacing-ws-1 {
  word-spacing: 0.1em;
}

.spacing-ws-2 {
  word-spacing: 0.25em;
}

.spacing-ws-3 {
  word-spacing: 0.5em;
}

/* Espaciado entre letras */
.spacing-ls-1 {
  letter-spacing: 0.05em;
}

.spacing-ls-2 {
  letter-spacing: 0.15em;
}

.spacing-ls-3 {
  letter-spacing: 0.3em;
}

[aria-pressed="true"] {
  background-color: var(--bs-primary); /* o el color que uses para resaltar */
  color: white;
}

/* HIGHLIGHT LINKS*/

.highlight-links {
  outline: 3px solid yellow !important;
  background-color: rgba(255, 255, 0, 0.2) !important;
  color: black !important;
}

/* EFFECTS AND ICONS */
.acc-fade-in {
  opacity: 1;
  transition: opacity 1.5s ease-out;
}

.acc-fade-out {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.icon-acc-uniF158 {
  display: none;
  margin-left: 5px;
  font-size: 1.2em; /* Ajusta el tamaño del icono */
}

.icon-acc-uniF158.visible {
  display: inline-block;
  position: absolute;
  font-size: 12px;
  top: 3px;
  right: 3px;
}

/* Hide Widget Modal Styles */
#accessibilityModal h5, #accessibilityModal h4, #accessibilityModal p {
  color:#000!important;
}
#accessibilityModal .list-group-item {
  transition: background-color 0.2s ease;
  border: 1px solid #dee2e6;
}

#accessibilityModal .list-group-item:hover {
  background-color: #f8f9fa;
}

#accessibilityModal .list-group-item:has(input:checked) {
  background-color: #e7f1ff;
  border-color: #0d6efd;
}

#accessibilityModal .form-check-input {
  cursor: pointer;
}

#accessibilityModal.modal-content {
  color: #000;
}

#accessibilityModal .modal-body {
  padding: 1.5rem;
}

#accessibilityToolbar > .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  padding: 8px 10px;
}
#accessibilityToolbar .accessibility-statement-content h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #333;
}

#accessibilityModal .modal-title {
   font-size:1.2rem;
   font-weight: bold;
}
#accessibilityModal .accessibility-statement-content ul,
#accessibilityModal .accessibility-statement-content ol,
#accessibilityModal .accessibility-statement-content dl {
  margin-bottom: 1rem;
  color: #000 !important;
}

#accessibilityToolbar .accessibility-statement-content p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
/* Language Dropdown Styles */
#accessibilityToolbar .offcanvas-header .dropdown {
  margin-left: auto;
}

#accessibilityToolbar #accLangDropdown {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  min-width: 50px;
}

#accessibilityToolbar .dropdown-menu {
  min-width: auto;
  font-size: 0.85rem;
}

#accessibilityToolbar .dropdown-item {
  padding: 0.35rem 1rem;
  color: #000;
}

#accessibilityToolbar .dropdown-item:hover {
  background-color: #e7f1ff;
}

#accessibilityToolbar .dropdown-item.active {
  background-color: #0d6efd;
  color: #fff;
}
/* Hide Images Functionality */
body.hide-images img {
  opacity: 0;
  pointer-events: none;
}

body.hide-images img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  border: 2px dashed #ccc;
}

body.hide-images picture,
body.hide-images svg {
  opacity: 0;
  pointer-events: none;
}

body.hide-images .bg-image,
body.hide-images [style*="background-image"] {
  background-image: none !important;
  background-color: #f0f0f0 !important;
}

/* ========================================
   CUSTOM BOOTSTRAP REPLACEMENTS (acc-*)
   Sin dependencia de Bootstrap JS
   ======================================== */

/* --- Offcanvas Custom --- */
#accessibilityToolbar.offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  max-width: 85%;
  height: 100%;
  z-index: 1045;
  transition: right 0.3s ease-in-out;
  visibility: hidden;
}

#accessibilityToolbar.offcanvas.show {
  right: 0;
  visibility: visible;
}

body.acc-offcanvas-open {
  /* Permite scroll en la pagina */
}

/* --- Modal Custom (acc-modal) --- */
.acc-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1055;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.acc-modal.show {
  display: block;
}

.acc-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}

.acc-modal-backdrop.acc-fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.acc-modal-backdrop.acc-fade.show {
  opacity: 1;
}

.acc-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.acc-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  margin: 0 auto;
  max-width: 500px;
}

.acc-modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.acc-modal-dialog-scrollable .acc-modal-content {
  max-height: 100%;
  overflow: hidden;
}

.acc-modal-dialog-scrollable .acc-modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

.acc-modal-lg {
  max-width: 800px;
}

.acc-modal-sm {
  max-width: 300px;
}

.acc-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.acc-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.acc-modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.acc-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  color: #000;
  overflow-y: auto;
  max-height: calc(100vh - 180px);
}

.acc-modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
  gap: 0.5rem;
}

body.acc-modal-open {
  overflow: hidden;
}

/* --- Dropdown Custom (acc-dropdown) --- */
.acc-dropdown {
  position: relative;
  display: inline-block;
}

.acc-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.acc-dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.acc-dropdown-menu.show {
  display: block;
}

.acc-dropdown-menu-end {
  right: 0;
  left: auto;
}

.acc-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.acc-dropdown-item:hover,
.acc-dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.acc-dropdown-item.active {
  color: #fff;
  background-color: #0d6efd;
}

/* --- Button Custom (acc-btn) --- */
.acc-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.acc-btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.acc-btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.acc-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.acc-btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.acc-btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
  cursor: pointer;
}

.acc-btn-close:hover {
  opacity: 0.75;
}

/* --- Alert Custom (acc-alert) --- */
.acc-alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.acc-alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.acc-alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* --- Spinner Custom (acc-spinner-border) --- */
.acc-spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: acc-spinner-border 0.75s linear infinite;
}

@keyframes acc-spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* --- Utilities (acc-*) --- */
.acc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.acc-fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.acc-fade.show {
  opacity: 1;
}

/* Hide images on target elements */
.hide-images img,
.hide-images picture,
.hide-images svg {
  opacity: 0;
  pointer-events: none;
}

.hide-images [style*="background-image"] {
  background-image: none !important;
  background-color: #f0f0f0 !important;
}

/* --- List Group Custom (acc-list-group) --- */
.acc-list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem;
}

.acc-list-group-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: background-color 0.15s ease;
}

.acc-list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.acc-list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.acc-list-group-item + .acc-list-group-item {
  border-top-width: 0;
}

.acc-list-group-item:hover {
  background-color: #f8f9fa;
}

.acc-list-group-item:has(input:checked) {
  background-color: #e7f1ff;
  border-color: #0d6efd;
}

/* --- Form Check Custom (acc-form-check-input) --- */
.acc-form-check-input {
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  cursor: pointer;
}

.acc-form-check-input[type="radio"] {
  border-radius: 50%;
}

.acc-form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.acc-form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* --- Typography Utilities (acc-*) --- */
.acc-fw-bold {
  font-weight: 700;
}

.acc-text-center {
  text-align: center;
}

.acc-d-none {
  display: none;
}

.acc-mb-0 {
  margin-bottom: 0;
}

.acc-fs-3 {
  font-size: 1.75rem;
}

.acc-rounded-circle {
  border-radius: 50%;
}

.acc-text-end {
  text-align: right;
}

.acc-small {
  font-size: 0.875em;
}

/* --- Buttons (acc-btn-*) --- */
.acc-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.acc-btn-outline-dark {
  color: #212529;
  border-color: #212529;
  background-color: transparent;
}

.acc-btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.acc-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.acc-btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* --- Spacing Utilities (acc-*) --- */
.acc-p-3 {
  padding: 1rem;
}

.acc-pb-3 {
  padding-bottom: 1rem;
}

.acc-pb-4 {
  padding-bottom: 1.5rem;
}

.acc-my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* --- Border Utilities (acc-*) --- */
.acc-border {
  border: 1px solid #dee2e6;
}

/* --- Flexbox Utilities (acc-*) --- */
.acc-col {
  flex: 1 0 0%;
}
