.tol-rg-sheet {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483646 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(22, 36, 18, 0.88);
  box-sizing: border-box;
}

.tol-rg-card {
  width: 100%;
  max-width: 520px;
  background: #f7f7f7;
  color: #222;
  border-radius: 8px;
  padding: 32px 28px 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  font: inherit;
  font-family: inherit;
  line-height: 1.5;
}

.tol-rg-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
  color: #166611;
  font-weight: 700;
}

.tol-rg-card p,
.tol-rg-card li {
  margin: 0 0 12px;
  font-size: 16px;
  color: #2b2b2b;
}

.tol-rg-card ol {
  margin: 0 0 20px 18px;
  padding: 0;
}

.tol-rg-card li {
  margin-bottom: 8px;
}

.tol-rg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.tol-rg-btn {
  appearance: none;
  border: 0;
  background: #166611;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 18px;
  border-radius: 4px;
  cursor: pointer;
}

.tol-rg-btn:hover,
.tol-rg-btn:focus {
  background: #114c0d;
}

.tol-rg-btn-ghost {
  background: transparent;
  color: #166611;
  box-shadow: inset 0 0 0 2px #166611;
}

.tol-rg-btn-ghost:hover,
.tol-rg-btn-ghost:focus {
  background: #eef6ee;
}

body.tol-rg-lock {
  overflow: hidden !important;
}
