.donraw-exhibit-viewer {
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid #2b3342;
  border-radius: 12px;
  background: linear-gradient(180deg, #222834, #181c23);
  color: #f3f5f9;
}

.donraw-rotator {
  border: 1px solid #2b3342;
  border-radius: 12px;
  background: #0f1115;
  padding: 1rem;
}

.donraw-rotator-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.donraw-rotator-stage {
  flex: 1;
  min-width: 0;
  position: relative;
}

.donraw-rotator-frame {
  display: none;
  margin: 0;
}

.donraw-rotator-frame.is-active {
  display: block;
}

.donraw-rotator-frame img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 10px;
  background: #151922;
}

.donraw-rotator-frame figcaption {
  margin-top: 0.5rem;
  color: #a8b0c0;
  font-weight: 600;
}

.donraw-rotator-nav {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid #364054;
  border-radius: 10px;
  background: #1a1f2a;
  color: #f3f5f9;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.donraw-rotator-nav:hover {
  background: #252b38;
  border-color: #caa36a;
  color: #caa36a;
}

.donraw-rotator-nav:focus-visible {
  outline: 2px solid #caa36a;
  outline-offset: 2px;
}

.donraw-rotator-arrow {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.donraw-rotator-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.donraw-rotator-thumb {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: #1a1f2a;
  cursor: pointer;
  overflow: hidden;
}

.donraw-rotator-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.donraw-rotator-thumb.is-active {
  border-color: #caa36a;
}

.donraw-qr-wrap {
  margin-top: 1rem;
  text-align: center;
  border-top: 1px dashed #364054;
  padding-top: 1rem;
}
