.ApplicationBanner {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--midnight-800);
    position: relative;

    &-left {
        display: flex;
        flex-direction: column;
    }

    &-title {
        margin-bottom: 0;
        color: white;
    }

    &-subtitle {
        @include text-body-small;

        color: var(--gray-200);
    }

    &-right {
        .btn:nth-of-type(2) {
            margin-left: 12px;
        }
    }
}
