/* Notausstieg */
.panic-exit {
  position: fixed;
  right: 0;
  bottom: 30px;
  height: 40px;
  background: var(--peb-bg, #2aa84a);
  border-radius: 6px 0 0 6px;
  z-index: 9999;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-right: 0;
  padding: 0 12px;
  box-shadow: -4px 2px 10px rgba(0, 0, 0, 0.25);
  gap: 6px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}

.panic-exit:hover,
.panic-exit:focus {
  background: var(--peb-bg-hover, #3acb5f);
  text-decoration: none;
}

.panic-exit__svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: block;
}

.panic-exit__label {
  color: #ffffff;
  line-height: 1;
}
