.priority-picker-v22 {
  margin: 13px 0;
  padding: 14px;
  border: 2px solid #d6e5dc;
  border-radius: 15px;
  background: #f6faf7;
}
.priority-picker-v22 button {
  width: 100%;
  min-height: 54px;
  border: 2px solid #c89b19;
  border-radius: 12px;
  background: #fff8dc;
  color: #4a3700;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.priority-picker-v22 button.active {
  background: linear-gradient(135deg,#f5cc4b,#ffd967);
  box-shadow: 0 8px 22px rgba(177,132,0,.22);
}
.priority-picker-v22 .priority-options {
  margin-top: 12px;
}
.priority-picker-v22 .priority-options[hidden] {
  display: none !important;
}
.priority-picker-v22 select {
  width: 100%;
}
.priority-picker-v22 small {
  display: block;
  margin-top: 8px;
  color: #5d675f;
}
.priority-badge-v22 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 3px 0 0 7px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #4a3600;
  background: #f5cc4b;
  font-size: 12px;
  font-weight: 900;
  vertical-align: middle;
}
tr.priority-row-v22 {
  background: #fff9df !important;
  box-shadow: inset 5px 0 #e2b527;
}
.ticket.priority-ticket-v22 {
  border: 3px solid #e2b527;
}
.ticket-priority-v22 {
  margin: 8px auto 12px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #493600;
  background: #f5cc4b;
  font-weight: 900;
}
.display-priority-v22 {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #173a27;
  background: #f5cc4b;
  font-size: clamp(18px,2vw,28px);
  font-weight: 900;
}
.sound-guard-v21 {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  background: rgba(3,35,23,.92);
  text-align: center;
}
.sound-guard-v21 button {
  min-width: 280px;
  min-height: 72px;
  border: 2px solid #f5cc4b;
  border-radius: 16px;
  color: #173a27;
  background: #f5cc4b;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}
body.display-live-flash-v21::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  border: 12px solid #f5cc4b;
  animation: priority-call-v22 .75s ease-out both;
}
.sound-guard-v21[hidden] {
  display: none !important;
}
[data-display].display-offline-v21::before {
  content: "Koneksi data antrean terputus — mencoba menghubungkan kembali…";
  position: fixed;
  z-index: 9999;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: #a52b24;
  font-weight: 800;
}
@keyframes priority-call-v22 {
  from { opacity: 1; box-shadow: inset 0 0 70px rgba(245,204,75,.75); }
  to { opacity: 0; box-shadow: inset 0 0 0 rgba(245,204,75,0); }
}
