.code-container {
  background: #f5f5f5;
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 5px rgb(0 0 0 / 0.1);
  margin-bottom: 1.5rem;
}

.code-header {
  background: #e0e0e0;
  padding: 0.4rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #333;
  user-select: none;
}

.code-header .filename {
  font-family: ui-monospace, monospace;
}

.code-box {
  padding: 1rem;
  overflow-x: auto;
  margin: 0;
}