.grooma-purchase-dialog {
  max-width:440px;
  width:calc(100% - 40px);
  padding:32px;
  background:#10151b;
  color:#eee5d5;
  border:1px solid #b89d6b;
  border-radius:12px;
  font:16px/1.5 system-ui,sans-serif;
}

.grooma-purchase-dialog::backdrop {
  background:#000a;
  backdrop-filter:blur(4px);
}

.grooma-purchase-dialog h2 {
  color:inherit;
  font-size:24px;
}

.grooma-purchase-dialog div {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.grooma-purchase-dialog a,.grooma-purchase-dialog button {
  background:#b89d6b;
  color:#111;
  padding:12px;
  border:0;
  border-radius:4px;
  text-decoration:none;
  cursor:pointer;
  font:inherit;
}

.grooma-purchase-notice {
  position:fixed;
  bottom:20px;
  left:20px;
  right:20px;
  z-index:999999;
  padding:20px;
  background:#251818;
  color:#fff;
  border:1px solid #cf8585;
  border-radius:8px;
}

.grooma-purchase-notice a {
  color:#f6dca8;
}

[aria-busy="true"] {
  opacity:.6;
  cursor:wait;
}

[aria-disabled="true"] {
  opacity:.5;
}

.esx-option:disabled {
  opacity:.5;
  cursor:not-allowed;
}
