/* Version banner displayed in the documentation header. */

.version-banner {
    background: #e94560;
    color: #ffffff;
    padding: 6px 16px;
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    border-bottom: 1px solid #c81e45;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    position: relative;
}

.version-banner a {
    color: #ffd6dd;
    text-decoration: underline;
}

.version-banner a:hover {
    color: #ffffff;
}

/* Shift content down so the banner does not overlap the sidebar. */
.wy-nav-content-wrap {
    margin-top: 0;
}

/* Ensure the banner sits above the sticky sidebar. */
.wy-side-nav-search {
    margin-top: 0;
}
