.snapshot-holder {
  align-items: stretch;
}

.snapshot-box {
  max-width: 340px;
  text-align: left;
}

.snapshot-box h3 {
  font-size: 1.1rem;
}

.cfg-list {
  font-size: 0.8rem;
  margin-bottom: 1em;
  line-height: 1.9em;
}

.cfg-value {
  font-weight: bold;
}

.cfg-on {
  color: #00ff12;
}

.cfg-off {
  color: #fcee0c;
}

.cfg-unknown {
  color: rgba(255, 255, 255, 0.6);
}

.sha256-line {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.8em;
}

.sha256-value {
  font-family: monospace;
  word-break: break-all;
  color: rgba(255, 255, 255, 0.85);
}

.download-btn {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.donation-modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 20, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
  box-sizing: border-box;
}

.donation-modal[hidden] {
  display: none;
}

.donation-modal-inner {
  background: #071532;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 2.5em;
  max-width: 480px;
  width: 100%;
  position: relative;
  color: #fff;
}

.donation-close {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 1.8rem;
  cursor: pointer;
  color: #fff;
}

.donation-close:hover {
  color: #fcee0c;
}

.donation-field {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 1em;
  word-break: break-all;
  font-size: 0.85rem;
  position: relative;
}

.donation-field label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fcee0c;
  margin-bottom: 4px;
}

.copy-btn {
  cursor: pointer;
  color: #fcee0c;
  font-size: 0.75rem;
  margin-left: 8px;
  white-space: nowrap;
}

.donation-status {
  margin-top: 1.4em;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
  font-size: 0.9rem;
}

.donation-status.pending {
  background: rgba(255, 255, 255, 0.08);
}

.donation-status.confirmed {
  background: rgba(0, 255, 18, 0.12);
  color: #00ff12;
}

.donation-status a.btn {
  margin-top: 0.6em;
}
