body {
    font-family: sans-serif;
    background: #fffbe6;
    color: #333;
    padding: 2rem;
    max-width: 800px;
    margin: auto;
}

header {
    text-align: center;
    margin-bottom: 3rem;
}

h1 {
    font-size: 2.5rem;
    color: #dca100;
}

.widget-preview {
    background: #fff9d6;
    border: 2px dashed #ffd700;
    padding: 1rem;
    text-align: center;
    margin: 2rem 0;
    font-size: 1.1rem;
}

code {
    background: #fdf6d0;
    border-radius: 4px;
}

pre {
    background: #fdf6d0;
    padding: 1rem;
    border-radius: 6px;
    overflow-x: auto;
}

footer {
    margin-top: 4rem;
    text-align: center;
    font-size: 0.9rem;
    color: #888;
}

a {
    color: #b87b00;
}

.btn {
    display: inline-block;
    background: #ffd700;
    color: #000;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 1rem;
}

.btn:hover {
    background: #f0c800;
}

.code-block {
  position: relative;
  margin-bottom: 1em;
}

.copy-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #ffd700;
  border: none;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.copy-btn:hover {
  background: #ffcc00;
}
