
.ce-rc-wrapper {
  max-width: 1100px;
  margin: 24px auto;
  padding: 24px;
  background: #f8fafc;
  color: #0f172a;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 24px;
}

.ce-rc-wrapper * {
  box-sizing: border-box;
}

.ce-rc-hero,
.ce-rc-card,
.ce-rc-side-card,
.ce-rc-result {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.ce-rc-hero {
  margin-bottom: 20px;
}

.ce-rc-pill {
  display: inline-block;
  padding: 7px 12px;
  background: #e2e8f0;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 10px;
}

.ce-rc-hero h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.05;
}

.ce-rc-hero p,
.ce-rc-card p,
.ce-rc-side-card p {
  color: #475569;
  line-height: 1.55;
}

.ce-rc-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  align-items: start;
}

.ce-rc-questions {
  display: grid;
  gap: 18px;
}

.ce-rc-meta {
  font-size: 14px;
  color: #64748b;
  font-weight: 700;
}

.ce-rc-card h2 {
  margin: 8px 0 8px;
  font-size: 24px;
}

.ce-rc-options {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.ce-rc-option {
  width: 100%;
  text-align: left;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.35;
}

.ce-rc-option:hover,
.ce-rc-option.selected {
  background: #f1f5f9;
  border-color: #0f172a;
}

.ce-rc-feedback {
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  background: #fef3c7;
  color: #78350f;
  line-height: 1.45;
}

.ce-rc-feedback.good {
  background: #dcfce7;
  color: #14532d;
}

.ce-rc-sidebar {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 16px;
}

.ce-rc-score {
  font-size: 42px;
  font-weight: 800;
  margin: 6px 0;
}

.ce-rc-progress {
  height: 12px;
  background: #cbd5e1;
  border-radius: 999px;
  overflow: hidden;
  margin: 12px 0;
}

.ce-rc-progress div {
  height: 100%;
  background: #0f172a;
}

.ce-rc-button {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 14px;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
}

.ce-rc-primary {
  background: #0f172a;
  color: #ffffff;
}

.ce-rc-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ce-rc-secondary {
  background: #e2e8f0;
  color: #0f172a;
}

.ce-rc-result {
  background: #0f172a;
  color: #ffffff;
}

.ce-rc-result p {
  color: #e2e8f0;
}

.ce-rc-checklist {
  padding-left: 18px;
  line-height: 1.7;
  color: #334155;
}

@media (max-width: 850px) {
  .ce-rc-grid {
    grid-template-columns: 1fr;
  }

  .ce-rc-sidebar {
    position: static;
  }

  .ce-rc-hero h1 {
    font-size: 32px;
  }
}
