/*
Theme Name: DTFVNextWordPress
Theme URI: https://yourdomain.com/
Author: Your Name
Description: Custom theme based on DTFVNext blog-author.html - to update
Version: 1.7
*/
blockquote {
    background: #f5f7fa;
    border-left: 4px solid #007acc;
    margin: 2em 0;
    padding: 1.2em 1.5em;
    font-style: normal;
    color: #222;
    position: relative;
    font-size: 1.05em;
    overflow-x: auto;
}

    blockquote code, blockquote pre {
        background: #eaf1fb;
        color: #0a3069;
        font-family: 'Fira Mono', 'Consolas', 'Monaco', monospace;
        font-size: 0.98em;
        padding: 0.2em 0.4em;
        border-radius: 3px;
        word-break: break-word;
    }

    blockquote pre {
        display: block;
        padding: 1em;
        margin: 1em 0 0 0;
        overflow-x: auto;
    }

.navContainerStyle {
    padding: .5rem;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 0.5rem;
    margin-bottom: 1rem !important;
}


.breadcrumb {
    --bs-breadcrumb-divider: " | ";
}

    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #111 !important;
        font-weight: bold;
        font-size: 1.2em;
        vertical-align: middle;
        padding: 0 0.5em;
    }