.impersonation-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    color: #fff;
    background-color: #f39c12;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
}

.impersonation-banner__text {
    flex: 1 1 auto;
    min-width: 0;
}

.impersonation-banner strong {
    font-weight: 700;
}

.impersonation-banner a.btn {
    flex: 0 0 auto;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.impersonation-banner a.btn:hover,
.impersonation-banner a.btn:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}
