.chat-load-older {
    display: block;
    margin: -2px 0 4px;
    padding: 7px;
    border-radius: 7px;
    color: var(--green);
    background: #edf3e9;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.chat-load-older:hover {
    background: #e3eddf;
}

.chat-meta-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

.chat-meta-actions form {
    margin: 0;
}

.chat-meta-actions button {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #8d6258;
    background: transparent;
    font-size: 15px;
    line-height: 1;
}

.chat-meta-actions button:hover {
    color: #9c3022;
    background: #f7e4df;
}
