.aksesibilitas-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family: sans-serif;
}

.akses-toggle {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
}

.akses-menu {
  display: none;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.akses-menu button {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 6px;
  background: #f8f9fa;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
}
