.flyte-banner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font-family: Inter,sans-serif;
    font-size: .875rem;
    justify-content: center;
    line-height: 1.5;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
    -webkit-font-smoothing: antialiased;
}
.flyte-banner-link {
    align-items: center;
    background-color: #3b8bfa;
    box-sizing: border-box;
    color: white;
    column-gap: 16px;
    display: flex;
    height: 3rem;
    justify-content: center;
    line-height: 1.1;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: .5rem;
    padding-right: .5rem;
    row-gap: .5rem;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    width: 100%;
}
a.flyte-banner-link:hover {
    background-color: #2a6bbd;
    color: white
}
.flyte-banner-button {
    align-items: center;
    background-color: #0000;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 1px;
    color: white;
    column-gap: 8px;
    display: block;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.15rem;
    row-gap: 8px;
    text-align: center;
    text-size-adjust: 100%;
}
.new-tab-arrow {
    display: inline-block;
    font-family: "Inter",sans-serif;
    padding-left: 3px;
    transform: translateY(1px);
}
