html,
body {
  width: 100%;
  height: 100%;
}

body {
  box-sizing: border-box;
  padding-bottom: 51px !important;
}

#ajaxbar {
  width: 100vw !important;
  height: calc(100vh - 51px) !important;
  height: calc(100dvh - 51px) !important;
  overflow: hidden;
}

#game,
#canvas,
#orientate,
#play {
  width: 100% !important;
  height: 100% !important;
}

#dlightek-ad-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: 51px;
  overflow: hidden;
  background: #ffffff;
  color: #4b5563;
  text-align: center;
}

#dlightek-ad-banner .adsbygoogle {
  max-width: 100%;
  vertical-align: top;
}

.dlightek-ad-label {
  position: absolute;
  top: 2px;
  left: 4px;
  z-index: 1;
  font: 9px/1 Arial, sans-serif;
  color: #6b7280;
  pointer-events: none;
}

#dlightek-ad-test-panel {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 12000;
  width: 224px;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  font: 13px/1.35 Arial, sans-serif;
}

#dlightek-ad-test-panel h2 {
  margin: 0 0 8px;
  font-size: 14px;
}

#dlightek-ad-test-panel button {
  width: 100%;
  min-height: 36px;
  margin: 0 0 7px;
  padding: 7px 10px;
  border: 1px solid #9ca3af;
  border-radius: 5px;
  background: #f9fafb;
  color: #111827;
  font: 600 12px/1.2 Arial, sans-serif;
  cursor: pointer;
}

#dlightek-ad-test-panel button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#dlightek-ad-test-panel button span {
  float: right;
  color: #047857;
}

#dlightek-test-status {
  display: block;
  min-height: 18px;
  color: #374151;
  overflow-wrap: anywhere;
}
