/* Ensure long chapter titles wrap within the sidebar */
#sidebarNav .nav-link {
white-space: normal;
word-break: break-word;
}

/* Certificate container */
.cert-container {
    border: #377dff 3px solid;
}

/* Markdown content styling */
.markdown-content h2 {
    margin-top: 3rem;
}

.markdown-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.markdown-content th {
    background-color: #f8fafd
}


.markdown-content table,
.markdown-content th,
.markdown-content td {
    border: 1px solid #dee2e6;
}

.markdown-content th,
.markdown-content td {
    padding: .75rem;
}

.markdown-content blockquote {
    color: #677788;
    border-left: .1875rem solid rgba(33, 50, 91, .1);
    padding-left: .75rem;
}