.gc-exit {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: end center;
  padding: 18px;
  background: rgba(16, 12, 16, .42);
}

.gc-exit[hidden] {
  display: none;
}

.gc-exit-box {
  position: relative;
  width: min(100%, 420px);
  border-radius: 8px;
  background: #fff;
  color: #171317;
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
  padding: 22px;
}

.gc-exit-box button {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #5b5258;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.gc-exit-box strong {
  display: block;
  margin-right: 34px;
  font-size: 22px;
}

.gc-exit-box p {
  margin: 8px 0 16px;
  color: #6f6470;
}

.gc-exit-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  border-radius: 8px;
  margin-top: 9px;
  font-weight: 850;
  text-decoration: none;
}

.gc-exit-box a:first-of-type {
  background: #25d366;
  color: #fff;
}

.gc-exit-box a:last-of-type {
  border: 1px solid #eadde5;
  color: #171317;
}

