#hub-migration-banner {
    display: block;
    position: relative;
    padding: 0.6em 1.2em;
    border: 1px solid  rgb(8, 128, 234);
    border-radius: 8px;
    background-color: rgb(225, 240, 255);
    color:  rgb(8, 128, 234);
    font-size: 0.85em;
    margin-bottom: 1em;
}

#hub-migration-banner a {
    color: #00b3ce;
    font-weight: 600;
    text-decoration: underline;
}

#hub-migration-banner p {
    margin: 0;
    max-width: 95%;
}

#hub-migration-banner-close {
    position: absolute;
    top: 0.4em;
    right: 0.6em;
    background: none;
    border: none;
    color: rgb(8, 128, 234);
    font-size: 1.5em;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

/* Breakpoint for the collapsed sidebar */
@media (min-width: 1220px) {
    #hub-migration-banner {
        margin-top: -24px;
    }
}