.gg-quest-builder {
  max-width: 880px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(18, 28, 45, 0.06);
}

.gg-quest-builder h2,
.gg-quest-builder h3,
.gg-quest-builder h4 {
  margin-top: 0;
}

.gg-quest-form label,
.gg-quest-form span {
  display: block;
}

.gg-quest-form label {
  margin-bottom: 1rem;
  font-weight: 600;
}

.gg-quest-form input[type="text"],
.gg-quest-form textarea {
  width: 100%;
  margin-top: 0.4rem;
}

.gg-quest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.gg-clues {
  margin: 2rem 0;
}

.gg-clues__header,
.gg-clue-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gg-clues__list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.gg-clue-card {
  padding: 1rem;
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 10px;
}

.gg-secret-card {
  margin-top: 1rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px dashed #b8c0cc;
  border-radius: 8px;
}

.gg-secret-card h5 {
  margin: 0 0 1rem;
}

.gg-quest-notice {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 8px;
}

.gg-quest-notice--success {
  background: #ecfdf3;
  border: 1px solid #73d69a;
}

.gg-quest-notice--warning {
  background: #fff8e5;
  border: 1px solid #f0c36d;
}

.gg-quest-notice--error {
  background: #fef1f1;
  border: 1px solid #ec8f8f;
}

.gg-existing-quests {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dcdcde;
}

.gg-existing-quests ul {
  margin: 0;
  padding-left: 1.25rem;
}

.gg-existing-quests li {
  margin-bottom: 0.5rem;
}
