/* Style sheet for the Cup of Coffee - C Package Manager */
/* Project-specific styles only.
   Shared brand styles are in brand.css (imported via HTML). */

.cup-command {
  background: #2d1810;
  color: #f5e6d3;
  padding: 0.8em 1em;
  margin: 0;
  border-radius: 6px 0 0 6px;
  font-family: 'Fira Code', monospace;
  font-size: 0.95em;
  overflow-x: auto;
  white-space: pre;
  flex: 1;
}

/* Responsive overrides */
@media screen and (max-width: 600px) {
  .cup-command {
    font-size: 12px;
    white-space: normal;
    word-break: break-all;
}
}
