.rn-history-status {
    display:none;
    position:absolute;
    right:12px;
    bottom:36px;
    z-index:800;
    align-items:center;
    gap:8px;

    padding:7px 9px;

    border-radius:7px;
    border:1px solid rgba(255,255,255,.12);

    background:rgba(12,25,36,.92);
    color:#dbe7ef;

    font-size:10px;

    box-shadow:
        0 3px 12px rgba(0,0,0,.25);
}

.rn-history-status.rn-history-visible {
    display:flex;
}

.rn-history-status button {
    border:0;
    background:transparent;
    color:#8296a6;
    font-size:15px;
    line-height:1;
    cursor:pointer;
    padding:0 2px;
}

.rn-history-status button:hover {
    color:#fff;
}
