.awacs-impersonation-palette {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1100;
    width: min(23rem, calc(100vw - 2rem));
    padding: 1rem;
    color: #fff;
    background: #173b2b;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0.75rem;
    box-shadow: 0 0.75rem 2rem rgba(16, 24, 40, 0.3);
}

.awacs-impersonation-palette__eyebrow {
    margin-bottom: 0.25rem;
    color: #8ee6b8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.awacs-impersonation-palette__name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.awacs-impersonation-palette__detail {
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    line-height: 1.35;
}
