.restoflow-demo-dock {
  position: fixed;
  z-index: 2147483000;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: calc(100vw - 24px);
  padding: 8px;
  border: 1px solid rgba(219, 180, 104, .5);
  border-radius: 16px;
  background: rgba(20, 17, 14, .96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .42);
  color: #f7efe2;
  font: 600 12px/1.2 "DM Sans", Arial, sans-serif;
  backdrop-filter: blur(16px);
}

.restoflow-demo-dock .demo-brand {
  padding: 0 8px;
  color: #e5bd72;
  white-space: nowrap;
  letter-spacing: .04em;
}

.restoflow-demo-dock a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(229, 189, 114, .3);
  border-radius: 10px;
  background: #2a231c;
  color: #fff8ec !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.restoflow-demo-dock a:hover {
  border-color: #e5bd72;
  background: #3a2e21;
}

.restoflow-demo-dock .demo-credentials {
  padding: 0 8px;
  color: #d8c9b5;
  white-space: nowrap;
  font-size: 11px;
}

.restoflow-demo-dock .demo-reset {
  border-color: rgba(212, 104, 104, .42);
  color: #ffd5d5 !important;
}

@media (max-width: 760px) {
  .restoflow-demo-dock {
    right: 8px;
    bottom: 8px;
    left: 8px;
    transform: none;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 14px;
  }

  .restoflow-demo-dock .demo-brand {
    width: 100%;
    text-align: center;
  }

  .restoflow-demo-dock .demo-credentials {
    width: 100%;
    text-align: center;
  }
}
