.impersonation-banner {
    position: sticky;
    z-index: 10050;
    top: 0;
    width: 100%;
    padding: .7rem 1rem;
    color: #1f1800;
    background: #ffd966;
    border-bottom: 1px solid rgba(31, 24, 0, .18);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .12);
}

.impersonation-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
    max-width: 1320px;
    margin: 0 auto;
}

.impersonation-banner__message {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
}

.impersonation-banner__message > i {
    font-size: 1.35rem;
}

.impersonation-banner__button {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .48rem .8rem;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #1f2937;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .impersonation-banner__content {
        align-items: stretch;
        flex-direction: column;
        gap: .55rem;
    }

    .impersonation-banner__button {
        justify-content: center;
        width: 100%;
    }
}
