.room-stage > .hazel-aol-phone {
  position: absolute;
  left: 87%;
  top: 45%;
  z-index: 14;
  display: block;
  width: 5%;
  min-width: 0;
  max-width: none;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #101014;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transform: rotate(-8deg) scaleY(.72);
  transform-origin: 50% 50%;
  mix-blend-mode: multiply;
  isolation: auto;
}

.room-stage > .hazel-aol-phone::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: max(100%, 44px); height: max(100%, 44px);
  transform: translate(-50%, -50%);
}

[data-room-year="1997"] .room-stage > .hazel-aol-phone,
[data-room-year="1998"] .room-stage > .hazel-aol-phone {
  left: 46.5%;
  top: 46.5%;
  width: 4.7%;
}

[data-room-year="2001"] .room-stage > .hazel-aol-phone,
[data-room-year="2002"] .room-stage > .hazel-aol-phone,
[data-room-year="2003"] .room-stage > .hazel-aol-phone {
  left: 87%;
  top: 51%;
  width: 4.8%;
}

[data-room-year="2006"] .room-stage > .hazel-aol-phone {
  left: 3.5%;
  top: 61.8%;
  width: 5%;
}

[data-room-year="2007"] .room-stage > .hazel-aol-phone {
  left: 32.6%;
  top: 44.8%;
  width: 5.3%;
}

.hazel-aol-phone__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  filter: saturate(.75);
  mix-blend-mode: normal;
}

.hazel-aol-phone:hover .hazel-aol-phone__image,
.hazel-aol-phone:focus-visible .hazel-aol-phone__image {
  transform: none;
  filter: saturate(.75);
}

.hazel-aol-phone:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.hazel-aol-phone__badge {
  position: absolute;
  inset: -8% -4% auto auto;
  display: none;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #b3132b;
  box-shadow: 0 2px 5px rgb(0 0 0 / .45);
  font: 800 1rem/1 system-ui, sans-serif;
}

.hazel-aol-phone[data-suspended="true"] .hazel-aol-phone__badge {
  display: none;
  animation: none;
}

.hazel-aol-phone__label {
  position: absolute;
  left: 50%;
  bottom: -1.35rem;
  min-width: max-content;
  padding: .16rem .42rem;
  border: 1px solid #18130b;
  border-radius: 3px;
  color: #18130b;
  background: #fff4c9;
  box-shadow: 2px 2px 0 rgb(0 0 0 / .25);
  font: 700 clamp(.58rem, 1.2vw, .78rem)/1.1 Tahoma, Verdana, sans-serif;
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.hazel-aol-phone:focus-visible .hazel-aol-phone__label {
  opacity: 1;
}

.hazel-aol-phone-dialog {
  box-sizing: border-box;
  width: min(92vw, 34rem);
  max-height: min(88vh, 42rem);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 2px solid #171717;
  border-radius: .45rem;
  color: #171717;
  background: #eee5cf;
  box-shadow: 10px 12px 0 rgb(0 0 0 / .24);
  font: 1rem/1.45 Tahoma, Verdana, Arial, sans-serif;
}

.hazel-aol-phone-dialog::backdrop {
  background: rgb(9 13 20 / .7);
  backdrop-filter: blur(2px);
}

.hazel-aol-phone-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .62rem .72rem;
  color: #fff;
  background: linear-gradient(90deg, #12276d, #235bc2);
}

.hazel-aol-phone-dialog__header h2 {
  margin: 0;
  color: inherit;
  font: 700 1rem/1.2 Tahoma, Verdana, sans-serif;
}

.hazel-aol-phone-dialog button {
  min-height: 2.35rem;
  padding: .42rem .7rem;
  border: 2px outset #f3f3f3;
  border-radius: 2px;
  color: #111;
  background: #ddd;
  font: 700 .86rem/1.15 Tahoma, Verdana, sans-serif;
  cursor: pointer;
}

.hazel-aol-phone-dialog button:hover {
  background: #f5f5f5;
}

.hazel-aol-phone-dialog button:focus-visible {
  outline: 3px solid #ffcf33;
  outline-offset: 2px;
}

.hazel-aol-phone-dialog__close {
  flex: 0 0 auto;
  min-height: 1.85rem !important;
  padding: .23rem .52rem !important;
}

.hazel-aol-phone-dialog__disclaimer,
.hazel-aol-phone-dialog__status {
  margin: 0;
  padding: .65rem .85rem;
}

.hazel-aol-phone-dialog__disclaimer {
  border-bottom: 1px solid #a79a7a;
  background: #fff9df;
  font-size: .82rem;
}

.hazel-aol-phone-dialog__log {
  min-height: 10rem;
  max-height: 18rem;
  margin: .8rem;
  padding: .75rem;
  overflow: auto;
  border: 1px inset #777;
  color: #131313;
  background: #fff;
}

.hazel-aol-phone-dialog__line {
  margin: 0 0 .72rem;
}

.hazel-aol-phone-dialog__line:last-child {
  margin-bottom: 0;
}

.hazel-aol-phone-dialog__status {
  min-height: 1.5em;
  padding-top: 0;
  color: #34302a;
  font-weight: 700;
}

.hazel-aol-phone-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .55rem;
  padding: .72rem .85rem .9rem;
  border-top: 1px solid #b8aa8b;
  background: #d8ccb3;
}

.hazel-aol-phone-dialog .hazel-aol-phone-dialog__primary {
  color: #fff;
  background: #163e9e;
  border-color: #5f83d4 #071d58 #071d58 #5f83d4;
}

.hazel-aol-phone-dialog .hazel-aol-phone-dialog__primary:hover {
  background: #2458c8;
}

.hazel-aol-account-notice {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 10020;
  display: flex;
  align-items: center;
  gap: .75rem;
  width: min(34rem, calc(100vw - 2rem));
  box-sizing: border-box;
  padding: .8rem;
  border: 2px solid #1c1c1c;
  color: #171717;
  background: #fff4c9;
  box-shadow: 6px 7px 0 rgb(0 0 0 / .3);
  font: .9rem/1.4 Tahoma, Verdana, sans-serif;
}

.hazel-aol-account-notice p {
  flex: 1 1 auto;
  margin: 0;
}

.hazel-aol-account-notice button {
  flex: 0 0 auto;
  min-height: 2.2rem;
  border: 1px solid #1c1c1c;
  color: #fff;
  background: #163e9e;
  cursor: pointer;
}

.hazel-aol-account-notice button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@keyframes hazel-aol-phone-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.13); }
}

@media (prefers-reduced-motion: reduce) {
  .hazel-aol-phone__image { transition: none; }
  .hazel-aol-phone[data-suspended="true"] .hazel-aol-phone__badge { animation: none; }
}

@media (max-width: 560px) {
  .hazel-aol-phone-dialog__actions,
  .hazel-aol-account-notice {
    align-items: stretch;
    flex-direction: column;
  }

  .hazel-aol-phone-dialog__actions button,
  .hazel-aol-account-notice button {
    width: 100%;
  }
}

.room-stage>.hazel-aol-phone.integrated-landline{transform:none!important;background:none!important;box-shadow:none!important;mix-blend-mode:normal!important;aspect-ratio:auto!important}
.room-stage>.hazel-aol-phone.integrated-landline>*,.room-stage>.hazel-aol-phone.integrated-landline::after{display:none!important}
.room-stage>.hazel-aol-phone.integrated-landline:focus-visible{outline:2px dashed #222!important}
