/* Custom CSS for ixpepy documentation */

/* Logo styling */
.logo {
    max-width: 300px;
    height: auto;
    margin: 20px auto;
    display: block;
}

/* Ensure logo in sidebar is properly sized */
.wy-side-nav-search .wy-dropdown > a img.logo,
.wy-side-nav-search > a img.logo {
    height: 200px;
    width: auto;
    max-width: 200px;
}

/* Center the main page logo */
.rst-content .image {
    text-align: center;
}

/* Style the main page logo */
.rst-content .image img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Custom styling for code blocks */
.rst-content .highlight {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}

/* Style the project description */
.rst-content .section h1 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

/* Feature list styling */
.rst-content ul li {
    margin-bottom: 8px;
}

/* Code example styling */
.rst-content .code-block {
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 20px 0;
}
