.gm-own-ad {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: rgba(0, 0, 0, .88);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.gm-own-box {
  position: relative;
  width: min(92vw, 620px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.gm-own-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .55);
}

.gm-own-text {
  color: #fff;
  font: 600 clamp(15px, 4vw, 22px)/1.25 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-align: center;
  letter-spacing: .3px;
}

.gm-own-cta {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 13px 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffc93c 0%, #f5a623 100%);
  color: #3d2600;
  font: 800 clamp(15px, 4vw, 19px)/1 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 1px;
  box-shadow: 0 5px 0 #c47f12, 0 10px 24px rgba(0, 0, 0, .4);
  transition: transform .08s ease, box-shadow .08s ease;
}

.gm-own-cta:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #c47f12, 0 6px 16px rgba(0, 0, 0, .4);
}

.gm-own-timer {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(20, 20, 20, .92);
  border: 2px solid rgba(255, 255, 255, .3);
  color: #fff;
  font: 700 17px/34px system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-align: center;
  user-select: none;
}

.gm-own-timer.gm-own-closable {
  cursor: pointer;
  background: rgba(20, 20, 20, .98);
  border-color: rgba(255, 255, 255, .65);
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 520px) {
  .gm-own-box { width: 94vw; gap: 11px; }
  .gm-own-timer { top: -11px; right: -11px; width: 34px; height: 34px; font-size: 15px; line-height: 30px; }
}
