/* Custom CSS for MCNV2 Documentation */

/* Improve code block styling */
.highlight {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 12px;
}

/* Better admonition styling */
.admonition {
    margin: 1em 0;
    padding: 12px;
    border-left: 4px solid #2980b9;
}

.admonition.note {
    border-left-color: #2980b9;
    background-color: #e7f2fa;
}

.admonition.warning {
    border-left-color: #f39c12;
    background-color: #fef5e7;
}

.admonition.tip {
    border-left-color: #27ae60;
    background-color: #e8f8f5;
}

/* Logo sizing - LARGE AND PROMINENT (keeping original logo) */
.wy-side-nav-search .wy-dropdown > a img.logo,
.wy-side-nav-search > a img.logo {
    max-height: none !important;
    max-width: 95% !important;
    height: auto !important;
    width: 95% !important;
    margin: 25px auto !important;
    display: block !important;
}

/* Make logo area taller and more prominent */
.wy-side-nav-search {
    background-color: #2980b9 !important;
    padding: 35px 10px 25px 10px !important;
}

/* Ensure logo link is visible */
.wy-side-nav-search > a {
    display: block !important;
    margin-bottom: 20px !important;
}

/* Make project title below logo bigger if present */
.wy-side-nav-search .wy-dropdown > a,
.wy-side-nav-search > a {
    font-size: 1.1em !important;
    font-weight: bold !important;
}
