/* ---------------- TOOLBAR ---------------- */
.toolbar {
    margin-bottom: 0.5rem;
    display: flex;
    gap: 0.5rem;
    width: 100%;
    justify-content: flex-start;
}

.toolbar-btn {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #222;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    height: 34px;
}

.toolbar-btn svg {
    width: 16px;
    height: 16px;
    stroke: #888;
}