.whatsnew-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(10, 11, 12, 0.5);
}

.whatsnew-modal-backdrop[hidden] {
  display: none;
}

.whatsnew-modal {
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.whatsnew-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.whatsnew-modal-header h2 {
  margin: 0;
  font-size: 18px;
}

.whatsnew-modal-body {
  padding-top: 8px;
}

.whatsnew-modal-body section {
  margin: 14px 0;
}

.whatsnew-modal-body h3 {
  margin: 0 0 4px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.whatsnew-modal-body .whatsnew-title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
}

.whatsnew-modal-body ul {
  margin: 6px 0;
  padding-left: 20px;
}

.whatsnew-modal-body li {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}
