.wz-event-media-r2-panel {
  margin-top: 16px;
}

.wz-r2-section {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  background: #fff;
}

.wz-r2-heading {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.wz-r2-help {
  font-size: 13px;
  line-height: 1.4;
  opacity: .72;
  margin-bottom: 10px;
}

.wz-r2-cover-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.wz-r2-cover-choice {
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font: inherit;
  cursor: pointer;
}

.wz-r2-cover-choice.is-selected {
  border-width: 2px;
  font-weight: 700;
}

.wz-r2-sort-list {
  display: grid;
  gap: 8px;
}

.wz-r2-sort-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  background: #fff;
}

.wz-r2-drag-handle {
  flex: 0 0 auto;
  width: 38px;
  min-height: 38px;
  border: 0;
  background: transparent;
  font-size: 21px;
  line-height: 1;
  cursor: grab;
  touch-action: none;
}

.wz-r2-drag-handle:active {
  cursor: grabbing;
}

.wz-r2-image-thumb {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
}

.wz-r2-row-label {
  min-width: 0;
  flex: 1 1 auto;
}

.wz-r2-first-badge {
  flex: 0 0 auto;
  font-size: 12px;
  opacity: .68;
}

.wz-r2-dragging {
  opacity: .6;
}

.wz-r2-drag-target {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* C2-R3: native cover radio controls */
.wz-r2-cover-choice {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.wz-r2-cover-choice input[type="radio"] {
  margin: 0;
  flex: 0 0 auto;
}
