/* Additional styling beyond Bootstrap */
pre {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    padding: 1rem;
    border-radius: 0.375rem;
    overflow-x: auto;
    white-space: pre-wrap;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.1);
}

footer {
    margin-top: 2rem;
    border-top: 1px solid var(--bs-border-color);
}

/* Make content area feel more spacious */
.container {
    max-width: 1200px;
}

/* Style for code blocks */
pre code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875rem;
}

/* Alert styling */
.alert {
    border-left-width: 4px;
}

/* Custom badge styling for dependency status */
.badge.bg-success, .badge.bg-danger {
    font-weight: normal;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}
