.swhcc-banner {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
}

.swhcc-panel {
  max-width: 760px;
  width: 100%;
  background: #fff;
  color: #111;
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.swhcc-panel h2 {
  margin-top: 0;
}

.swhcc-panel label {
  display: block;
  margin: .75rem 0;
  font-weight: 600;
}

.swhcc-panel label span {
  display: block;
  margin-left: 1.5rem;
  font-weight: 400;
  font-size: .9rem;
}

.swhcc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}

.swhcc-actions button,
.swhcc-settings {
  cursor: pointer;
  border: 1px solid #333;
  background: #fff;
  color: #111;
  padding: .55rem .8rem;
  border-radius: 4px;
}

.swhcc-actions button:last-child {
  background: #111;
  color: #fff;
}

.swhcc-settings {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 999998;
  font-size: .85rem;
}