body {
    background-color: #f7fbff;
    color: #16324f;
}

.wy-nav-top {
    background: linear-gradient(90deg, #0f4c81 0%, #1d6fb8 100%);
    min-height: 64px;
}

.wy-nav-top .wy-nav-top-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.wy-nav-top .wy-nav-top-logo img {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #ffffff;
    padding: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.wy-side-nav-search {
    background-color: #0f4c81;
}

.wy-nav-side {
    background-color: #404040;
}

.wy-menu-vertical a:hover {
    background-color: #1d6fb8;
}

.wy-menu-vertical a {
    color: #f7fbff;
}

.wy-nav-content {
    max-width: 1100px;
}

/* Make the RTD theme header feel a bit more polished */
.wy-nav-top a, .wy-nav-top i {
    color: #ffffff !important;
}

.wy-side-nav-search a.icon img.logo,
.wy-side-nav-search img.logo {
    width: 270px !important;
    height: 255px !important;
    border-radius: 20% !important;
    object-fit: cover !important;
    max-width: none !important;
    margin: 10px auto 10px auto;  
    display: block;           
}