.post-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 50px 0;
    padding: 30px 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.post-actions .btn {
    padding: 5px 16px;
    background: #fff;
    border: 1px solid #ddd;
    color: #222;
    text-decoration: none;

    font: inherit;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.post-actions .btn:hover {
    background: #c75e5e;
    color: white;
}