/* Adjust code block font size */
pre[class*="language-"] {
    font-size: 14px; /* Change this value */
}

pre[class*="language-"] code {
    font-size: 14px; /* Change this value */
}

.line-numbers .line-numbers-rows {
    font-size: 14px;
}

/* Customize copy button */
div.code-toolbar > .toolbar button {
    background: #6c757d;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

div.code-toolbar > .toolbar button:hover {
    background: #5a6268;
    color: white !important;
}

/* Success state */
div.code-toolbar > .toolbar button[data-copy-state="copy-success"] {
    background: #28a745;
}

/* Position toolbar */
div.code-toolbar > .toolbar {
    opacity: 1;
}